From 8a2412bfa85f291f0e99118fba6ed3bd0ad0be2a Mon Sep 17 00:00:00 2001 From: Aaron Suen Date: Mon, 6 Sep 2021 17:53:38 -0400 Subject: [PATCH] Don't clobber plants needlessly Consistent with sedges, flowers, rushes, etc in vanilla. --- flora_fern.lua | 1 - flora_lilypad.lua | 1 - flora_mushroom.lua | 1 - flora_shrub.lua | 1 - flora_starflower.lua | 1 - flora_thornbriar.lua | 1 - 6 files changed, 6 deletions(-) diff --git a/flora_fern.lua b/flora_fern.lua index 55db9b0..dd148fb 100644 --- a/flora_fern.lua +++ b/flora_fern.lua @@ -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}, diff --git a/flora_lilypad.lua b/flora_lilypad.lua index a602e3e..ff49630 100644 --- a/flora_lilypad.lua +++ b/flora_lilypad.lua @@ -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}, diff --git a/flora_mushroom.lua b/flora_mushroom.lua index e0f4401..71ffb16 100644 --- a/flora_mushroom.lua +++ b/flora_mushroom.lua @@ -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}, diff --git a/flora_shrub.lua b/flora_shrub.lua index 4edfd4b..c071e91 100644 --- a/flora_shrub.lua +++ b/flora_shrub.lua @@ -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, diff --git a/flora_starflower.lua b/flora_starflower.lua index f5340f5..47796e7 100644 --- a/flora_starflower.lua +++ b/flora_starflower.lua @@ -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}, diff --git a/flora_thornbriar.lua b/flora_thornbriar.lua index 091b3b4..b28869c 100644 --- a/flora_thornbriar.lua +++ b/flora_thornbriar.lua @@ -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 = {