diff --git a/factions.lua b/factions.lua index e06180d..9a327ae 100644 --- a/factions.lua +++ b/factions.lua @@ -147,6 +147,7 @@ minetest.register_node("banners:power_banner", { tiles = {"gold_support.png"}, description = "Power Banner", groups = {cracky=3}, + is_ground_content = false, diggable = true, stack_max = 1, paramtype = "light", @@ -179,6 +180,7 @@ minetest.register_node("banners:death_banner", { tiles = {"death_uv.png"}, description = "Death Banner", groups = {cracky=3}, + is_ground_content = false, diggable = true, stack_max = 1, paramtype = "light",