Streamline abms.
This commit is contained in:
parent
2f9d41c11e
commit
fb45d350b3
4 changed files with 97 additions and 115 deletions
|
@ -152,7 +152,7 @@ local cap = {
|
|||
{-0.4, -0.5, 0.4, 0.4, -0.25, 0.5},
|
||||
} },
|
||||
light_source = light_max,
|
||||
groups = {fleshy=1, dig_immediate=3, flammable=2, plant=1},
|
||||
groups = {fleshy=1, falling_node = 1, dig_immediate=3, flammable=2, plant=1},
|
||||
}
|
||||
minetest.register_node("fun_caves:giant_mushroom_cap", cap)
|
||||
|
||||
|
@ -171,7 +171,7 @@ minetest.register_node("fun_caves:huge_mushroom_cap", {
|
|||
{-0.33, -0.33, -0.33, 0.33, -0.17, 0.33},
|
||||
} },
|
||||
light_source = light_max,
|
||||
groups = {fleshy=1, dig_immediate=3, flammable=2, plant=1},
|
||||
groups = {fleshy=1, falling_node = 1, dig_immediate=3, flammable=2, plant=1},
|
||||
})
|
||||
|
||||
-- mushroom stem, giant or huge
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue