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:
committed by
GitHub
parent
7605ffabfe
commit
cc36ed67b5
@ -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",
|
||||
|
Reference in New Issue
Block a user