shedaniel

Results 21 issues of 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)`:...

bug
annotation processor

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.

Close #121

enhancement
priority: low
testmod
1.18

- 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"...

bug
testmod
priority: high
1.19

Waiting on FabricMC/fabric#1182 to be merged, might need to mixin on the forge side.

help wanted
enhancement
priority: medium
missing api

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...

enhancement
needs testing
api
priority: medium
1.18

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.

enhancement
priority: low

enhancement
priority: low

API to wrap around vanilla data generators.

help wanted
enhancement
priority: medium

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...

enhancement
new feature