mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-04 14:53:51 +01:00
Comment out crafting white and blue dye from lily of the valley and cornflowers respectively
This commit is contained in:
parent
7b6d946d7b
commit
f62546a54f
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user