forked from VoxeLibre/VoxeLibre
Hide upper slabs from crafting guide
This commit is contained in:
parent
5e38d1b32f
commit
72a9eef09c
|
@ -224,6 +224,7 @@ function stairs.register_slab(subname, recipeitem, groups, images, description,
|
||||||
topdef.groups.slab = 1
|
topdef.groups.slab = 1
|
||||||
topdef.groups.slab_top = 1
|
topdef.groups.slab_top = 1
|
||||||
topdef.groups.not_in_creative_inventory = 1
|
topdef.groups.not_in_creative_inventory = 1
|
||||||
|
topdef.groups.not_in_craft_guide = 1
|
||||||
topdef.description = string.format("Upper %s", description)
|
topdef.description = string.format("Upper %s", description)
|
||||||
topdef._doc_items_create_entry = false
|
topdef._doc_items_create_entry = false
|
||||||
topdef._doc_items_longdesc = nil
|
topdef._doc_items_longdesc = nil
|
||||||
|
|
Loading…
Reference in New Issue