mirror of
https://github.com/minetest-mods/technic.git
synced 2025-01-04 19:57:36 +01:00
Add recipe to extract violet dye from blueberries (#518)
This commit is contained in:
parent
cb84439266
commit
08b660ba99
@ -15,6 +15,7 @@ if minetest.get_modpath("dye") then
|
|||||||
-- register recipes with the same crafting ratios as `dye` provides
|
-- register recipes with the same crafting ratios as `dye` provides
|
||||||
local dye_recipes = {
|
local dye_recipes = {
|
||||||
{"technic:coal_dust", "dye:black 2"},
|
{"technic:coal_dust", "dye:black 2"},
|
||||||
|
{"default:blueberries", "dye:violet 2"},
|
||||||
{"default:grass_1", "dye:green 1"},
|
{"default:grass_1", "dye:green 1"},
|
||||||
{"default:dry_shrub", "dye:brown 1"},
|
{"default:dry_shrub", "dye:brown 1"},
|
||||||
{"default:junglegrass", "dye:green 2"},
|
{"default:junglegrass", "dye:green 2"},
|
||||||
|
Loading…
Reference in New Issue
Block a user