PilzAdam / farming_plus

Extended farming mod for Minetest
12 stars 26 forks source link

seed should only be able to place on soil #10

Closed asl97 closed 10 years ago

asl97 commented 10 years ago

atm, the code doesn't check for anything under the seed, you could even place one plant above another

it should be done like the farming mod, check if where the player is soil

https://github.com/minetest/minetest_game/blob/master/mods/farming/init.lua#L274-327