Dyes for Extra Biomes flowers (Minetest)
One of my favourite biome mods for Minetest is Extra Biomes by CowboyLv [ebiomes], but that doesn’t mean it doesn’t come with it’s flaws. One that has been annoying me is how you can’t make dyes from any of the flowers found in these biomes.
Since the ebiomes repo hasn’t been updated for 6 months and the author isn’t active on GitHub anymore, I have made a tiny mod to add the crafting recipes for these flowers.
It is on ContentDB here, and code is, as always, hosted on Codeberg here.
It simply has a list with each flower name corresponding to a colour that makes sense for it, and a function that loops through all of them and registers the crafting recipe. Just 40 lines, including 8 for a comment list of the colours at the top. It is licensed under MIT.
Update: Nathan Salapat (known on Youtube as Minetest Videos) did a review of this mod! (avaliable here). Thanks to him for reviewing, and I have fixed the Purple Blue Allium flower so now it crafts into Violet dye.