From 327758e873393caa33201d7a7d45eb9af21e2c9b Mon Sep 17 00:00:00 2001 From: Elkien3 Date: Tue, 1 Nov 2016 18:26:09 -0500 Subject: [PATCH] add a nice inventory image to flag (#12) --- ctf_flag/flags.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/ctf_flag/flags.lua b/ctf_flag/flags.lua index 8a26122..067e561 100644 --- a/ctf_flag/flags.lua +++ b/ctf_flag/flags.lua @@ -4,6 +4,7 @@ minetest.register_node("ctf_flag:flag", { drawtype="nodebox", paramtype = "light", walkable = false, + inventory_image = "flag_silver2.png", tiles = { "default_wood.png", "default_wood.png",