testing not_in_craft_guide for moreblocks again

master
thelamest 2015-01-26 23:35:22 +01:00
parent 53bc5d26c5
commit eb61a5351c
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ end
function stairsplus:register_all(modname, subname, recipeitem, fields)
fields = fields or {}
fields.groups = fields.groups or {}
fields.groups.not_in_craft_guide = 1 -- disableclouds test
if not moreblocks.config.stairsplus_in_creative_inventory then
fields.groups.not_in_creative_inventory = 1
end