[Bug] Editing ArcaneWorkbench recipes breaks Thaumonomicon
noobanidus opened this issue ยท 0 comments
Issue Description:
It's not possible to modify a recipe referred to in the Thaumonomicon without "deleting" the recipe from the book (most specifically the list of recipes unlocked by the specific research found on the right hand side of the page).
What happens:
Removing the Thaumometer recipe and recreating it with the first parameter set to "thaumcraft:thaumometer" prevents it from being displayed in the relevant Thaumonomicon tab, as the tab is specifically looking for "thaumcraft:thaumometer" but registerShapedRecipe and registerShapelessRecipe modify the recipe name to "modtweaker:thaumcraft:thaumometer".
As you can see from the research json asset (https://pastebin.com/i82pqZwP) , the stages of this research snippet are specifically looking for "thaumcraft:thaumometer".
What you expected to happen:
The relevant functions not to modify the name of the recipe.
Theoretically it would be as simple as changing it to "ResourceLocation(name)" instead of "ResourceLocation(MODID, name)" but I'm not sure what implications this would have for a recipe without a namespace.
Script used (Please Pastebin or gist your script, posting an unpasted or ungist'd script will automatically close this issue):
Minetweaker.log file (Please Pastebin or gist your file, posting an unpasted or ungist'd file will automatically close this issue):
Affected Versions (Do not use "latest"):
- Minecraft: 1.12.2
- Forge: 14.23.4.2750
- Crafttweaker: 4.1.9
- ModTweaker: 89397a3
- MTLib: 3.0.5
Your most recent log file where the issue was present:
[pastebin/gist/etc link here]