Last active
June 24, 2019 17:23
-
-
Save iamtakingiteasy/10b5bb578eea7ca7726d4dd12b751238 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # some of known gtce machines: | |
| # | |
| # gtce_compressor | |
| # gtce_extractor | |
| # gtce_macerator | |
| # gtce_oreWasher | |
| # gtce_thermalCentrifuge | |
| # gtce_furnace | |
| # gtce_microwave | |
| # gtce_assembler | |
| # gtce_formingPress | |
| # gtce_fluidCanner | |
| # gtce_plasmaArcFurnace | |
| # gtce_arcFurnace | |
| # gtce_sifter | |
| # gtce_laserEngraver | |
| # gtce_mixer | |
| # gtce_autoclave | |
| # gtce_electromagneticSeparator | |
| # gtce_polarizer | |
| # gtce_chemicalBath | |
| # gtce_brewing | |
| # gtce_fluidHeater | |
| # gtce_distillery | |
| # gtce_fermenting | |
| # gtce_fluidSolidfication | |
| # gtce_fluidExtraction | |
| # gtce_fusion | |
| # gtce_centrifuge | |
| # gtce_electrolyzer | |
| # gtce_blast | |
| # gtce_implosion | |
| # gtce_vacuum | |
| # gtce_chemical | |
| # gtce_distillation | |
| # gtce_cracking | |
| # gtce_pyrolyse | |
| # gtce_wiremill | |
| # gtce_bender | |
| # gtce_alloySmelter | |
| # gtce_canner | |
| # gtce_lathe | |
| # gtce_cutter | |
| # gtce_extruder | |
| # gtce_forgeHammer | |
| # gtce_packer | |
| # gtce_unpacker | |
| include file("default.recipes") | |
| rawcircuitboard = false | |
| circuitboard = false | |
| printedcircuitboard = false | |
| cable = false | |
| powerdistributor = false | |
| wrench = false | |
| ingotiron = false | |
| chipdiamond = false | |
| cuttingwire = false | |
| transistor { | |
| type: gtce_multiple | |
| alternatives: [ | |
| { | |
| type: gtce_assembler | |
| input: ["plateSteel", "wireGtSingleIron"] | |
| count: [1, 3] | |
| inputFluid: { | |
| name: "lead" | |
| amount: 18 | |
| } | |
| eu: 25 | |
| duration: 240 | |
| output: 2 | |
| }, | |
| { | |
| type: gtce_assembler | |
| input: ["plateSteel", "wireGtSingleIron"] | |
| count: [1, 3] | |
| inputFluid: { | |
| name: "tin" | |
| amount: 18 | |
| } | |
| eu: 25 | |
| duration: 240 | |
| output: 2 | |
| }, | |
| { | |
| type: gtce_assembler | |
| input: ["plateSteel", "wireGtSingleIron"] | |
| count: [1, 3] | |
| inputFluid: { | |
| name: "soldering_alloy" | |
| amount: 18 | |
| } | |
| eu: 25 | |
| duration: 240 | |
| output: 2 | |
| } | |
| ] | |
| } | |
| chip1 { | |
| type: gtce_assembler | |
| input: ["circuitGABasic", "oc:materialTransistor"] | |
| count: [1, 4] | |
| eu: 25 | |
| duration: 480 | |
| output: 4 | |
| } | |
| chip2 { | |
| type: gtce_assembler | |
| input: ["circuitGAGood", "oc:materialTransistor"] | |
| count: [1, 8] | |
| eu: 25 | |
| duration: 640 | |
| output: 4 | |
| } | |
| chip3 { | |
| type: gtce_assembler | |
| input: ["circuitGAAdvanced", "oc:materialTransistor"] | |
| count: [1, 16] | |
| eu: 25 | |
| duration: 800 | |
| output: 4 | |
| } | |
| cu { | |
| type: gtce_assembler | |
| input: ["circuitGABasic", "oc:materialTransistor"] | |
| count: [1, 6] | |
| eu: 32 | |
| duration: 750 | |
| output: 3 | |
| } | |
| alu { | |
| type: gtce_assembler | |
| input: ["circuitGABasic", "oc:circuitChip1"] | |
| count: [3, 1] | |
| eu: 24 | |
| duration: 500 | |
| output: 2 | |
| } | |
| apu1 { | |
| input: [ | |
| ["wireGtSingleGold", "oc:circuitChip1", "wireGtSingleGold"] | |
| ["oc:cpu2", "oc:componentBus1", "oc:graphicsCard1"] | |
| ["wireGtSingleGold", "oc:circuitChip1", "wireGtSingleGold"] | |
| ] | |
| } | |
| apu2 { | |
| input: [ | |
| ["wireGtSingleTitanium", "oc:circuitChip2", "wireGtSingleTitanium"] | |
| ["oc:cpu3", "oc:componentBus2", "oc:graphicsCard2"] | |
| ["wireGtSingleTitanium", "oc:circuitChip2", "wireGtSingleTitanium"] | |
| ] | |
| } | |
| cpu1 { | |
| input: [ | |
| ["oc:circuitChip1", "oc:materialALU", "oc:circuitChip1"] | |
| ["plateAluminium", "oc:materialCU", "plateAluminium"] | |
| ["screwAluminium", "craftingToolScrewdriver", "screwAluminium"] | |
| ] | |
| } | |
| cpu2 { | |
| input: [ | |
| ["oc:circuitChip2", "plateStainlessSteel", "oc:circuitChip2"] | |
| ["oc:ram3", "oc:cpu1", "oc:ram3"] | |
| ["oc:circuitChip2", "craftingToolScrewdriver", "oc:circuitChip2"] | |
| ] | |
| } | |
| cpu3 { | |
| input: [ | |
| ["oc:circuitChip3", "plateTitanium", "oc:circuitChip3"] | |
| ["oc:ram5", "oc:cpu2", "oc:ram5"] | |
| ["oc:circuitChip3", "craftingToolScrewdriver", "oc:circuitChip3"] | |
| ] | |
| } | |
| componentbus1 { | |
| input: [ | |
| ["wireGtSingleIron", "wireGtSingleRedAlloy", "wireGtSingleIron"] | |
| ["oc:circuitChip1", "oc:materialCU", ""] | |
| ["wireGtSingleIron", "circuitGABasic", "wireGtSingleIron"] | |
| ] | |
| } | |
| componentbus2 { | |
| input: [ | |
| ["wireGtSingleGold", "oc:ram3", "wireGtSingleGold"] | |
| ["oc:circuitChip2", "oc:componentBus1", ""] | |
| ["wireGtSingleGold", "circuitGABasic", "wireGtSingleGold"] | |
| ] | |
| } | |
| componentbus3 { | |
| input: [ | |
| ["wireGtSingleTitanium", "oc:ram5", "wireGtSingleTitanium"] | |
| ["oc:circuitChip3", "oc:componentBus2", ""] | |
| ["wireGtSingleTitanium", "circuitGABasic", "wireGtSingleTitanium"] | |
| ] | |
| } | |
| card { | |
| input: [ | |
| ["wireGtSingleIron", "oc:circuitChip1", "oc:materialTransistor"] | |
| ["wireGtSingleIron", "circuitGABasic", "circuitGABasic"] | |
| ["wireGtSingleIron", "wireGtSingleGold", "wireGtSingleGold"] | |
| ] | |
| } | |
| datacard1 { | |
| input: [ | |
| ["", "", ""] | |
| ["wireGtSingleIron", "oc:materialALU", "oc:circuitChip2"] | |
| ["", "oc:materialCard", ""] | |
| ] | |
| } | |
| datacard2 { | |
| input: [ | |
| ["", "", ""] | |
| ["wireGtSingleGold", "oc:cpu1", "oc:circuitChip3"] | |
| ["", "oc:dataCard1", ""] | |
| ] | |
| } | |
| datacard3 { | |
| input: [ | |
| ["", "", ""] | |
| ["wireGtSingleTitanium", "oc:cpu2", "oc:ram5"] | |
| ["", "oc:dataCard2", ""] | |
| ] | |
| } | |
| graphicscard1 { | |
| input: [ | |
| ["", "", ""] | |
| ["oc:circuitChip1", "oc:materialALU", "oc:ram1"] | |
| ["", "oc:materialCard", ""] | |
| ] | |
| } | |
| graphicscard2 { | |
| input: [ | |
| ["", "", ""] | |
| ["oc:circuitChip2", "oc:circuitChip2", "oc:ram3"] | |
| ["", "oc:graphicsCard1", ""] | |
| ] | |
| } | |
| graphicscard3 { | |
| input: [ | |
| ["", "", ""] | |
| ["oc:circuitChip3", "oc:circuitChip3", "oc:ram5"] | |
| ["", "oc:graphicsCard2", ""] | |
| ] | |
| } | |
| internetcard { | |
| input: [ | |
| ["", "", ""] | |
| ["oc:materialInterweb", "oc:circuitChip3", "wireGtSingleRedAlloy"] | |
| ["", "oc:wlanCard2", "obsidian"] | |
| ] | |
| } | |
| redstonecard1 { | |
| input: [ | |
| ["", "", ""] | |
| ["wireGtSingleRedAlloy", "oc:circuitChip1", ""] | |
| ["", "oc:materialCard", ""] | |
| ] | |
| } | |
| redstonecard2 { | |
| input: [ | |
| ["", "", ""] | |
| ["plateRedAlloy", "oc:circuitChip2", "materialEnderPearl"] | |
| ["", "oc:redstoneCard1", ""] | |
| ] | |
| } | |
| lancard { | |
| input: [ | |
| ["", "", ""] | |
| ["cableGtSingleIron", "oc:circuitChip1", ""] | |
| ["", "oc:materialCard", ""] | |
| ] | |
| } | |
| wlancard1 { | |
| input: [ | |
| ["", "", ""] | |
| ["wireGtSingleRedAlloy", "oc:circuitChip1", "wireGtSingleRedAlloy"] | |
| ["", "oc:lanCard", ""] | |
| ] | |
| } | |
| wlancard2 { | |
| input: [ | |
| ["", "", ""] | |
| ["materialEnderPearl", "oc:circuitChip2", ""] | |
| ["", "oc:lanCard", ""] | |
| ] | |
| } | |
| linkedcard { | |
| input: [ | |
| ["eyeOfEnder", "", "eyeOfEnder"] | |
| ["oc:wlanCard2", "oc:materialInterweb", "oc:wlanCard2"] | |
| ["oc:circuitChip3", "", "oc:circuitChip3"] | |
| ] | |
| output: 2 | |
| } | |
| eeprom { | |
| input: [ | |
| ["wireGtSingleGold", "oc:materialTransistor", "wireGtSingleGold"] | |
| ["craftingToolWireCutter", "oc:circuitChip1", "craftingToolFile"] | |
| ["wireGtSingleGold", "wireGtSingleRedAlloy", "wireGtSingleGold"] | |
| ] | |
| } | |
| disk { | |
| input: [ | |
| ["", "", ""] | |
| ["", "plateIron", ""] | |
| ["", "craftingToolHardHammer", ""] | |
| ] | |
| } | |
| floppy { | |
| input: [ | |
| ["wireGtSingleIron", "lever", "wireGtSingleIron"] | |
| ["circuitGABasic", "oc:materialDisk", "circuitGABasic"] | |
| ["wireGtSingleIron", "craftingToolScrewdriver", "wireGtSingleIron"] | |
| ] | |
| } | |
| hdd1 { | |
| input: [ | |
| ["oc:circuitChip1", "oc:materialDisk", "wireGtSingleIron"] | |
| ["circuitGABasic", "oc:materialDisk", "craftingToolScrewdriver"] | |
| ["oc:circuitChip1", "oc:materialDisk", "wireGtSingleIron"] | |
| ] | |
| } | |
| hdd2 { | |
| input: [ | |
| ["wireGtSingleGold", "oc:hdd1", "wireGtSingleGold"] | |
| ["oc:circuitChip2", "circuitGABasic", "oc:circuitChip2"] | |
| ["wireGtSingleGold", "oc:hdd1", "wireGtSingleGold"] | |
| ] | |
| } | |
| hdd3 { | |
| input: [ | |
| ["oc:circuitChip3", "oc:hdd2", "oc:circuitChip3"] | |
| ["oc:ram1", "circuitGABasic", "oc:ram1"] | |
| ["oc:circuitChip3", "oc:hdd2", "oc:circuitChip3"] | |
| ] | |
| } | |
| interweb { | |
| input: [ | |
| ["string", "materialEnderPearl", "string"] | |
| ["materialEnderPearl", "string", "materialEnderPearl"] | |
| ["string", "materialEnderPearl", "string"] | |
| ] | |
| } | |
| angelupgrade { | |
| input: [ | |
| ["wireGtSingleIron", "materialEnderPearl", "wireGtSingleIron"] | |
| ["oc:circuitChip1", "pistonStickyBase", "oc:circuitChip1"] | |
| ["wireGtSingleIron", "materialEnderPearl", "wireGtSingleIron"] | |
| ] | |
| } | |
| batteryupgrade1 { | |
| input: [ | |
| ["wireGtSingleIron", "wireGtSingleGold", "wireGtSingleIron"] | |
| ["oc:materialTransistor", "oc:capacitor", "oc:materialTransistor"] | |
| ["wireGtSingleIron", "wireGtSingleGold", "wireGtSingleIron"] | |
| ] | |
| } | |
| batteryupgrade2 { | |
| input: [ | |
| ["wireGtSingleGold", "oc:capacitor", "wireGtSingleGold"] | |
| ["oc:materialTransistor", "wireGtSingleGold", "oc:materialTransistor"] | |
| ["wireGtSingleGold", "oc:capacitor", "wireGtSingleGold"] | |
| ] | |
| } | |
| batteryupgrade3 { | |
| input: [ | |
| ["wireGtSingleTitanium", "oc:capacitor", "wireGtSingleTitanium"] | |
| ["oc:materialTransistor", "oc:capacitor", "oc:materialTransistor"] | |
| ["wireGtSingleTitanium", "oc:capacitor", "wireGtSingleTitanium"] | |
| ] | |
| } | |
| chunkloaderupgrade { | |
| input: [ | |
| ["wireGtSingleTitanium", "blockGlass", "wireGtSingleTitanium"] | |
| ["oc:circuitChip3", "eyeOfEnder", "oc:circuitChip3"] | |
| ["obsidian", "circuitGABasic", "obsidian"] | |
| ] | |
| } | |
| craftingupgrade { | |
| input: [ | |
| ["screwStainlessSteel", "circuitGABasic" , "circuitGABasic"] | |
| ["oc:circuitChip2", {block="gregtech:machine_casing", subID=1}, "oc:circuitChip2"] | |
| ["screwStainlessSteel", "craftingToolScrewdriver", "screwStainlessSteel"] | |
| ] | |
| } | |
| databaseupgrade1 { | |
| input: [ | |
| ["screwIron", "oc:analyzer", "screwIron"] | |
| ["oc:circuitChip1", "oc:hdd1", "oc:circuitChip1"] | |
| ["screwIron", "circuitGABasic", "craftingToolScrewdriver"] | |
| ] | |
| } | |
| databaseupgrade2 { | |
| input: [ | |
| ["screwIron", "oc:analyzer", "screwIron"] | |
| ["oc:circuitChip2", "oc:hdd2", "oc:circuitChip2"] | |
| ["screwIron", "circuitGABasic", "craftingToolScrewdriver"] | |
| ] | |
| } | |
| databaseupgrade3 { | |
| input: [ | |
| ["screwIron", "oc:analyzer", "screwIron"] | |
| ["oc:circuitChip3", "oc:hdd3", "oc:circuitChip3"] | |
| ["screwIron", "circuitGABasic", "craftingToolScrewdriver"] | |
| ] | |
| } | |
| experienceupgrade { | |
| input: [ | |
| ["wireGtSingleTitanium", "oc:analyzer", "wireGtSingleTitanium"] | |
| ["oc:circuitChip3", "emerald", "oc:circuitChip3"] | |
| ["wireGtSingleTitanium", "circuitGABasic", "wireGtSingleTitanium"] | |
| ] | |
| } | |
| generatorupgrade { | |
| input: [ | |
| ["screwStainlessSteel", "circuitGABasic", "screwStainlessSteel"] | |
| ["oc:circuitChip2", {block="gregtech:machine", subID=1}, "oc:circuitChip2"] | |
| ["screwStainlessSteel", "craftingToolScrewdriver", "screwStainlessSteel"] | |
| ] | |
| } | |
| hoverupgrade1 { | |
| input: [ | |
| ["feather", "oc:circuitChip1", "feather"] | |
| ["wireGtSingleIron", "leather", "wireGtSingleIron"] | |
| ["feather", "circuitGABasic", "feather"] | |
| ] | |
| } | |
| hoverupgrade2 { | |
| input: [ | |
| ["oc:stoneEndstone", "oc:circuitChip2", "oc:stoneEndstone"] | |
| ["wireGtSingleGold", "screwIron", "wireGtSingleGold"] | |
| ["oc:stoneEndstone", "circuitGABasic", "craftingToolScrewdriver"] | |
| ] | |
| } | |
| inventoryupgrade { | |
| input: [ | |
| ["screwIron", "hopper", "screwIron"] | |
| ["dispenser", "chest", "craftingPiston"] | |
| ["screwIron", "oc:circuitChip1", "craftingToolScrewdriver"] | |
| ] | |
| } | |
| inventorycontrollerupgrade { | |
| input: [ | |
| ["screwGold", "oc:circuitChip2", "screwGold"] | |
| ["dispenser", "oc:inventoryUpgrade", "craftingPiston"] | |
| ["screwGold", "circuitGABasic", "craftingToolScrewdriver"] | |
| ] | |
| } | |
| mfu { | |
| input: [ | |
| ["oc:chamelium", "gemLapis", "oc:chamelium"] | |
| ["oc:linkedCard", "oc:adapter", "oc:linkedCard"] | |
| ["oc:chamelium", "gemLapis", "oc:chamelium"] | |
| ] | |
| } | |
| leashupgrade { | |
| input: [ | |
| ["screwIron", "minecraft:lead", "screwIron"] | |
| ["minecraft:lead", "oc:materialCU", "minecraft:lead"] | |
| ["screwIron", "minecraft:lead", "craftingToolScrewdriver"] | |
| ] | |
| } | |
| navigationupgrade { | |
| input: [ | |
| [{block="gregtech:machine_casing", subID=2}, "compass", "screwStainlessSteel"] | |
| ["oc:circuitChip3", "filled_map", "oc:circuitChip3"] | |
| ["screwStainlessSteel", "potion", "craftingToolScrewdriver"] | |
| ] | |
| } | |
| pistonupgrade { | |
| input: [ | |
| ["screwIron", "craftingPiston", "screwIron"] | |
| ["stickWood", "oc:circuitChip1", "stickWood"] | |
| ["screwIron", "circuitGABasic", "craftingToolScrewdriver"] | |
| ] | |
| } | |
| signupgrade { | |
| input: [ | |
| ["screwAluminium", "dyeBlack", "screwAluminium"] | |
| ["oc:circuitChip1", "stickWood", "oc:circuitChip1"] | |
| ["screwAluminium", "craftingToolScrewdriver", "screwAluminium"] | |
| ] | |
| } | |
| solargeneratorupgrade { | |
| input: [ | |
| ["screwTitanium", "", "screwTitanium"] | |
| ["oc:circuitChip3", {block="gregtech:machine", subID=3} , "oc:circuitChip3"] | |
| ["screwTitanium", "craftingToolScrewdriver", "screwTitanium"] | |
| ] | |
| } | |
| tankupgrade { | |
| input: [ | |
| ["plankWood", "fenceIron", "plankWood"] | |
| ["dispenser", "cauldron", "craftingPiston"] | |
| ["plankWood", "oc:circuitChip1", "plankWood"] | |
| ] | |
| } | |
| tankcontrollerupgrade { | |
| input: [ | |
| ["ingotGold", "glassBottle", "ingotGold"] | |
| ["dispenser", "oc:circuitChip2", "craftingPiston"] | |
| ["ingotGold", "circuitGABasic", "ingotGold"] | |
| ] | |
| } | |
| tractorbeamupgrade { | |
| input: [ | |
| ["screwGold", "craftingToolScrewdriver", "screwGold"] | |
| ["screwIron", "oc:capacitor", "screwIron"] | |
| ["screwGold", "oc:circuitChip3", "screwGold"] | |
| ] | |
| } | |
| tradingupgrade { | |
| input: [ | |
| ["screwGold", "chest", "screwGold"] | |
| ["emerald", "oc:circuitChip2", "emerald"] | |
| ["dropper", "circuitGABasic", "craftingToolScrewdriver"] | |
| ] | |
| } | |
| cardcontainer1 { | |
| input: [ | |
| ["screwIron", "oc:circuitChip1", "screwIron"] | |
| ["craftingPiston", "chest", ""] | |
| ["screwIron", "oc:materialCard", "craftingToolScrewdriver"] | |
| ] | |
| } | |
| cardcontainer2 { | |
| input: [ | |
| ["screwIron", "oc:circuitChip2", "screwIron"] | |
| ["craftingPiston", "chest", ""] | |
| ["screwIron", "oc:materialCard", "craftingToolScrewdriver"] | |
| ] | |
| } | |
| cardcontainer3 { | |
| input: [ | |
| ["screwGold", "oc:circuitChip3", "screwGold"] | |
| ["craftingPiston", "chest", ""] | |
| ["screwGold", "oc:materialCard", "craftingToolScrewdriver"] | |
| ] | |
| } | |
| upgradecontainer1 { | |
| input: [ | |
| ["screwIron", "oc:circuitChip1", "screwIron"] | |
| ["craftingPiston", "chest", ""] | |
| ["screwIron", "circuitGABasic", "craftingToolScrewdriver"] | |
| ] | |
| } | |
| upgradecontainer2 { | |
| input: [ | |
| ["screwIron", "oc:circuitChip2", "screwIron"] | |
| ["craftingPiston", "chest", ""] | |
| ["screwIron", "circuitGABasic", "craftingToolScrewdriver"] | |
| ] | |
| } | |
| upgradecontainer3 { | |
| input: [ | |
| ["screwGold", "oc:circuitChip2", "screwGold"] | |
| ["craftingPiston", "chest", ""] | |
| ["screwGold", "circuitGABasic", "craftingToolScrewdriver"] | |
| ] | |
| } | |
| case1 { | |
| input: [ | |
| ["screwAluminium", "circuitGABasic", "craftingToolWrench"] | |
| ["rotorBronze", {block="gregtech:machine_casing", subID=1}, "rotorBronze"] | |
| ["screwAluminium", "oc:circuitChip1", "craftingToolScrewdriver"] | |
| ] | |
| } | |
| case2 { | |
| input: [ | |
| ["screwStainlessSteel", "circuitGABasic", "craftingToolWrench"] | |
| ["rotorSteel", "oc:case1", "rotorSteel"] | |
| ["screwStainlessSteel", "oc:circuitChip2", "craftingToolScrewdriver"] | |
| ] | |
| } | |
| case3 { | |
| input: [ | |
| ["screwTitanium", "circuitGABasic", "craftingToolWrench"] | |
| ["rotorTitanium", "oc:case2", "rotorTitanium"] | |
| [screwTitanium, "oc:circuitChip3", "craftingToolScrewdriver"] | |
| ] | |
| } | |
| screen1 { | |
| input: [ | |
| ["plateAluminium", "plateAluminium", "craftingToolWrench"] | |
| ["wireGtSingleRedAlloy", "oc:materialTransistor", "paneGlass"] | |
| ["plateAluminium", "plateAluminium", "craftingToolScrewdriver"] | |
| ] | |
| } | |
| screen2 { | |
| input: [ | |
| ["plateStainlessSteel", "screwStainlessSteel", "craftingToolWrench"] | |
| ["oc:circuitChip2", "oc:screen1", {block="gregtech:machine_casing", subID=1}] | |
| ["plateStainlessSteel", "screwStainlessSteel", "craftingToolScrewdriver"] | |
| ] | |
| } | |
| screen3 { | |
| input: [ | |
| ["plateTitanium", "circuitGABasic", "craftingToolWrench"] | |
| ["oc:circuitChip3", "oc:screen2", "oc:circuitChip3"] | |
| ["plateTitanium", "circuitGABasic", "craftingToolScrewdriver"] | |
| ] | |
| } | |
| analyzer { | |
| input: [ | |
| ["oc:materialTransistor", "wireGtSingleRedAlloy", "oc:materialTransistor"] | |
| ["oc:circuitChip2", {block="gregtech:machine_casing", subID=1}, "oc:circuitChip2"] | |
| ["screwAluminium", "craftingToolScrewdriver", "screwAluminium"] | |
| ] | |
| } | |
| server1 { | |
| input: [ | |
| ["oc:circuitChip1", "oc:ram4", "oc:circuitChip1"] | |
| ["oc:circuitChip2", "oc:case1", "oc:circuitChip2"] | |
| ["craftingToolScrewdriver", "circuitGABasic", "craftingToolWrench"] | |
| ] | |
| } | |
| server2 { | |
| input: [ | |
| ["oc:circuitChip2", "oc:ram5", "oc:circuitChip2"] | |
| ["oc:circuitChip3", "oc:case2", "oc:circuitChip3"] | |
| ["craftingToolScrewdriver", "circuitGABasic", "craftingToolWrench"] | |
| ] | |
| } | |
| server3 { | |
| input: [ | |
| ["oc:circuitChip3", "oc:ram6", "oc:circuitChip3"] | |
| ["oc:circuitChip3", "oc:case3", "oc:circuitChip3"] | |
| ["craftingToolScrewdriver", "circuitGABasic", "craftingToolWrench"] | |
| ] | |
| } | |
| dronecase1 { | |
| input: [ | |
| ["oc:stoneEndstone", "compass", "oc:stoneEndstone"] | |
| ["oc:circuitChip1", "oc:microcontrollerCase1", "oc:circuitChip1"] | |
| ["oc:stoneEndstone", "oc:componentBus2", "oc:stoneEndstone"] | |
| ] | |
| } | |
| dronecase2 { | |
| input: [ | |
| ["oc:stoneEndstone", "compass", "oc:stoneEndstone"] | |
| ["oc:circuitChip2", "oc:microcontrollerCase2", "oc:circuitChip2"] | |
| ["oc:stoneEndstone", "oc:componentBus3", "oc:stoneEndstone"] | |
| ] | |
| } | |
| microcontrollercase1 { | |
| input: [ | |
| ["wireGtSingleIron", "oc:circuitChip1", "wireGtSingleIron"] | |
| ["wireGtSingleRedAlloy", "chest", "wireGtSingleRedAlloy"] | |
| ["wireGtSingleIron", "circuitGABasic", "wireGtSingleIron"] | |
| ] | |
| } | |
| microcontrollercase2 { | |
| input: [ | |
| ["wireGtSingleGold", "oc:circuitChip3", "wireGtSingleGold"] | |
| ["plateRedAlloy", "chest", "plateRedAlloy"] | |
| ["wireGtSingleGold", "circuitGABasic", "wireGtSingleGold"] | |
| ] | |
| } | |
| tabletcase1 { | |
| input: [ | |
| ["screwGold", "button", "screwGold"] | |
| ["oc:componentBus1", "oc:screen2", "oc:circuitChip3"] | |
| ["screwGold", "circuitGABasic", "craftingToolScrewdriver"] | |
| ] | |
| } | |
| tabletcase2 { | |
| input: [ | |
| ["oc:circuitChip2", "button", "screwGold"] | |
| ["oc:componentBus3", "oc:screen2", "oc:circuitChip3"] | |
| ["oc:circuitChip2", "circuitGABasic", "craftingToolScrewdriver"] | |
| ] | |
| } | |
| hologram1 { | |
| input: [ | |
| ["oc:circuitChip2", "paneGlass", "oc:circuitChip2"] | |
| ["circuitGABasic", "gemDiamond", "circuitGABasic"] | |
| ["obsidian", "yellowDust", "obsidian"] | |
| ] | |
| } | |
| hologram2 { | |
| input: [ | |
| ["oc:circuitChip3", "blockGlass", "oc:circuitChip3"] | |
| ["circuitGABasic", "blockDiamond", "circuitGABasic"] | |
| ["obsidian", "blazePowder", "obsidian"] | |
| ] | |
| } | |
| terminal { | |
| input: [ | |
| ["wireGtSingleIron", "oc:solarGeneratorUpgrade", "wireGtSingleIron"] | |
| ["oc:circuitChip3", "oc:screen2", "oc:wlanCard2"] | |
| ["wireGtSingleIron", "oc:keyboard", "wireGtSingleIron"] | |
| ] | |
| } | |
| terminalserver { | |
| input: [ | |
| ["obsidian", "oc:wlanCard", "obsidian"] | |
| ["oc:wlanCard", "oc:circuitChip2", "oc:wlanCard2"] | |
| ["obsidian", "circuitGABasic", "obsidian"] | |
| ] | |
| } | |
| diskdrive { | |
| input: [ | |
| ["", "oc:circuitChip2", ""] | |
| ["craftingPiston", {block="gregtech:machine_casing", subID=1}, "craftingLensWhite"] | |
| ["oc:circuitChip2", "craftingToolWrench", "oc:circuitChip2"] | |
| ] | |
| } | |
| rack { | |
| input: [ | |
| ["craftingToolScrewdriver", "oc:wlanCard2", "craftingToolWrench"] | |
| ["rotorSteel", "chest", "rotorSteel"] | |
| ["oc:relay", "circuitGABasic", "oc:powerConverter"] | |
| ] | |
| } | |
| raid { | |
| input: [ | |
| ["wireGtSingleIron", "oc:cpu3", "wireGtSingleIron"] | |
| ["oc:ram1", "oc:diskDrive", "oc:ram1"] | |
| ["wireGtSingleIron", "oc:circuitChip2", "wireGtSingleIron"] | |
| ] | |
| } | |
| buttongroup { | |
| input: [ | |
| ["", "", ""] | |
| ["button", "button", "button"] | |
| ["button", "button", "button"] | |
| ] | |
| } | |
| arrowkeys { | |
| input: [ | |
| ["", "", ""] | |
| ["", "button", ""] | |
| ["button", "button", "button"] | |
| ] | |
| } | |
| numpad { | |
| input: [ | |
| ["button", "button", "button"] | |
| ["button", "button", "button"] | |
| ["button", "button", "button"] | |
| ] | |
| } | |
| keyboard { | |
| input: [ | |
| ["", "", ""] | |
| ["oc:materialButtonGroup", "oc:materialButtonGroup", "oc:materialButtonGroup"] | |
| ["oc:materialButtonGroup", "oc:materialArrowKey", "oc:materialNumPad"] | |
| ] | |
| } | |
| powerconverter { | |
| input: [ | |
| ["", "oc:circuitChip2", ""] | |
| ["plateSteel", {block="gregtech:machine", subID=601}, "plateSteel"] | |
| ["circuitGABasic", "craftingToolWrench", "circuitGABasic"] | |
| ] | |
| } | |
| carpetedcapacitor { | |
| type: shapeless | |
| input: ["carpet", "oc:capacitor"] | |
| } | |
| capacitor { | |
| input: [ | |
| ["", {block="gregtech:machine", subID=618}, ""] | |
| [{block="gregtech:machine_casing", subID=1}, "oc:materialTransistor", {block="gregtech:machine_casing", subID=1}] | |
| ["circuitGABasic", "craftingToolWrench", "circuitGABasic"] | |
| ] | |
| } | |
| charger { | |
| input: [ | |
| ["", "plateStainlessSteel", ""] | |
| [{block="gregtech:machine", subID=681}, {block="gregtech:machine_casing", subID=2}, {block="gregtech:machine", subID=681}] | |
| ["oc:circuitChip3", "craftingToolWrench", "circuitGABasic"] | |
| ] | |
| } | |
| netsplitter { | |
| input: [ | |
| ["screwIron", "cableGtSingleIron", "screwIron"] | |
| ["cableGtSingleIron", "craftingPiston", "cableGtSingleIron"] | |
| ["screwIron", "circuitGABasic", "craftingToolScrewdriver"] | |
| ] | |
| } | |
| redstone { | |
| input: [ | |
| ["plateRedAlloy", "circuitGABasic", "plateRedAlloy"] | |
| ["plateRedAlloy", {block="gregtech:machine_casing", subID=2}, "oc:redstoneCard1"] | |
| ["oc:circuitChip2", "circuitGABasic", "oc:circuitChip2"] | |
| ] | |
| } | |
| relay { | |
| input: [ | |
| ["", "oc:lanCard", ""] | |
| ["cableGtSingleIron", {block="gregtech:machine_casing", subID=2}, "cableGtSingleIron"] | |
| ["circuitGABasic", "craftingToolWrench", "circuitGABasic"] | |
| ] | |
| } | |
| adapter { | |
| input: [ | |
| ["cableGtSingleIron", "oc:circuitChip1", "cableGtSingleIron"] | |
| ["", {block="gregtech:machine_casing", subID=1}, ""] | |
| ["circuitGABasic", "cableGtSingleIron", "craftingToolWrench"] | |
| ] | |
| } | |
| assembler { | |
| input: [ | |
| ["screwIron", "workbench", "screwIron"] | |
| ["craftingPiston", "oc:circuitChip2", "craftingPiston"] | |
| ["screwIron", "circuitGABasic", "craftingToolScrewdriver"] | |
| ] | |
| } | |
| disassembler { | |
| input: [ | |
| ["oc:materialCU", "paneGlass", "oc:analyzer"] | |
| ["craftingPiston", "", "obsidian"] | |
| ["screwIron", "craftingToolScrewdriver", "screwIron"] | |
| ] | |
| } | |
| geolyzer { | |
| input: [ | |
| ["screwGold", "oc:analyzer", "screwGold"] | |
| ["eyeOfEnder", "oc:circuitChip2", "eyeOfEnder"] | |
| ["screwGold", "circuitGABasic", "craftingToolScrewdriver"] | |
| ] | |
| } | |
| motionsensor { | |
| input: [ | |
| ["screwGold", "daylightDetector", "screwGold"] | |
| ["daylightDetector", "oc:cpu2", "daylightDetector"] | |
| ["screwGold", "circuitGABasic", "craftingToolScrewdriver"] | |
| ] | |
| } | |
| printer { | |
| input: [ | |
| ["screwIron", "hopper", "screwIron"] | |
| ["craftingPiston", "oc:circuitChip3", "craftingPiston"] | |
| ["ingotIron", "circuitGABasic", "craftingToolScrewdriver"] | |
| ] | |
| } | |
| transposer { | |
| input: [ | |
| ["screwIron", "oc:inventoryControllerUpgrade", screwIron] | |
| ["hopper", "bucket", "hopper"] | |
| ["screwIron", "oc:tankControllerUpgrade", "craftingToolScrewdriver"] | |
| ] | |
| output: 4 | |
| } | |
| waypoint { | |
| input: [ | |
| ["screwIron", "oc:circuitChip1", "screwIron"] | |
| ["oc:materialTransistor", "oc:materialInterweb", "oc:materialTransistor"], | |
| ["screwIron", "circuitGABasic", "craftingToolScrewdriver"] | |
| ] | |
| } | |
| nanomachines { | |
| input: [ | |
| ["oc:chamelium", "oc:wlanCard2", "oc:chamelium"] | |
| ["oc:cpu2", "oc:materialAcid", "oc:ram1"] | |
| ["oc:chamelium", "oc:capacitor", "oc:chamelium"] | |
| ] | |
| } | |
| diskdrivemountable { | |
| input: [ | |
| ["obsidian", "oc:circuitChip1", "obsidian"] | |
| ["fenceIron", "oc:diskDrive", "fenceIron"] | |
| ["obsidian", "circuitGABasic", "obsidian"] | |
| ] | |
| } | |
| inkcartridgeempty { | |
| input: [ | |
| ["wireGtSingleIron", "dispenser", "wireGtSingleIron"], | |
| ["oc:materialTransistor", "bucket", "oc:materialTransistor"], | |
| ["wireGtSingleIron", "circuitGABasic", "wireGtSingleIron"] | |
| ] | |
| } | |
| hoverboots { | |
| input: [ | |
| ["wireGtSingleIron", "oc:hoverUpgrade2", "wireGtSingleIron"] | |
| ["leather", "oc:droneCase1", "leather"] | |
| ["wireGtSingleIron", "oc:capacitor", "wireGtSingleIron"] | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment