-
Notifications
You must be signed in to change notification settings - Fork 12
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
Recipe Duplication on Ore Dust not unifying #66
Comments
This should be handled in the duplicates config with this option: https://github.com/AlmostReliable/almostunified/wiki/Duplicate-Config#defaultduplicaterules You can define recipe keys there, from which the values can deviate. You can then assign a rule to determine which value should be selected in the event of a conflict. The default config should have the Can you check if your section in your duplicates config looks like this? "defaultDuplicateRules": {
"ignoredFields": [
"conditions",
"group"
],
"rules": {
"cookingtime": "HigherRule",
"energy": "HigherRule",
"experience": "HigherRule"
},
"shouldSanitize": false
} |
This really confuses me, because I got Silver Dust Unified, but for some reason, Copper/Gold/Iron are not being unified. Here is the IE recipe in comparison to the one in Occultims |
You have to add the The following piece should be added to the "minecraft:smelting": {
"ignoredFields": [
"conditions",
"group",
"category"
],
"rules": {
"cookingtime": "HigherRule",
"experience": "HigherRule"
},
"shouldSanitize": false
} |
Thanks, it unified into a single one. |
I assume either Immersive Engineering has no category in silver related recipes, there is no silver in Immersive Engineering, or no other mod has silver besides Immersive Engineering. Anyways, this is a thing we can improve in the mod and I would have never known without your issue submission. Thanks a lot! |
Yeah, IE has silver, and I have 2 other mods that add silver. And Silver Dust recipes. As I saw the unified recipe using EI item, with the Occultism EXP output. https://github.com/BluSunrize/ImmersiveEngineering/blob/1.20.1/src/generated/resources/data/immersiveengineering/recipes/smelting/ingot_silver_from_dust.json On a side note, I assume this is not being unified due to one being shaped and the other being a shapeless recipe? |
Yep, only recipes with the same recipe type are being matched against each other. Whichever mod added the shapeless recipe, this should be reported. Vanilla Minecraft is also using shaped recipes for ingots from nuggets and storage blocks from ingots. |
On a side note, I updated to the latest version of Almost Unified and EMI, where they are both compatible with each other, but I noticed that EMI does not have the AU symbol on the recipes. Is that something that EMI has to deal with? |
Hm, it should display. I tested it in Singleplayer and Multiplayer. Might give this another look. |
Version
ImmersiveEngineering-1.20.1-10.0.0-169/occultism-1.20.1-1.116.0/almostunified-forge-1.20.1-0.8.0
Describe the bug!
The issue comes from Immersive engineering as they set their gold/iron/copper/ dust smelting recipe to have 0 experience, while occultism has their recipe set to 0.7 experience. So even if the input item is unified, both recipes remain the same. Is the "experience output" something that clashes with the unification? I have IE on the Unify priority file, so I am not sure why Occultism's duplicated recipe is being shown.
Because the Silver Dust Smelting recipe is being Unified. As the Silver Dust smelting is using the Occultims Exp output, as IE has a 0 exp recipe.
Crash Report
No response
Log
No response
Additional Context
Yes
Modifications
Just a private mod list that I play with, things like Create, IE, Occutims, EMI/JEI, Ice and Fire, JAOPCA, Ars, etc.
Nothing in the technical configs was altered.
Did the issue happen in singleplayer or on a server?
Singleplayer
The text was updated successfully, but these errors were encountered: