Tiny tweak

master
TenPlus1 2016-01-10 19:16:46 +00:00
parent 28f4e20297
commit 0ee6a25384
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Pie mod [pie] Pie mod [pie]
Piemod for minetest adds six cakes to the game which can be crafted using items Pie mod for minetest adds six cakes to the game which can be crafted using items
from farming redo, mobs redo and Ethereal foods and then placed as a block or from farming redo, mobs redo and Ethereal foods and then placed as a block or
punched to eat a slice (or three). punched to eat a slice (or three).

View File

@ -37,7 +37,7 @@ local replace_pie = function(node, puncher, pos)
puncher:set_hp(h) puncher:set_hp(h)
end end
minetest.set_node(pos, {name = node.name}) minetest.swap_node(pos, {name = node.name})
end end
@ -198,4 +198,4 @@ minetest.register_craft({
{"farming:wheat", "farming:wheat", "farming:wheat"}, {"farming:wheat", "farming:wheat", "farming:wheat"},
{"", "", ""} {"", "", ""}
}, },
}) })