Botania

Botania

133M Downloads

Botania Crashing with PropertyEnum not being in ExtendedBlockState

bretterer opened this issue ยท 1 comments

commented

While building out my Botania empire in Stoneblock, I set up a 7x7 internal room with all endoflames. These flowers are all connected to 1 of 4 basic spreaders. The spreaders are all pointed into a mana splitter into 1 of 4 pools. From one of the pools, I have a spreader into the runic alter. During this time, I began having crashes. It is now at the point where I can't even open the world. I believe it is down to botania that is the issue because of the line

java.lang.IllegalArgumentException: Cannot get property PropertyEnum{name=variant, clazz=class vazkii.botania.api.state.enums.PoolVariant, values=[DEFAULT, CREATIVE, DILUTED, FABULOUS]} as it does not exist in ExtendedBlockState{block=botania:specialflower, properties=[color, type]}

Version Information

Forge version: 14.23.5.2768 244
Botania version: 1.10.357

Further Information

Link to crash log: https://gist.github.com/bretterer/85329f4d99acc676b8462357ecb27164
Steps to reproduce:
Not sure the best way to re-produce it.

I have a Stoneblock map and a room 7x7 internal room with endoflame flowers being fead by coal. These feed into 4 different mana pools through a splitter.

Link to World: https://drive.google.com/open?id=1gC1R0j8LoAy2XiIZu00RSJbIruUOUgy8

What I expected to happen: Able to open the world

What happened instead: Crash on world load

commented