Simple Corn

Simple Corn

10M Downloads

Crash when growing Corn in BTM Planter

nmarshall23 opened this issue ยท 1 comments

commented

I've posted this bug on BeetoGuy/BetterWithMods#567 Issues Page.

They inform me that the problem is on your end. That:
world.getBlockState(pos.down()).getBlock().isFertile(world, pos) should be world.getBlockState(pos.down()).getBlock().isFertile(world, pos.down())

commented

Fixed