Incompatible with Arclight
ZekerZhayard opened this issue ยท 1 comments
Related to IzzelAliz/Arclight#50
Arclight is a Bukkit server implementation on Forge using Mixin.
It will crash if ItemPhysic installed with it.
debug.log
: https://paste.ubuntu.com/p/75hdRWS75p/
Arclight Version: 1.16.5-1.0.12-SNAPSHOT-bcf3f33
ItemPhysic Version: v1.4.15_mc1.16.5
I noticed that both Arclight and ItemPhysic modify the method net.minecraft.entity.item.ItemEntity:func_70097_a
, so it caused a crash.
I think ItemPhysic's modification is too radical, which may cause it to potentially conflict with other mods. Since a large number of Core Mods have changed from using ASM to using Mixin, I suggest ItemPhysic to make corresponding changes (Use partial modifications instead of replacing the entire method). Thanks!