cleverpanda / SimpleCorn

Corn Like Mojang might add
6 stars 5 forks source link

Crash when growing Corn in BTM Planter #10

Closed nmarshall23 closed 7 years ago

nmarshall23 commented 7 years ago

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())

cleverpanda commented 7 years ago

Fixed