Tech Reborn

Tech Reborn

30M Downloads

java.lang.IllegalArgumentException: Cannot get property PropertyDirection as it does not exist in BlockStateContainer{block=minecraft:air}

Myriadtail opened this issue ยท 1 comments

commented

Mod Version: 2.15.5.638
Minecraft Version: 1.12.2
Pack: All The Mods 5.9.5
Crashlog: Here

Loosely put, there's bad cleanup within Forge in regards to blockstates like these. Vazkii had to fix this in Botania after a player breaks a Mana Pool without replacing it exactly where it was, and Forge is still checking that block even if it's no longer there. This has appeared elsewhere in Compact Machines 3 (Forge is trying to check the size of the Compact Machine when it's not there) and is now appearing in Tech Reborn.

commented

Ive fixed it in that one location, but other blocks may have similar issues. Due to it being a forge bug I dont mind fixing them when they appear. So let me know if you find it on any other blocks. Thanks.