1
0
鏡像自 https://codeberg.org/tenplus1/bakedclay.git 已同步 2025-07-06 18:20:33 +02:00

add unifieddye check for light grey recipe

此提交包含在:
TenPlus1
2020-03-06 12:31:53 +00:00
父節點 3af99b27c9
當前提交 b7b3b98003

查看文件

@ -108,11 +108,14 @@ minetest.register_craft( {
recipe = {"dye:black", "dye:black", "dye:white"}
})
-- only add light grey recipe if unifieddye mod isnt present (conflict)
if not minetest.get_modpath("unifieddyes") then
minetest.register_craft( {
type = "shapeless",
output = "dye:grey 3",
recipe = {"dye:black", "dye:white", "dye:white"}
})
end
minetest.register_craft( {
type = "shapeless",