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 ...
Source File: MixinCrashReport.java From VanillaFix with MIT License 6 votes /** @reason Improve report formatting */ @Overwrite public String getCompleteReport() { StringBuilder builder = new StringBuilder(); builder.append("--- Minecraft Crash Report ---\n") .append("// ").append(getVanil...
Mixinis a trait/mixin framework for Java usingASMand hooking into the runtime classloading process via a set of pluggable built-in or user-provided services. Built-in services currently support Mojang'sLegacyLaunchersystem, though this is deprecated in favour ofModLauncherby cpw, which has greate...
Source File: MixinBlockAnvil.java From LiquidBounce with GNU General Public License v3.0 5 votes @Inject(method = "onBlockPlaced", cancellable = true, at = @At("HEAD")) private void injectAnvilCrashFix(World worldIn, BlockPos pos, EnumFacing facing, float hitX, float hitY, float hitZ,...
Issue reportd by @Zidane: Using Mixin 0.4.5-SNAPSHOT with FML in 1.7.10 Using external jar container Using mixin config defined by jar manifest Using ForceLoadAsMod and FMLCorePluginContainsFMLMod manifest directives No exceptions logged...
There is no useful information in the crash log. It is very likely a mod conflict problem. We have used ModifyArg in the mixin, which is a more compatible way. If there is still a problem, it is beyond our control. You need to find the conflicting mod and delete it. 286799714added ...
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...
at farseek.world.gen.structure.StructureGenerationChunkProvider.spongeGeneratorMixin$lzycompute(StructureGenerationChunkProvider.scala:34) at farseek.world.gen.structure.StructureGenerationChunkProvider.spongeGeneratorMixin(StructureGenerationChunkProvider.scala:34) ...
Mixinis a trait/mixin framework for Java usingASMand hooking into the runtime classloading process via a set of pluggable built-in or user-provided services. Built-in services currently support Mojang'sLegacyLaunchersystem, though this is deprecated in favour ofModLauncherby cpw, which has greate...