mirror of
https://notabug.org/TenPlus1/bakedclay.git
synced 2024-11-19 23:43:45 +01:00
remove uncraftable dye:natural recipe
This commit is contained in:
parent
d6a2fbaaee
commit
9ec581dbf2
3
init.lua
3
init.lua
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user