Don't clobber plants needlessly

Consistent with sedges, flowers, rushes,
etc in vanilla.
This commit is contained in:
Aaron Suen 2021-09-06 17:53:38 -04:00
parent 9632befe76
commit 8a2412bfa8
6 changed files with 0 additions and 6 deletions

View File

@ -17,7 +17,6 @@ minetest.register_node(modname .. ":fern", {
walkable = false,
groups = {snappy = 1, flora = 1, flammable = 2, attached_node = 1, decay_to_fibers = 1},
sounds = nodecore.sounds("nc_terrain_swishy"),
buildable_to = true,
selection_box = {
type = "fixed",
fixed = {-6/16, -0.5, -6/16, 6/16, 4/16, 6/16},

View File

@ -17,7 +17,6 @@ minetest.register_node(modname .. ":lilypad", {
wield_image = modname .. "_lilypad.png",
liquids_pointable = true,
walkable = false,
buildable_to = true,
floodable = true,
silktouch = false,
groups = {snappy = 1, flora = 1, flammable = 3},

View File

@ -26,7 +26,6 @@ local function register_shroom(suff, desc, light_source,
[modname .. "_spread"] = 1
},
sounds = nodecore.sounds("nc_terrain_swishy"),
buildable_to = true,
selection_box = {
type = "fixed",
fixed = {-6/16, -0.5, -6/16, 6/16, 4/16, 6/16},

View File

@ -14,7 +14,6 @@ minetest.register_node(modname .. ":shrub", {
air_pass = true,
sunlight_propagates = true,
walkable = true,
buildable_to = false,
silktouch = false,
groups = {
snappy = 1,

View File

@ -25,7 +25,6 @@ minetest.register_node(modname .. ":starflower", {
[modname .. "_spread"] = 1
},
sounds = nodecore.sounds("nc_terrain_swishy"),
buildable_to = true,
selection_box = {
type = "fixed",
fixed = {-6/16, -0.5, -6/16, 6/16, 4/16, 6/16},

View File

@ -15,7 +15,6 @@ minetest.register_node(modname .. ":thornbriar", {
paramtype = "light",
sunlight_propagates = true,
walkable = false,
buildable_to = false,
silktouch = false,
damage_per_second = 1,
groups = {