berengma/farming_nextgen

Seeder does not work in public farms

SwissalpS opened this issue · 2 comments

At public farms the soil is protected but air above it not. This allows any user to harvest and plant manually.
However seeder checks for protection of node under which seed is to be placed at.

if minetest.is_protected(pointed_thing.under, name) then

Shouldn't seeder be checking the node it will actually be modifying, y + 1

I will take a look at this.

Thanks for pointing that out. Now it works.