Add recipe to extract violet dye from blueberries

This commit is contained in:
coil 2019-12-07 16:58:50 -05:00
parent cb84439266
commit 5b8afdad66
No known key found for this signature in database
GPG Key ID: 8D08BD821F21A393
1 changed files with 1 additions and 0 deletions

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"},