GTNewHorizons/Minetweaker-Gregtech-5-Addon

how add recipe for gt++ Industrial machines

HoleFish opened this issue · 4 comments

Hello.I added recipes for GT machines(such as centrifuge),and I found they do not seem to work in the Industrial one(at least not in NEI).I dont know if the method have been added.So can you tell us how to do?Thanks.

You need to be more specific. How can I know what recipe you added? @HoleFish

example:
mods.gregtech.Centrifuge.addRecipe([gregtech:gt.metaitem.01:30013 * 13, gregtech:gt.metaitem.01:30012 * 50, gregtech:gt.metaitem.01:30496], null, gregtech:gt.metaitem.01:30495 * 64, null, null, [10000,10000,10000], 1230, 5);
//a new recipe to centrifuge air,the old one have been banned
but I dont know how to make it work in the industral one in liquid or another form.

gregtech:gt.metaitem.01:30013 google translater not working :) (if you want help just write down what 30013 is thanks)

The problem is that when a recipe exist you cant use the same ingredients in a second recipe.
Go to gt config folder and search for the recipe in the recipe config file and set it to =0
Then add a new one with different time and eu/t

e...30013 here is oxygen cell.
I mean that let recipes work in the multiblock (industrial centrifuge,large chem reactor and so on)@Dream-Master