VulkanMod icon indicating copy to clipboard operation
VulkanMod copied to clipboard

Strange Incompatability

Open Epik0rangutan opened this issue 11 months ago • 1 comments

Describe the bug

Recently whilst making a modpack to play on a bedwars server, I saw a really strange incompatability(which is not listed on the incompatability thread in the wiki). The incompatability was with the infamous mod - Neat.

Latest fabric(at this time) for 1.21

Steps to reproduce

Just.. Deleting the mod Neat.

Log files

Here is the chunk of the log describred by Gemini 2.0 flash:

org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: InjectionPoint(Shift)[@At("INVOKE")] on net/minecraft/class_761::neat_renderHealthBar with priority 1000 cannot inject into net/minecraft/class_761::method_22977(Lnet/minecraft/class_1297;DDDFLnet/minecraft/class_4587;Lnet/minecraft/class_4597;)V merged by net.vulkanmod.mixin.render.entity.LevelRendererM with priority 1000

neat is trying to inject code into net.minecraft.class_761 (which is the LevelRenderer class), but VulkanMod has already modified that method, preventing neat from applying its mixin.

Epik0rangutan avatar Jan 05 '25 15:01 Epik0rangutan

I'm not sure if this can be fixed by us or if Neat would add an exception that injects their code into VulkanMod's.

NXTler avatar Jan 21 '25 09:01 NXTler

@Epik0rangutan Is this still an issue?

JJ10-GNU avatar Dec 13 '25 13:12 JJ10-GNU