Hunger_ng support for Bananas

This commit is contained in:
acmgit 2022-02-12 14:46:57 +01:00
parent 6044b1a950
commit 38079832ff
3 changed files with 5 additions and 3 deletions

View File

@ -37,7 +37,8 @@ minetest.register_node("cucina_vegana:wild_" .. pname, {
paramtype2 = "facedir",
tiles = {"cucina_vegana_" .. pname .. "_" .. step .. ".png"},
sunlight_propagates = true,
groups = {snappy = 3, dig_immediate=1, flammable=2, plant=1, attached_node = 1, growing = 1, not_in_creative_inventory = 1},
groups = {snappy = 3, dig_immediate=1, flammable=2, plant=1, attached_node = 1,
growing = 1, not_in_creative_inventory = 1},
sounds = default.node_sound_leaves_defaults(),
selection_box = {
type = "fixed",

View File

@ -37,7 +37,8 @@ minetest.register_node("cucina_vegana:wild_" .. pname, {
paramtype2 = "facedir",
tiles = {"cucina_vegana_" .. pname .. "_" .. step .. ".png"},
sunlight_propagates = true,
groups = {snappy = 3, dig_immediate=1, flammable=2, plant=1, attached_node = 1, growing = 1, not_in_creative_inventory = 1},
groups = {snappy = 3, dig_immediate=1, flammable=2, plant=1, attached_node = 1,
growing = 1, not_in_creative_inventory = 1},
sounds = default.node_sound_leaves_defaults(),
selection_box = {
type = "fixed",

View File

@ -11,7 +11,7 @@
{'cucina_vegana:rosemary', 1, nil, nil, nil, nil},
{'cucina_vegana:sunflower_seeds', 1, nil, nil, nil, nil},
{'cucina_vegana:banana', 4, nil, nil, nil, nil},
-- Name Saturation Replace with Poison Heal Sound
-- side dishes
{'cucina_vegana:ciabatta_bread', 4, nil, nil, nil, nil},