4x coconut slice = 1x coconut
This commit is contained in:
parent
90cdf94ea6
commit
8916880d5d
8
food.lua
8
food.lua
@ -166,6 +166,14 @@ minetest.register_craftitem("ethereal:coconut_slice", {
|
|||||||
on_use = minetest.item_eat(1)
|
on_use = minetest.item_eat(1)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
output = "ethereal:coconut",
|
||||||
|
recipe = {
|
||||||
|
{"ethereal:coconut_slice", "ethereal:coconut_slice"},
|
||||||
|
{"ethereal:coconut_slice", "ethereal:coconut_slice"}
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
-- Golden Apple (Found on Healing Tree, heals all 10 hearts)
|
-- Golden Apple (Found on Healing Tree, heals all 10 hearts)
|
||||||
minetest.register_node("ethereal:golden_apple", {
|
minetest.register_node("ethereal:golden_apple", {
|
||||||
description = S("Golden Apple"),
|
description = S("Golden Apple"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user