forked from VoxeLibre/VoxeLibre
Remove lit redstone ore from creative inv
This commit is contained in:
parent
7059b29862
commit
32b01a205f
|
@ -97,7 +97,7 @@ minetest.register_node("default:stone_with_redstone_lit", {
|
|||
light_source = 8,
|
||||
is_ground_content = true,
|
||||
stack_max = 64,
|
||||
groups = {cracky=2},
|
||||
groups = {cracky=2, not_in_creative_inventory=1},
|
||||
drop = {
|
||||
items = {
|
||||
max_items = 1,
|
||||
|
|
Loading…
Reference in New Issue