mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-12-23 00:19:32 +01:00
Hide upper slabs from crafting guide
This commit is contained in:
parent
5e38d1b32f
commit
72a9eef09c
1 changed files with 1 additions and 0 deletions
|
@ -224,6 +224,7 @@ function stairs.register_slab(subname, recipeitem, groups, images, description,
|
|||
topdef.groups.slab = 1
|
||||
topdef.groups.slab_top = 1
|
||||
topdef.groups.not_in_creative_inventory = 1
|
||||
topdef.groups.not_in_craft_guide = 1
|
||||
topdef.description = string.format("Upper %s", description)
|
||||
topdef._doc_items_create_entry = false
|
||||
topdef._doc_items_longdesc = nil
|
||||
|
|
Loading…
Reference in a new issue