skyboy / MineFactoryReloaded

104 stars 76 forks source link

minefactory planter crashing with biomes o plenty dirt #680

Closed scalda closed 6 years ago

scalda commented 6 years ago

please see crash log

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

using MFR version 1.10.2 229

P3pp3rF1y commented 6 years ago

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)

scalda commented 6 years ago

thank you for the quick response

P3pp3rF1y commented 6 years ago

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.

scalda commented 6 years ago

hey making a note is better then nothing lol