fix straw block placement

This commit is contained in:
TenPlus1 2019-01-06 10:51:28 +00:00
parent 68231a5656
commit 7bcb05516c

@ -352,7 +352,7 @@ if minetest.get_modpath("farming") then
{"dro", {"farming:bread"}, 5}, {"dro", {"farming:bread"}, 5},
{"sch", "instafarm", 0, true}, {"sch", "instafarm", 0, true},
{"nod", "default:water_source", 1}, {"nod", "default:water_source", 1},
{"nod", "farming:straw", 1}, {"nod", "farming:straw", 0},
{"dro", {"farming:straw"}, 8}, {"dro", {"farming:straw"}, 8},
}) })
end end