Bug: You can't use Aether Flowers to craft Dye
Builderdog841 opened this issue ยท 10 comments
What Feature Types Apply to This Bug?
Item
Other Type
No response
What Type of Bug Is This?
Design
Forge Version
45.1.0
The Aether Version
1.0.0 Beta 6.1
Is This Bug a Conflict With Another Mod?
No response
Client Log
No response
Crash Report (if applicable)
No response
Steps to Reproduce
Try to use a White or Purple Flower to craft Dye
See how it's not possible
What You Expect To Happen
To get Dye
What Actually Happened
I didn't get it
Additional Details
After looking at the Code the Recipes don't seem to exist. Probably has something to do with the Code Clean-Up
Please Read and Confirm The Following
- I have confirmed this bug can be replicated without the use of Optifine.
- I have confirmed this bug is on the most recently supported version of Minecraft.
- I have confirmed the details provided in this report are concise as possible and does not contained vague information (ie. Versions are properly recorded, answers to questions are clear).
- I have confirmed this issue is unique and has not been reported already.
- If playing on a modpack, I have reported this issue to their issue tracker already.
It seems to be from line 168 onwards in the AetherRecipeData.java file, and outputs two json files with the recipes for each flower to dye conversion
Im sure if I knew GitHub better I could show it here in the comments but yeah, the recipes are definitely there and work in game perfectly fine
Do you have any other mods installed that could be potentially overriding the recipe?
The recipes are called flower_to_purple_dye.json and flower_to_white_dye.json
they are very much so present in the repo