From 2e743c206b971b1336e8c0b99cd9826bb3ea7a88 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Mon, 6 Feb 2017 06:50:20 -0500 Subject: [PATCH] don't put moreblocks stairs stuff in creative inv --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index d4c48c5..4f6be8d 100644 --- a/init.lua +++ b/init.lua @@ -196,7 +196,7 @@ end minetest.override_item(i.name, { ud_replacement_node = "coloredwood:"..s1.."_wood_grey", paramtype2 = "colorfacedir", - groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2, wood = 1, ud_param2_colorable = 1}, + groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2, wood = 1, not_in_creative_inventory=1, ud_param2_colorable = 1}, }) end end