Mechanical Tech

Mechanical Tech

172k Downloads

Crashes when breaking tile entities

Mirsario opened this issue ยท 5 comments

commented

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.

crash-2020-12-19_01.15.38-client.txt

commented

Hmm, this actually seems to be a conflict with OptiFabric + Optifine.

commented

..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.

commented

(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!

commented

got it only using this and optifine (i would really love to use optifine :( )
image

commented

As I said prior, this has nothing to do with optifine, and is reproducible without it.