mirror of
https://github.com/pandorabox-io/banners.git
synced 2024-11-16 07:40:17 +01:00
banners aren't ground content
This commit is contained in:
parent
7605ffabfe
commit
eeef6fa4ec
|
@ -6,6 +6,7 @@ minetest.register_node("banners:wooden_banner",
|
|||
tiles = {"banner_support.png"},
|
||||
description = "Wooden banner",
|
||||
groups = {choppy=2, dig_immediate=2},
|
||||
is_ground_content = false,
|
||||
diggable = true,
|
||||
stack_max = 1,
|
||||
paramtype="light",
|
||||
|
@ -33,6 +34,7 @@ minetest.register_node("banners:steel_banner",
|
|||
tiles = {"steel_support.png"},
|
||||
description = "Steel banner",
|
||||
groups = {cracky=2},
|
||||
is_ground_content = false,
|
||||
diggable = true,
|
||||
stack_max = 1,
|
||||
paramtype = "light",
|
||||
|
|
Loading…
Reference in New Issue
Block a user