[Crash] Hardcore Torches
SylisMC opened this issue ยท 2 comments
Game Version
1.19.2
Hardcore Torches - Github thread
Lanterns Belong On Walls - Github thread
Mod List
fabric-api-0.71.0+1.19.2.jar
hardcore_torches_fabric-1.19-1.6.1a.jar
lanterns-belong-on-walls-1.4.0-1.19.jar
Game crashes when trying to create a new world
The game crashed whilst mouseclick event handler
Error: java.lang.IllegalArgumentException: Cannot get property class_2753{name=facing, clazz=class net.minecraft.class_2350, values=[north, east, south, west, up, down]} as it does not exist in Block{hardcore_torches:lit_lantern}
Basically, its caused by lanterns belong on walls trying to determine what to do when a player tries to place a Hardcore Torches lantern on a wall.
I think one of you just needs a mouseclick event to stop the crash and a texture so it doesn't look stupid
I'll investigate to see if the crash still occurs, and I'll look into adding support as well.