1
0
miroir de https://github.com/mt-mods/plantlife_modpack.git synchronisé 2025-10-23 11:05:42 +02:00

removed poison ivy nodes from flora group.

Cette révision appartient à :
Vanessa Ezekowitz
2013-04-26 07:11:11 -04:00
Parent 743531ed5a
révision fb60fc4af2

Voir le fichier

@@ -27,7 +27,7 @@ minetest.register_node('poisonivy:seedling', {
sunlight_propagates = true,
paramtype = 'light',
walkable = false,
groups = { snappy = 3, poisonivy=1, flora=1 },
groups = { snappy = 3, poisonivy=1 },
sounds = default.node_sound_leaves_defaults(),
buildable_to = true,
})
@@ -41,7 +41,7 @@ minetest.register_node('poisonivy:sproutling', {
sunlight_propagates = true,
paramtype = 'light',
walkable = false,
groups = { snappy = 3, poisonivy=1, flora=1 },
groups = { snappy = 3, poisonivy=1 },
sounds = default.node_sound_leaves_defaults(),
buildable_to = true,
})