1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-06-28 14:16:11 +02:00

Put poison ivy and junglegrasses into flora group also, made sure my growth

abms will avoid the defaults and vice-versa, to avoid overgrowth.
This commit is contained in:
Vanessa Ezekowitz
2013-04-26 05:48:38 -04:00
parent 620998310c
commit 2584286c52
2 changed files with 7 additions and 7 deletions

View File

@ -23,7 +23,7 @@ minetest.register_node('junglegrass:medium', {
sunlight_propagates = true,
paramtype = 'light',
walkable = false,
groups = { snappy = 3, flammable=2, junglegrass=1 },
groups = { snappy = 3, flammable=2, junglegrass=1, flora=1 },
sounds = default.node_sound_leaves_defaults(),
drop = 'default:junglegrass',
@ -43,7 +43,7 @@ minetest.register_node('junglegrass:short', {
sunlight_propagates = true,
paramtype = 'light',
walkable = false,
groups = { snappy = 3, flammable=2, junglegrass=1 },
groups = { snappy = 3, flammable=2, junglegrass=1, flora=1 },
sounds = default.node_sound_leaves_defaults(),
drop = 'default:junglegrass',
selection_box = {
@ -62,7 +62,7 @@ minetest.register_node('junglegrass:shortest', {
sunlight_propagates = true,
paramtype = 'light',
walkable = false,
groups = { snappy = 3, flammable=2, junglegrass=1 },
groups = { snappy = 3, flammable=2, junglegrass=1, flora=1 },
sounds = default.node_sound_leaves_defaults(),
drop = 'default:junglegrass',
selection_box = {