Stereowalker / tiered

Adds tiers/modifiers to tools.
https://www.curseforge.com/minecraft/mc-mods/tiered
Other
5 stars 4 forks source link

[1.20.1] Forge 47.2.0 | Conflict with X-PlayerInfo / X-Enchantments #76

Open dracoattila opened 1 month ago

dracoattila commented 1 month ago

While I tried to make a new modpack I found an error that prevents the game from loading. If one of the 2 mods are removed there are no problem.

In short, this is the error my console shows : _[00:32:52] [pool-4-thread-1/FATAL] [mixin/]: Mixin apply failed player_info-common.mixins.json:BowMixin -> net.minecraft.world.item.BowItem: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException Variable modifier target for net/minecraft/world/item/BowItem::x_PlayerInfo$arrowDamageAttr was removed by another injector [INJECT Applicator Phase -> player_info-common.mixins.json:BowMixin -> Apply Injections -> -> Inject -> player_info-common.mixins.json:BowMixin->@ModifyVariable::x_PlayerInfo$arrowDamageAttr(Lnet/minecraft/world/entity/projectile/AbstractArrow;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/LivingEntity;I)Lnet/minecraft/world/entity/projectile/AbstractArrow;] org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Variable modifier target for net/minecraft/world/item/BowItem::x_PlayerInfo$arrowDamageAttr was removed by another injector [INJECT Applicator Phase -> player_info-common.mixins.json:BowMixin -> Apply Injections -> -> Inject -> player_info-common.mixins.json:BowMixin->@ModifyVariable::xPlayerInfo$arrowDamageAttr(Lnet/minecraft/world/entity/projectile/AbstractArrow;Lnet/minecraft/world/item/ItemStack;Lnet/minecraft/world/level/Level;Lnet/minecraft/world/entity/LivingEntity;I)Lnet/minecraft/world/entity/projectile/AbstractArrow;]

Here is the debug log and the latest log for details. debug.log latest.log