Add recipe to get black dye

This commit is contained in:
Diego Martínez 2013-07-10 21:13:01 -03:00
parent c4bb058421
commit a87cf061d5

View file

@ -99,6 +99,13 @@ for _, row in ipairs(dyelocal.dyes) do
})
end
-- Special case
minetest.register_craft({
type = "shapeless",
output = "dye:black 4",
recipe = {"default:coal_lump"},
})
-- Mix recipes
-- Just mix everything to everything somehow sanely