wheat seeds fix

master
Victor Hackeridze 2012-04-24 22:08:40 +06:00
parent e62b078dc2
commit 896a1773a6
1 changed files with 1 additions and 2 deletions

View File

@ -218,10 +218,9 @@ minetest.register_craftitem("wheat:wheat_seeds", {
n = minetest.env:get_node(pointed_thing.under)
if n.name == "wheat:dirt_bed" then
minetest.env:add_node(pointed_thing.above, {name="wheat:wheat_1"})
end
return ""
end
end
return nil
end,
stack_max = 128,
}) -- Craftitems end