Boolean issue in relation to Botania's redstring method?
C4J3 opened this issue ยท 2 comments
I'm probably talking shit, first line reads: java.lang.IllegalArgumentException: Cannot get property PropertyBool{name=powered, clazz=class java.lang.Boolean, values=[true, false]} as it does not exist in BlockStateContainer{block=botania:redstringcontainer, properties=[facing]}
Is this Botania or MGU?
MC: 1.12.2
forge: 14.23.5.2838
MobGrindingUtils-0.3.13
Botania: r1.10-361
Let me know if you need more info :P
this is mgu. this line should probably be checking == fanBlock
instead of != null
, which is meaningless since 1.7, a null block will never appear there.