Tiny tweak
This commit is contained in:
parent
28f4e20297
commit
0ee6a25384
@ -1,6 +1,6 @@
|
||||
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
|
||||
punched to eat a slice (or three).
|
||||
|
||||
|
4
init.lua
4
init.lua
@ -37,7 +37,7 @@ local replace_pie = function(node, puncher, pos)
|
||||
puncher:set_hp(h)
|
||||
end
|
||||
|
||||
minetest.set_node(pos, {name = node.name})
|
||||
minetest.swap_node(pos, {name = node.name})
|
||||
|
||||
end
|
||||
|
||||
@ -198,4 +198,4 @@ minetest.register_craft({
|
||||
{"farming:wheat", "farming:wheat", "farming:wheat"},
|
||||
{"", "", ""}
|
||||
},
|
||||
})
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user