[๐]: Recipe Issue!
HelpfulMishk03 opened this issue ยท 7 comments
Before Continuing:
- Check you are using the latest version of the mods and its dependencies
- Always include a latest.log if you are crashing
- Remove known hacky mods such as: Optifine, Fabric API/Connector on forge, and every kind of hybrid server like Mohist and Velocity. None of these are supported. Also try without other lesser usual suspects like Sodium and Lithium.
- If you are unsure which mod is the culprit.
Disable all of your mods and enable them 1-2 mods each time to isolate the culprit - Confirm that there is no existing issue with a similar description submitted in the list of issues.
Version
1.21.1-NEOFORGE
Supplementaries Version
supplementaries 3.4.14, originally 3.4.9
Moonlight Lib Version
MoonlightLib 2.22.6
Describe Issue
When launching the ATM10 version 4.10, and updating the mods, particularly to do with supplementaries, I get these errors:
Do not pay attention to the trail and tales kubejs error, I am already working on that with them to hopefully get it fixed
Error parsing recipe; Unknown registry key;
sawmill:supplementaries_ars_nouveau_way_sign_blue_archwood_0
java.lang.IllegalArgumentException: Error parsing recipe sawmill:supplementaries_ars_nouveau_way_sign_blue_archwood_0: Unknown registry key in ResourceKey[minecraft:root / minecraft:item]: supplementaries:ars_nouveau/way_sign_blue_archwood
openloader/C:\\Roaming\PrismLauncher\instances\All the Mods 10 - ATM10(2)\minecraft\datapacks\sawmill.zip
{
"group": "logs",
"ingredient": [
{
"item": "ars_nouveau:blue_archwood_log"
},
{
"item": "ars_nouveau:blue_archwood_wood"
}
],
"result": {
"id": "supplementaries:ars_nouveau/way_sign_blue_archwood",
"count": 4
},
"type": "sawmill:woodcutting"
}sawmill:supplementaries_ars_nouveau_way_sign_blue_archwood_1
java.lang.IllegalArgumentException: Error parsing recipe sawmill:supplementaries_ars_nouveau_way_sign_blue_archwood_1: Unknown registry key in ResourceKey[minecraft:root / minecraft:item]: supplementaries:ars_nouveau/way_sign_blue_archwood
openloader/C:\\Roaming\PrismLauncher\instances\All the Mods 10 - ATM10(2)\minecraft\datapacks\sawmill.zip
{
"group": "planks",
"ingredient": {
"item": "ars_nouveau:archwood_planks"
},
"result": {
"id": "supplementaries:ars_nouveau/way_sign_blue_archwood",
"count": 1
},
"type": "sawmill:woodcutting"
}Invalid component 'ingredients' (unwrapped_ingredient_list)
sawmill:supplementaries_ars_nouveau_way_sign_blue_archwood_0
openloader/C:\\Roaming\PrismLauncher\instances\All the Mods 10 - ATM10(2)\minecraft\datapacks\sawmill.zip
{
"group": "logs",
"ingredient": [
{
"item": "ars_nouveau:blue_archwood_log"
},
{
"item": "ars_nouveau:blue_archwood_wood"
}
],
"result": {
"id": "supplementaries:ars_nouveau/way_sign_blue_archwood",
"count": 4
},
"type": "sawmill:woodcutting"
}sawmill:supplementaries_ars_nouveau_way_sign_blue_archwood_1
openloader/C:\\Roaming\PrismLauncher\instances\All the Mods 10 - ATM10(2)\minecraft\datapacks\sawmill.zip
{
"group": "planks",
"ingredient": {
"item": "ars_nouveau:archwood_planks"
},
"result": {
"id": "supplementaries:ars_nouveau/way_sign_blue_archwood",
"count": 1
},
"type": "sawmill:woodcutting"
}thats because you have an external datapack that references IDS that might not be there.
That's not really a lot of help, I expected at least an explanation or a thought on what could've going on. You literally just left said "not my problem". So cool man, I'll be extracting your code to figure out where it goes wrong
This issue is not fixed. This happens in plain ATM10 without anything extra added. IT's your mod. Or you could at least let me know, that its on their side. The reason you gave was very brief. It should give the consumer of your mod a comforted feeling that you either took care of it, cant, or its not on your side. This is all I expected as someone who uses your mod, like everyone else.