From 2e3329227f69ac0a71ac75f76bb0330cdaaf1b19 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Mon, 26 Aug 2013 05:30:00 -0400 Subject: [PATCH] oops, forgot to remove glass from creative inv after debugging --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 8a5634c..b1fb044 100644 --- a/init.lua +++ b/init.lua @@ -75,7 +75,7 @@ function makenode(arg) use_texture_alpha = true, light_source = arg.light, is_ground_content = true, - groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3}, -- , not_in_creative_inventory=1}, + groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3, not_in_creative_inventory=1}, sounds = default.node_sound_glass_defaults() }) end