[1.12.2] Crash when entering Menelaus with Terraqueous
orbwoi opened this issue ยท 4 comments
When I try to enter the planet Menelaus with Terraqueous installed, the game crashes.
It appears to be an issue with the sand blocks and terraqueous worldgen.
The log is attached.
Futurepack version: 1.12.2-26.3.76
Terraqueous verison: 1.12.0-1.4.8
@ShetiPhian GenPlants.generate has a bug. you pass the sate from the plant to the soil, but you have to pass the state of the soil itself. Yes I know this is quite strange but it is also at all other methods so. I have also evidence: BlockCactus#canBlockStay line 134 (the return)
IBlockState state = worldIn.getBlockState(pos.down());
return state.getBlock().canSustainPlant(state, worldIn, pos.down(), EnumFacing.UP, this) //this is the BlockCactus
I have created an issue at his mod: ShetiPhian/Localizations-and-Issues#149
in the other issue was a fix posted, you can try that version and report here (and to him) if its fixed.