This tutorial is from MC Encyclopedia (MCMOD.CN) using the CC By-NC-SA protocol.
The information here corresponds to GTTWEAKER 1.7.1.
Gregtech5 supports changing mechanical equipment:
· Alloy Smelter (alloy furnace)
· Amplifabricator (UU increase liquid production device)
· ARC Furnace (arc furnace)
· Assembler (assembly machine)
· Assembly Line (Equipment)
· AutoCLAVE (high pressure kettle)
· Blast Furnace (blast furnace)
· Bream (brewry)
· Canner
· Centrifuge (centrifugal machine)
· Chemical Bath (Chemical immersion)
· Chemical Reactor (chemical reactor)
· Circuit Assembler (Circuit assembly machine)
· Compressor (compressor)
· Cutting Saw (plate cutting machine)
· Distillation tower (distilled tower)
· Distillery (distilled room)
· Electrolyzer (electrolyte)
· Extractor (extractor)
· EXTRUDER
· Fermenter (fermentation slot)
· FLUID Canner (fluid filling machine)
· FLUID EXTRACTOR (fluid extract machine)
· Fluid Heater (fluid heater)
· Fluid Solidifier
· Forge Hammer (Forging Hammer)
· Forming Press
· Fuels (fuel)
· Fusion Reactor (nuclear clustering reactor)
· Implosion Compressor
· Lathe (lathe)
· Mixer (mixer)
· Oil Cracker (Petroleum Crack)
· ORE WASHER (Mine Washing Factory)
· Packer (packing machine)
· Plasma Arc Furnace (plasma arc furnace)
· Plate Bender (roll machine)
· Polarizer (two -level magnetic machine)
· Precision Laser
· Printer (printer)
· Pulverizer (grinding machine)
· Pyroluse Oven
· SEPARTOR (Magnetic Selection Mine)
· Sifter (gem sieve filter)
· Slicer (slicer)
· Unpacker
· Thermal Center
· Vacuumfreezer (vacuum freezer)
· Wiremill (wire rolling machine)
#The parameter marked as red is optional and can be ignored.Write null honestly
Note: The required time × consumption power is the total electricity used for use
Add the "alloy furnace" synthesis formula:
// Output items, input items 1, input item 2, time required (unit tick, the same below), consume power
Example: Mods.gregtech.alloysmelter.addrecipe (
Note: Input 2 (
Add the synthetic formula of the ‘UU increase liquid production device’:
// Enter items, time required, output UU (unit mb)
Example: mods.gregtech.amplifabricator.addrecipe (
Add ‘arc furnace’ synthesis formula:
// Output items multiple (≤4), input items, input fluids, output probability, time required, consumption power
Example: mods.gregtech.arcfurnace.addrecipe ([
Add the ‘assembly machine’ synthesis formula:
// ①: Output items, input items 1, input items 2, input fluid, time, time, power consumption
Example: mods.gregtech.assembler.addRecipe (
// ②: Output items, multiple input items (≤6), input fluid, time, time, power consumption
Example: mods.gregtech.assembler.addrecipe (
Add ‘assembly cable’ synthetic formula:
// Pre -scanning items, time required for scanning, multiple input items (in order, ≤16), multiple input fluids (in order, ≤4), output items, time required, consumption power, consumption power
Example: Assemblyline.addRecipe (
Add ‘high -pressure kettle’ synthesis formula:
// Output items, input items, input fluids, output probability, consumption power, whether a low gravity environment requires
Example: Mods.gregtech.autoclave.addrecipe (
// ①: There are multiple output items, input fluids, multiple input items, the required time, consumption power, the required furnace temperature
Example: mods.gregtech.blastfurnace.addrecipe ([
// ②: multiple output items, output fluids, multiple input items, input fluids, time required, consumption power, required furnace temperature
Example: Mods.gregteCh.blastfurnace.addrecipe ([
Add ‘brewing room’ synthetic formula:
// Enter fluid, input objects, output fluids, whether it is a hidden formula (that is, NEI cannot be found)
Example: Mods.gregtech.brewery.addrecipe (
Add the "tinner" synthetic formula:
// ①: multiple output items (≤2), input items 1, input item 2, time required, consumption power
Example: mods.gregtech.canner.addrecipe ([
// ②: Output items, input items 1, input item 2, time required, energy consumption
Example: mods.gregtech.canner.addrecipe ( Add the "centrifugal machine" synthesis formula: // There are multiple output items (≤6), output fluid, input items 1, input item 2, input fluid, output probability, time required, consumption power Example: Mods.gregtech.centrifUge.addrecipe ([ Add the synthetic formula of the ‘chemical immersion machine’: // Output items multiple (≤3), input items, input fluids, output probability, time required, consumption power Example: Mods.gregtech.chemicalBath.addrecipe ([ // ①: Output items, output fluids, input items, input items 2, input fluids, time required, consume power (automatically set automatically as 30) Example: Mods.gregtech.chemicalReactor.addRecipe ( // ②: Output items 1, output items 2, output fluid, input items 1, input items 2, input fluid, time required for time, consumption power Example: Mods.gregtech.chemicalReactor.addRecipe (NULL, Add ‘circuit assembly machine’ synthesis formula: // Output items, multiple input items (≤6), input fluid, time required, consumption power example: Mods.gregtech.circuitassembler.addrecipe ( Add a 'compressor' synthetic formula: // Output items, input items, time required, consumption power Example: (pretend to have an example) Add a 'plate cutting machine' synthetic formula: // ①: There are multiple output items (≤2), input items, input fluids, required time, consumption power Example: mods.gregtech.cuttingsaw.addrecipe ([ // ②: Output item 1, output item 2, input items, [integrated circuit configuration or input fluid], time required, consumption power Example: (pretend to have an example) Add a 'distilled tower' synthetic formula: // adduniversal may refer to adding a corresponding formula recipe to the distilled chamber (multiple output fluid multiple (≤12), output items, input fluids, time required, consumption power) Example: Mods.gregtech.distiLlate.addRecipe ([ // Output fluids, input integrated circuits, input fluids, time required, consumption power, whether to hide Example: mods.gregtech.distillery.addrecipe ( Add the "electrolytic slot" synthesis formula: // Output items multiple, output fluid, input items, input unit, input fluid, output probability, time required, consumption power Example: mods.gregtech.electrolyzer.addrecipe ([ Add the ‘extraction machine’ synthesis formula: // Output items, input items, time required, consumption power example: Mods.gregtech.extractor.addrecipe ( Add the "Modifier" synthetic formula: // Output items, input items, input templates, time required, consumption power Example: mods.gregtech.extruder.addrecipe ( Add the "fermentation slot" synthesis formula: // Output fluid, input fluid, whether the time required is a hidden formula (that is, NEI cannot be found) Example: mods.gregtech.fermenter.addrecipe ( Add the "fluid filling machine" synthetic formula: // Output items, input items, output fluids, input fluids Example: Mods.gregtech.fluidcanner.addrecipe ( Add the "fluid extract machine" synthetic formula: // Output items, input items, output fluids, output probability, time, time, power consumption Example: Mods.gregtech.fluidextRactor.addRcipe ( // Output fluid, input circuit, input fluid, time required, consumption power Example: Mods.gregtech.fluidheater.addrecipe ( Add the synthetic formula of the "fluid solidifier": // Output items, input molds, input fluids, time required, consumption power Example: Mods.gregtech.fluidsolidifier.addrecipe ( Add ‘Forging Hammer’ Synthesis Form: // Output items, input items, time required, consumption power Example: mods.gregtech.forgehammer.addrecipe ( Add ‘stamping machine tool’ synthetic formula: // Output items, input items 1, input items 2, time required, consumption power Example: Mods.gregtech.FormingPress.addrecipe ( Add ‘fuel’ synthesis formula: // Output items, input items, output per mb // 1000MB Each input is equal to 100000MB Example I: Mods.gregtech.fuels.adddieSelfuel ( 例子II:mods.gregtech.Fuels.addGasTurbineFuel( Example III: Mods.gregtech.fuels.addthermalgenratorFuel ( 例子IV:mods.gregtech.Fuels.addDenseFluidFuel( 例子V:mods.gregtech.Fuels.addPlasmaGeneratorFuel( Example vi: Mods.gregickCh.fuels.addmagicgenratorFuel ( Add 'nuclear fusion' synthesis formula: // Output fluid, 1 Input fluid 1, 2 Input fluid 2, time required, consumption power, start the required energy required Example: mods.gregtech.fusionReactor.addrecipe ( Add the synthetic formula of the ‘aggregate compressor’: // Output items multiple (≤2), input items, TNT quantity Example: Mods.gregteCh.implosscomCompressor.addRecipe ([ Add ‘lathe’ synthesis formula: // Output items multiple (≤2), input items, time required, consumption power consumption power Example: Mods.gregtech.lathe.addrecipe ([ Add a 'mixer' synthetic formula: // Output items, output fluids, multiple input items (≤4), input fluids, time required, consumption power Example: Mods.gregtech.mixer.addrecipe ( Add the synthetic formula of the "Petroleum Crack": // ①: Output fluids, input fluids, the time required, consumption power (this form may be no longer available) Example: (Pretend to have an example) // ②: Configuration circuit, output fluid, input fluid 1, input fluid 2, time required, consumption power Example: (Pretend to have an example) Add ‘Mine Washing Factory’ Synthesis Form: // Output items 1, output items 2, output items 3, input fluid (automatically set to 1000MB water if not fill in), the required time, consumption power Example: (Pretend to have an example) Add a "packaging machine" synthetic recipe: // Output items, input items 1, input items 2, time required, consumption power Example: mods.gregtech.packer.addrecipe ( Add ‘plasma arc furnace’ synthetic formula: // Output items multiple (≤4), output fluid, input items, input fluids, output probability, time required, consumption power Example: Mods.gregtech.plasmaarcfurnace.addRecipe ([ Add ‘roll machine’ synthesis formula: // Output items, input items, time required, consumption power Example: mods.gregtech.plateBender.addrecipe ( Add a 'magnetic machine' synthetic formula: // Output items, input items, time required, consumption power example: mods.gregtech.polarizer.addrecipe ( Add the synthesis formula of the ‘precision laser etching machine’: // Output items, input lenses, input items, time required, consumption power, whether Example: mods.gregtech.precisionlaser.addrecipe ( Add ‘soil blast furnace’ synthesis formula: // Output items 1, output items 2, input items 1, input item 2, time required, the number of coal consumption Example: (Pretend to have an example) Add a 'printer' synthetic formula: // Output items, input items, input items (flash memory), input fluid, time, time, power consumption Example: mods.gregtech.printer.addrecipe ( Add a "grinding machine" synthetic formula: // Output items multiple (≤4), input items, output probability, time required, consumption power consumption power Example: Mods.gregtech.pulverizer.addrecipe ([ Add ‘thermal solution furnace’ synthesis formula: // Output items, output fluids, integrated circuit configuration, input items, input fluids, time required, consumption power Example: mods.gregtech.pyrolyseoven.addrecipe (recipe needed); Mods.gregtech.pyrolyseoven.addrecipe ( Add ‘Magnetic Selection and Mining Factory’ Synthesis Form: // multiple output items (≤3), input items, output probability, time required, consumption power Example: Mods.gregtech.setdDRECipe ([ Add the synthetic formula of the "Gem Sieve Filter": // multiple output items (≤9), input items, output probability, time required, consumption power consumption power Example: mods.gregter.addrecipe ([ Add a "slicer" synthetic formula: // Output items, input items, input blades, time required, consumption power Example: mods.gregtech.slicer.addrecipe ( Add ‘thermal centrifugal machine’ synthesis formula: // Output items 1, output items 2, output items 3, input items, time required, consumption power Example: (pretend to have an example) Add the ‘unblock machine’ synthesis formula: // Output items 1, output item 2, input item, time required, consumption power Example: mods.gregtech.unpacker.addrecipe ( Add ‘vacuum freezer’ synthetic formula: // Output items, input items, the required time (power will be automatically set to 120) 例子:mods.gregtech.VacuumFreezer.addRecipe( Add the "wire rolling machine" synthetic formula: // Output items, input items, time required, consumption power Example: mods.gregtech.wiremill.addrecipe (