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())
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 beworld.getBlockState(pos.down()).getBlock().isFertile(world, pos.down())