Deprecation notice
As of ebiomes v1.5.0, this mod is no longer necessary because the dye recipes are included in the main mod. This mod (ebiomes_dyes
), will only be useful if you are using an older version of ebiomes
and still want to have dye recipes.
This mod adds the recipes for crafting dyes for all the flowers included in ebiomes
. It gives 4 dyes per flower, just like the default ones.
Reason for making this:
Extra Biomes includes lots of flowers (16), but originally had no recipes for turning them into dyes. This was very annoying because if someone wanted to get dyes, and they lived in a biome from ebiomes
, they would have to travel far to find a different biome to get a flower with the correct colour dye. With this mod, the flowers found in ebiomes
can be crafted into dyes.
How it works:
If you want to know the specific colour for each flower, go in init.lua
and look at ebiomes_dyelist
. Each pair next to each other are the flower to dye colour.
The craft registering is handled by a loop function registering each pair in that list.
This is all accomplished in only 40 lines, including the list of dye colours at the top.
License:
by Skivling (MIT License) - see LICENCE.txt
.
Much appreciated
Considering adding dyes in a future version of Extra Biomes. Many thanks!
Update
Extra Biomes is now updatet to version 1.5.0, now it has dyes.
People who would like to stick to earlier releases can continue using this mod.