1
0
mirror of https://github.com/pandorabox-io/banners.git synced 2025-06-30 07:11:06 +02:00

Is ground content (#3)

* banners aren't ground content

* Update factions.lua
This commit is contained in:
Luke aka SwissalpS
2024-02-28 12:06:41 +01:00
committed by GitHub
parent 7605ffabfe
commit cc36ed67b5
2 changed files with 4 additions and 0 deletions

View File

@ -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",