GTNewHorizons / Minetweaker-Gregtech-5-Addon

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

The Gregtech Assembling machine now has 6 item inputs #39

Closed Ethryan closed 7 years ago

Ethryan commented 7 years ago

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

Dream-Master commented 7 years ago

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

Dream-Master commented 7 years ago

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

Ethryan commented 7 years ago

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

Dream-Master commented 7 years ago

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.

Techlone commented 7 years ago

This increasing of assembler inputs is on a PR stage - https://github.com/Blood-Asp/GT5-Unofficial/pull/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.

Dream-Master commented 7 years ago

@Techlone thanks in advance

Ethryan commented 7 years ago

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.

Techlone commented 7 years ago

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

Techlone commented 7 years ago

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

Ethryan commented 7 years ago

Any news on the array update for this plugin?

Techlone commented 7 years ago

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

Dream-Master commented 7 years ago

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

Techlone commented 7 years ago

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

Dream-Master commented 7 years ago

sure

Techlone commented 7 years ago

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