Remove lit redstone ore from creative inv

This commit is contained in:
Wuzzy 2017-01-07 04:18:01 +01:00
parent 7059b29862
commit 32b01a205f
1 changed files with 1 additions and 1 deletions

View File

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