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,
|
walkable = false,
|
||||||
groups = {snappy = 1, flora = 1, flammable = 2, attached_node = 1, decay_to_fibers = 1},
|
groups = {snappy = 1, flora = 1, flammable = 2, attached_node = 1, decay_to_fibers = 1},
|
||||||
sounds = nodecore.sounds("nc_terrain_swishy"),
|
sounds = nodecore.sounds("nc_terrain_swishy"),
|
||||||
buildable_to = true,
|
|
||||||
selection_box = {
|
selection_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {-6/16, -0.5, -6/16, 6/16, 4/16, 6/16},
|
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",
|
wield_image = modname .. "_lilypad.png",
|
||||||
liquids_pointable = true,
|
liquids_pointable = true,
|
||||||
walkable = false,
|
walkable = false,
|
||||||
buildable_to = true,
|
|
||||||
floodable = true,
|
floodable = true,
|
||||||
silktouch = false,
|
silktouch = false,
|
||||||
groups = {snappy = 1, flora = 1, flammable = 3},
|
groups = {snappy = 1, flora = 1, flammable = 3},
|
||||||
|
@ -26,7 +26,6 @@ local function register_shroom(suff, desc, light_source,
|
|||||||
[modname .. "_spread"] = 1
|
[modname .. "_spread"] = 1
|
||||||
},
|
},
|
||||||
sounds = nodecore.sounds("nc_terrain_swishy"),
|
sounds = nodecore.sounds("nc_terrain_swishy"),
|
||||||
buildable_to = true,
|
|
||||||
selection_box = {
|
selection_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {-6/16, -0.5, -6/16, 6/16, 4/16, 6/16},
|
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,
|
air_pass = true,
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
walkable = true,
|
walkable = true,
|
||||||
buildable_to = false,
|
|
||||||
silktouch = false,
|
silktouch = false,
|
||||||
groups = {
|
groups = {
|
||||||
snappy = 1,
|
snappy = 1,
|
||||||
|
@ -25,7 +25,6 @@ minetest.register_node(modname .. ":starflower", {
|
|||||||
[modname .. "_spread"] = 1
|
[modname .. "_spread"] = 1
|
||||||
},
|
},
|
||||||
sounds = nodecore.sounds("nc_terrain_swishy"),
|
sounds = nodecore.sounds("nc_terrain_swishy"),
|
||||||
buildable_to = true,
|
|
||||||
selection_box = {
|
selection_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {-6/16, -0.5, -6/16, 6/16, 4/16, 6/16},
|
fixed = {-6/16, -0.5, -6/16, 6/16, 4/16, 6/16},
|
||||||
|
@ -15,7 +15,6 @@ minetest.register_node(modname .. ":thornbriar", {
|
|||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
walkable = false,
|
walkable = false,
|
||||||
buildable_to = false,
|
|
||||||
silktouch = false,
|
silktouch = false,
|
||||||
damage_per_second = 1,
|
damage_per_second = 1,
|
||||||
groups = {
|
groups = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user