Minefactory Reloaded

Minefactory Reloaded

23M Downloads

minefactory planter crashing with biomes o plenty dirt

scalda opened this issue ยท 4 comments

commented

please see crash log

https://github.com/scalda/FoolCraft/issues/736

using MFR version 1.10.2 229

commented

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)

commented

thank you for the quick response

commented

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.

commented

hey making a note is better then nothing lol