Add ground_content = false to ctf_flag:ind_base

master
rubenwardy 2015-11-23 22:25:31 +00:00
parent b72072c3ce
commit 37c15d683d
1 changed files with 2 additions and 1 deletions

View File

@ -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