mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-07-19 08:10:31 +02:00
user 'placed' nodes -> not ground content
This commit is contained in:
@ -119,6 +119,7 @@ minetest.register_node("dryplants:grass", {
|
||||
fixed = {-0.5 , -0.5 , -0.5 , 0.5 , -0.4375, 0.5 },
|
||||
},
|
||||
groups = {snappy=3, flammable=2},
|
||||
is_ground_content = false,
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
})
|
||||
|
||||
@ -151,6 +152,7 @@ minetest.register_node("dryplants:hay", {
|
||||
fixed = {-0.5 , -0.5 , -0.5 , 0.5 , -0.4375, 0.5 },
|
||||
},
|
||||
groups = {snappy=3, flammable=2},
|
||||
is_ground_content = false,
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user