Crash when growing Corn in BTM Planter
nmarshall23 opened this issue ยท 1 comments
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())