IchHabeHunger54 / PropertyModifier

Allows tweaking various properties of blocks and items. Also adds some other tweaks to aid with that, such as the ability to create new creative tabs or add composter inputs.
https://www.curseforge.com/minecraft/mc-mods/property-modifier
MIT License
2 stars 0 forks source link

[1.19.2-0.3.2] Mixin Conflict with Quark 3.4-401 #16

Closed thelegitdolt closed 11 months ago

thelegitdolt commented 1 year ago

The newest version of quark introduced the ability to set custom anvil repair items, seemingly using the same mixin that property modifier is. 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```
IchHabeHunger54 commented 1 year ago

Has been noted on Vazkii's end (Quark dev), I'm gonna wait and see what he decides to do first.

IchHabeHunger54 commented 1 year ago

Fix will be published later today.

thelegitdolt commented 11 months ago

yay