shedaniel
shedaniel
With the fix to #518 (https://github.com/SpongePowered/Mixin/commit/1e1aa7fb52dec78630f3f2f53fd70a4c496a7d66), Mixin tries to pretty print a field (asm field) with SignaturePrinter (works only with methods) This doesn't crash in Mixin 0.8.4. `Type.getReturnType(desc)` and `Type.getArgumentTypes(desc)`:...
Currently, LVT errors do not show which mod is mixing in, this PR helps the error log by adding the mixin config name in there.
- This fixes chat events on fabric due to Fabric API taking priority above our mixins, we inject to the same place - Test mod now with appended "new text"...
Waiting on FabricMC/fabric#1182 to be merged, might need to mixin on the forge side.
Implements the flammable registry to allow mods register their blocks as flammable, **this PR is currently not tested, test mod pending!** I am not sure if the fabric flammable registry's...
Both modloaders provide an extremely different way in registering custom armor models, we can hopefully simplify this process in unifying the provider and unifying the namespace.
API to wrap around vanilla data generators.
API to lookup components for objects, should be extendable to allow hooking up to capabilities and cardinal components. Injecting custom components should be deferred and delegated to runtime, ASM may...