Add ground_content = false to ctf_flag:ind_base
This commit is contained in:
parent
b72072c3ce
commit
37c15d683d
@ -1,7 +1,8 @@
|
|||||||
minetest.register_node("ctf_flag:ind_base", {
|
minetest.register_node("ctf_flag:ind_base", {
|
||||||
description = "Cheater!",
|
description = "Cheater!",
|
||||||
groups = {immortal = 1},
|
groups = {immortal = 1},
|
||||||
tiles = {"default_stone.png"}
|
tiles = {"default_stone.png"},
|
||||||
|
is_ground_content = false
|
||||||
})
|
})
|
||||||
|
|
||||||
-- The flag
|
-- The flag
|
||||||
|
Loading…
x
Reference in New Issue
Block a user