Hunger_ng support for Bananas
This commit is contained in:
parent
6044b1a950
commit
38079832ff
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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},
|
||||
|
Loading…
x
Reference in New Issue
Block a user