Comment out crafting white and blue dye from lily of the valley and cornflowers respectively

This commit is contained in:
PrairieWind 2023-02-13 19:35:45 -07:00
parent 7b6d946d7b
commit f62546a54f
1 changed files with 4 additions and 2 deletions

View File

@ -456,10 +456,11 @@ minetest.register_craft({
recipe = {{"mcl_core:lapis"}},
})
--[[ Uncomment when crafting blue dye back into lapis is removed.
minetest.register_craft({
output = "mcl_dye:blue",
recipe = {{"mcl_flowers:cornflower"}},
})
})]]
minetest.register_craft({
output = "mcl_dye:lightblue",
@ -531,10 +532,11 @@ minetest.register_craft({
recipe = {{"mcl_flowers:rose_bush"}},
})
--[[Uncomment when crafting white dye back into bonemeal is removed
minetest.register_craft({
output = "mcl_dye:white",
recipe = {{"mcl_flowers:lily_of_the_valley"}},
})
})]]
minetest.register_craft({
type = "cooking",