forked from minetest-mods/stained_glass
oops, forgot to remove glass from creative inv after debugging
This commit is contained in:
parent
1a5f620a30
commit
2e3329227f
2
init.lua
2
init.lua
|
@ -75,7 +75,7 @@ function makenode(arg)
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = true,
|
||||||
light_source = arg.light,
|
light_source = arg.light,
|
||||||
is_ground_content = true,
|
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()
|
sounds = default.node_sound_glass_defaults()
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user