Original function in AbstractHorse.class: public double getHorseJumpStrength() { return this.getAttribute(JUMP_STRENGTH).getAttributeValue(); } My Mixin class: @Mixin(AbstractHorse.class) public abstract class MixinAbstractHorse extends ...
1.20+与先前版本不同,需要使用ForgeGradle 6.0,而gradle的版本也变成了8.1.1,我用之前写1.16.5~1.19.4的build.gradle的写法来配置项目时直接失败了,因此需要注意这一点。 由于需要使用spongepowered mixin,因而需要添加一些dependencies: buildscript{repositories{maven{url='https://maven.minecraftforge.net' }jcenter...
I get the error "The game crashed while initializing game Error: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered" when trying to start the game. · Issue #41 · MCModderAnchor/TACZ...
fatal("Error executing task", e); } return null; } } Example #12Source File: MixinEntityLivingBase.java From LiquidBounce with GNU General Public License v3.0 6 votes /** * @author CCBlueX */ @Overwrite protected void jump() { final JumpEvent jumpEvent = new JumpEvent(this.getJump...
handleMixinApplyError(context.getClassName(), suppressed, environment); } } Example #10Source File: MixinConfig.java From Mixin with MIT License 6 votes /** * Called immediately after deserialisation * * @param name Mixin config name * @param fallbackEnvironment Fallback environment if not ...
Error handler support 0.3.1April 2015 Annotation Merging Allow Overwrite methods to be aliased 0.3March 2015 Implemented Environments Intrinsic method support Enabled local variable capture Alias support 0.2March 2015 Added supermixin support (mixins inheriting from other mixins) ...
Once I added SpongeForge, it seems to hard crash with several mixin errors. Not sure what more I can provide but I linked the logs. Please let me know what more I can do to help solve the issue. Link to logs https://gist.github.com/Aiidoneus/e344da617173ee2dcc6e1f66a9e09485...
The double loading issue was solely because I didn't provide the two manifest entries above. When I did, Almura wasn't being loaded because I didn't shade Mixin XD. Its been a learning process, for sure. It all comes back to this one error so my hopes is that the barebones mod I...
mixins.sponge.inventory.json:event.world.inventory.AbstractContainerMenuMixin_Inventory,pl:mixin:APP:mixins.sponge.inventory.json:impl.world.inventory.AbstractContainerMenuMixin_Adapter_Inventory,pl:mixin:APP:mixins.sponge.inventory.json:impl.world.inventory.AbstractContainerMenuMixin_Bridge_Inventory,pl:...
at farseek.world.gen.structure.StructureGenerationChunkProvider.spongeGeneratorMixin$lzycompute(StructureGenerationChunkProvider.scala:34) at farseek.world.gen.structure.StructureGenerationChunkProvider.spongeGeneratorMixin(StructureGenerationChunkProvider.scala:34) ...