GTNewHorizons/Minetweaker-Gregtech-5-Addon

The Gregtech Assembling machine now has 6 item inputs

Ethryan opened this issue · 15 comments

Will this mod get an update to support all six inputs for the ordinary Assembler?

@Ethryan Yes you can now add Assembler recipe with 6 items and one fluid.

And this mod is Gregtech or did i not undertsand the Quiestion? @Ethryan

problem is i can't get it to work with in New Horizons when i try,

and the source file here only have space for 2 item inputs when i check the code:Link

Oh no this is not added yet in Minetweaker. I can add it via code not via minetweaker. But me or Technolone can implement ist when the version is ready.

This increasing of assembler inputs is on a PR stage - Blood-Asp/GT5-Unofficial#1100.
I will add a new method for 6 inputs or even an array of inputs like it's done for CircuitAssembler when GT will be released with this PR.

@Techlone thanks in advance

I spent a few hours going over the code of this addon, but when i entered the GTTweaker.java file, i couldn't find the CircuitAssembler.class in the list. Is it missing, not ready or just not needed?

Just curious since all other machines seems to be in this file.

Damn, true.
All machines (except from GT++) added in recent versions have been not registered. facepalm
Fixing...

Done.
Also we found out this bugs only now. Nobody uses new GTTweaker features -_-

Any news on the array update for this plugin?

@Ethryan GT 31 is still at the 'pre' stage. GT 30 doesn't have the assembler with six inputs.

The mixer have now 6 slots too so more stuff to do :)

Well maybe an using the pre versions is not too bad.
Wait for the weekend.

To add a recipe that uses more than two slots write this

mods.gregtech.Assembler.addRecipe(output, [input1, input2, etc], fluidInput, durationTicks, euPerTick)

fluidInput can be null