Merge pull request #5 from pandorabox-io/master

Add recipe to extract violet dye from blueberries (#518)
This commit is contained in:
Thomas Rudin 2019-12-20 08:45:27 +01:00 committed by GitHub
commit d132c22d41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ if minetest.get_modpath("dye") then
-- register recipes with the same crafting ratios as `dye` provides
local dye_recipes = {
{"technic:coal_dust", "dye:black 2"},
{"default:blueberries", "dye:violet 2"},
{"default:grass_1", "dye:green 1"},
{"default:dry_shrub", "dye:brown 1"},
{"default:junglegrass", "dye:green 2"},