From 37c15d683dcd822019a05bf1e398230daf4f6b3e Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Mon, 23 Nov 2015 22:25:31 +0000 Subject: [PATCH] Add ground_content = false to ctf_flag:ind_base --- ctf_flag/flags.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ctf_flag/flags.lua b/ctf_flag/flags.lua index 2d369a9..00151f9 100644 --- a/ctf_flag/flags.lua +++ b/ctf_flag/flags.lua @@ -1,7 +1,8 @@ minetest.register_node("ctf_flag:ind_base", { description = "Cheater!", groups = {immortal = 1}, - tiles = {"default_stone.png"} + tiles = {"default_stone.png"}, + is_ground_content = false }) -- The flag