4x coconut slice = 1x coconut

master
tenplus1 2021-05-15 11:36:02 +01:00
parent 90cdf94ea6
commit 8916880d5d
1 changed files with 8 additions and 0 deletions

View File

@ -166,6 +166,14 @@ minetest.register_craftitem("ethereal:coconut_slice", {
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)
minetest.register_node("ethereal:golden_apple", {
description = S("Golden Apple"),