Quark Oddities

Quark Oddities

22M Downloads

Quark 3.4-401 has mixin conflict with Property Modifier

thelegitdolt opened this issue ยท 0 comments

commented

https://www.curseforge.com/minecraft/mc-mods/property-modifier
The newest version of this mod also the abilit to set custom anvil repair items, seemingly with the same mixin quark is using. This results in the mod crashing when both mods are ran simultaneously.

[24May2023 00:30:56.844] [pool-3-thread-1/WARN] [mixin/]: @Redirect conflict. Skipping quark.mixins.json:AnvilMenuMixin->@Redirect::isValidRepairItem(Lnet/minecraft/world/item/Item;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;)Z with priority 1000, already redirected by propertymodifier.mixins.json:MixinAnvilMenu->@Redirect::isValidRepairItem(Lnet/minecraft/world/item/Item;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/item/ItemStack;)Z with priority 1000```