jaredlll08 / ModTweaker

ModTweaker is an addon for CraftTweaker, which provides Integration for an amount of mods.
MIT License
68 stars 63 forks source link

[Bug or not Implemented] Thaumcraft 6 Recipes wont show up in Thaumonomicon #706

Closed Mr3DAlien closed 5 years ago

Mr3DAlien commented 5 years ago

Issue Description:

So i want to change the Recipe for the Infsuion Matrix in Thaumcraft 6, and it also works, the only Problem is, that it will only show up in Thaumic Jei, but it wont show up in the Thaumonomicon. I also changed the Recipe for the Thaumometer, and this one does show up in the Thaumonomicon.

So this is how I changed the Recipes:

Thaumometer

mods.thaumcraft.ArcaneWorkbench.removeRecipe(); mods.thaumcraft.ArcaneWorkbench.registerShapedRecipe("thaumometer", "FIRSTSTEPS", 20, [, , , , , ], , [[null, , null], [, , ], [null, , null]]);

Infusion Matrix

mods.thaumcraft.ArcaneWorkbench.removeRecipe(); mods.thaumcraft.ArcaneWorkbench.registerShapedRecipe("infusion_matrix_crafting", "INFUSION", 150, [, , , , , ], , [[, , ], [, , ], [, , ]]);


Affected Versions (Do not use "latest"):

jaredlll08 commented 5 years ago

You must be doing something wrong, if it worked for one thing, but not the other, it most likely means that your recipe name is wrong.

Mr3DAlien commented 5 years ago

But how do I find out what the recipe name is, I can change the Recipes and I can craft them, but the recipes won't show up in the Thaumonomicon Tab... Only the Thaumometer Recipe does show up. If you have the Technic Launcher you can install TheZeroProject 4 and look for yourself :/

MuffinPrison commented 4 years ago

Hi, have you tried to change the craft of items from taumcraft in the vanilla workbench? not arcane workbench. i try change wood table recipe but my recipe wont show up in thaumonomicon. Have you encountered such a problem? did you find a solution? can there be special commands? maybe (mods.thaumcraft.Workbench.removeRecipe(); mods.thaumcraft.Workbench.registerShapedRecipe("tablewood", "THEORYRESEARCH", 0, [], , [[null, null, null], [, , ], [, null, ]]);) ?

recipes.removeShaped(); recipes.addShaped("tablewood", , [[, , ], [, null, ], [null, null, null]]);