mirror of
https://github.com/minetest-mods/stained_glass.git
synced 2024-11-15 22:40:20 +01:00
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,
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user