GTNewHorizons / Minetweaker-Gregtech-5-Addon

Minetweaker Addon for all Gregtech 5 Machines
GNU General Public License v3.0
21 stars 12 forks source link

how add recipe for gt++ Industrial machines #48

Open HoleFish opened 5 years ago

HoleFish commented 5 years ago

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.

Dream-Master commented 5 years ago

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

HoleFish commented 5 years ago

example: mods.gregtech.Centrifuge.addRecipe([ 13, 50, ], null, * 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.

Dream-Master commented 5 years ago

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

HoleFish commented 5 years ago

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