remove uncraftable dye:natural recipe

This commit is contained in:
TenPlus1 2019-07-23 18:27:03 +01:00
parent d6a2fbaaee
commit 9ec581dbf2
1 changed files with 10 additions and 9 deletions

View File

@ -36,7 +36,7 @@ for _, clay in pairs(clay) do
})
-- craft from dye and any baked clay
if clay[1] ~= "natural" then
minetest.register_craft({
output = "bakedclay:" .. clay[1] .. " 8",
recipe = {
@ -45,6 +45,7 @@ for _, clay in pairs(clay) do
{"group:bakedclay", "group:bakedclay", "group:bakedclay"}
},
})
end
-- register stairsplus stairs if found
if stairsplus_mod then