-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[🐞]: Valhelsia Furniture recipes ignoring sticks #740
Comments
Hmm I remember this issue. the problem is the JEI/REI/EMI. I'll find the old issue. EDIT: |
Found the old issue I was discussing this issue with the DEV of EMI to find out why it happened. There are more information in the issue. |
Tried EMI, the recipe viewer doesn't show the sticks, so now it actually matches what the crafting table does. |
Correct. BUT EveryComp is not a recipe viewer. it support furniture mods that don't have support for Wood mods (Biomes O' Plenty and more). you are also correct, EMI or REI cannot interpret the condition in the recipe. Only JEI is capable of this, IIRC. If you look at the recipe of Valhelsia Furniture (VF). it has a condition where it would be loaded depending on loader: FABRIC or FORGE. VF is the only one I know that have a custom recipe which use condition to decide which ingredient based on the loader |
Alright, there is nothing I can do on my side. The issue is on Valhelsia Furniture where they use a conditional in a recipe (making it a unique recipe). EMI or REI failed to interpret that conditional and ended up ignoring it. EMI can work with JEI. If you try to craft using the recipes, you'll find it's working fine. BEST SOLUTION: The DEVs of EMI or REI should have update their mod to be able to interpret the conditional. You already saw the decision of EMI's DEV on the old issue I created above. The other solution is to report the issue to DEV of Valhelsia Furniture to update the recipe so EMI & REI can work with the recipe. |
Code of Conduct
Disable all of your mods and enable them 1-2 mods each time to isolate the culprit
Version - Loader (DO NOT FORGET TO SELECT THE CORRECT VERSION)
1.20.1 - FORGE
EveryCompat Version
everycomp-1.20-2.7.8
Moonlight Lib Version
moonlight-1.20-2.13.42
Issue with mods
valhelsia_furniture-forge-1.20.1-1.1.3
Issue Detail
Images
The recipe for a Valhelsia Chair looks like this:
But for some reason it's crafted even when I don't include the sticks:
It also happens with the other recipes, the Table, Desk, and Desk Drawer:
Polymorph sometimes works and allows me to craft slabs, but sometimes it doesn't, I don't understand why:
OPTIONAL: Latest.log | Crash-report Attachment
No response
OPTIONAL: To Produce
No response
The text was updated successfully, but these errors were encountered: