Modpack recipe change problems

I’m making a pack and I have IC2 only for windmills, armor, mining laser and jetpack. I tried to change the recipe for jetpack to my one and remove the original one in this way:
recipes.remove(<jetpack_id>);
recipes.addShaped(<jetpack_id>, [my_recipe]);
But when I reloaded scripts, I saw two recipes: my one that was named ‘Shaped Crafting’ nd the IC2 one named ‘Shaped IC2 Crafting’. Is there any way to change recipes for IC2 stuff?

4 Likes

Here is GregTech forum so I think you missed the place to post.

I have not tried but probably this works. If not, I guess modify code is the only way.

4 Likes

Eh dont worry too much about it, the IC2 Forums are kinda dead and this is more of a MineTweaker Support thingy. :wink:

4 Likes

Oh, okay!
It is great because almost mods doesn’t support 1.7.10 now and if there is a question, every time this comment is come “1.7.10 is not supported version” lol.
I continue to help if I know :smile:

4 Likes

Solved that. Just set ic2_compat = false in some gregtech config.

4 Likes

Wrong one. There is a setting in the Recipes Config for the IC2 Machines.

3 Likes

But it helped somehow.

4 Likes

Yeah by turning off IC2 Compat entirely as opposed to just doing the Recipes.

3 Likes