Closed Disketaa closed 1 month ago
Checking the crash log, this is a problem with Amendments.
Since 1.21, to set entities on fire with Soul Fire'd the method to use is void setOnFire(Entity, float, ResourceLocation)
, instead they are compiling against an older version of Soul Fire'd where the method signature was void setOnFire(Entity, int, ResourceLocation)
.
I suggest you open an issue in their repository, linking this issue here and tagging me.
Same issue
Same issue
Same answer
On my side I did everything and my PR has also been merged.
You just need to wait for a new version of Amendments to be released.
I have confirmed no other issue reports this bug
I have confirmed the mod is installed on the proper side
Current behavior
When you hit someone with torch it crashes the game (Probably conflict with some other my mods maybe with "Amendments")
Expected behavior
No crash
Steps to reproduce
Equip torch in hand Attack a mob
Minecraft version
1.21.1
Mod loader version
0.16.5
Mod version
5.0.4
Other mods
Stacktrace and logs
https://mclo.gs/bL3CROJ
Additional context
No response