Don't clobber plants needlessly
Consistent with sedges, flowers, rushes, etc in vanilla.
This commit is contained in:
parent
9632befe76
commit
8a2412bfa8
@ -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},
|
||||
|
@ -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},
|
||||
|
@ -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},
|
||||
|
@ -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,
|
||||
|
@ -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},
|
||||
|
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user