Merge pull request #98 from Niklp09/glow_gravel
add not in creative inv group to grow gravel
This commit is contained in:
commit
18d06994bc
@ -30,7 +30,7 @@ minetest.register_node("techage:glow_gravel", {
|
||||
}},
|
||||
paramtype = "light",
|
||||
light_source = 8,
|
||||
groups = {crumbly = 2, falling_node = 1},
|
||||
groups = {crumbly = 2, falling_node = 1, not_in_creative_inventory = 1},
|
||||
sounds = default.node_sound_gravel_defaults(),
|
||||
drop = "",
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user