minefactory planter crashing with biomes o plenty dirt
scalda opened this issue ยท 4 comments
Just putting a note for myself here, hopefully I will have a chance to fix this:
Incorrect position and state passed to canSustainPlant in PlantableStandard
groundId.canSustainPlant(world.getBlockState(pos), world, pos, EnumFacing.UP, (IPlantable)_block)
needs to be changed to
groundId.canSustainPlant(world.getBlockState(pos.down()), world, pos.down(), EnumFacing.UP, (IPlantable)_block)
Well, that was just me taking a note, really. I would like to fix this, but with skyboy MIA I don't have a way to get the fix out at the moment. Hopefully he comes back soon.