1
0
mirror of https://github.com/pandorabox-io/banners.git synced 2024-09-28 04:00:17 +02:00

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

View File

@ -147,6 +147,7 @@ minetest.register_node("banners:power_banner", {
tiles = {"gold_support.png"}, tiles = {"gold_support.png"},
description = "Power Banner", description = "Power Banner",
groups = {cracky=3}, groups = {cracky=3},
is_ground_content = false,
diggable = true, diggable = true,
stack_max = 1, stack_max = 1,
paramtype = "light", paramtype = "light",
@ -179,6 +180,7 @@ minetest.register_node("banners:death_banner", {
tiles = {"death_uv.png"}, tiles = {"death_uv.png"},
description = "Death Banner", description = "Death Banner",
groups = {cracky=3}, groups = {cracky=3},
is_ground_content = false,
diggable = true, diggable = true,
stack_max = 1, stack_max = 1,
paramtype = "light", paramtype = "light",