TwelveIterationMods / Balm

Abstraction Layer (but not really)™ for Blay's multiplatform mods
https://mods.twelveiterations.com/mc/balm
Other
24 stars 13 forks source link

[Forge Dev Env only] Mixin apply failed balm.mixins.json:CropBlockMixin -> net.minecraft.world.level.block.CropBlock #38

Closed DancerVlt69 closed 1 year ago

DancerVlt69 commented 1 year ago

Minecraft Version

1.19.x

Mod Loader

Forge

Mod Loader Version

43.1.47

Mod Version

4.5.3 - 1.19x

Describe the Issue

MC/Forge(/Intelli IDEA) crashes with this error/s

Mixin apply failed balm.mixins.json:CropBlockMixin -> net.minecraft.world.level.block.CropBlock

InvalidInjectionException: Critical injection failure: @Inject annotation on mayPlaceOn could not find any targets matching

Logs

https://gist.github.com/DancerVlt69/e192b22bba8f5ef7828eb234694fe4f1

FibreTTP commented 1 year ago

Seeing this on Quilt too. Removing all Balm and its dependants fixes it.

BlayTheNinth commented 1 year ago

Same as #32, although there it magically resolved itself. This is not the same issue as the Quilt one, as this one only happens in dev environments and seems to be mappings related rather than an injection conflict.