add a few edibles to the primordial layer

This commit is contained in:
FaceDeer
2020-12-01 00:08:38 -07:00
parent f5954dfdc5
commit d2ed498f45
10 changed files with 95 additions and 1 deletions

View File

@ -92,6 +92,19 @@ minetest.register_node("df_primordial_items:glow_pods", {
groups = {snappy = 3, flora = 1, attached_node = 1, flammable = 1, primordial_fungal_plant = 1, light_sensitive_fungus = 13},
paramtype = "light",
drawtype = "plantlike",
drop = {
max_items = 2,
items = {
{
rarity = 3,
items = {"df_primordial_items:primordial_fruit"},
},
{
rarity = 3,
items = {"df_primordial_items:primordial_fruit"},
},
},
},
buildable_to = true,
is_ground_content = false,
walkable = false,