oops, forgot to remove glass from creative inv after debugging

This commit is contained in:
Vanessa Ezekowitz 2013-08-26 05:30:00 -04:00
parent 1a5f620a30
commit 2e3329227f
1 changed files with 1 additions and 1 deletions

View File

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