Update factions.lua

This commit is contained in:
Luke aka SwissalpS 2024-02-28 11:50:42 +01:00 committed by GitHub
parent eeef6fa4ec
commit e44d39ef41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 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",