Crashes when breaking tile entities
Mirsario opened this issue ยท 5 comments
I encounter the following crash whenever I break a manual crank, or a water wheel. If it matters at all, they were both in water. This was on fabric-loader-0.10.8-1.16.4
, version 0.2.0 of the mod.
..No, it isn't. The following crash log does not have it enabled.
crash-2020-12-19_20.39.50-client.txt
After some googling, and running into a similar crash in another mod - it seems like something's just missing BlockState.isAir() checks somewhere, or the block entities don't get removed in time.
(Bump) got the same error today when breaking tiles:
Cannot get property class_2753{name=facing, clazz=class net.minecraft.class_2350, values=[north, south, west, east]} as it does not exist in Block{minecraft:air}
Using Fabric Optifine btw!