added higher tier greg machines
This commit is contained in:
parent
41321b1283
commit
fea8530ada
58 changed files with 1579 additions and 50 deletions
|
|
@ -704,13 +704,6 @@ function registerGreateRecipes(event) {
|
|||
D: '#forge:rods/long/steel'
|
||||
}).id('gtceu:shaped/steel_whisk')
|
||||
|
||||
event.recipes.gtceu.assembler('gtceu:steel_whisk')
|
||||
.itemInputs('#forge:rings/steel', '4x #forge:rods/long/steel')
|
||||
.itemOutputs('gtceu:steel_whisk')
|
||||
.circuit(2)
|
||||
.duration(50)
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
|
||||
event.recipes.gtceu.extruder('gtceu:steel_whisk')
|
||||
.itemInputs('4x #forge:ingots/steel')
|
||||
.notConsumable('tfg:whisk_extruder_mold')
|
||||
|
|
@ -729,13 +722,6 @@ function registerGreateRecipes(event) {
|
|||
D: '#forge:rods/long/aluminium'
|
||||
}).id('gtceu:shaped/aluminium_whisk')
|
||||
|
||||
event.recipes.gtceu.assembler('gtceu:aluminium_whisk')
|
||||
.itemInputs('#forge:rings/aluminium', '4x #forge:rods/long/aluminium')
|
||||
.itemOutputs('gtceu:aluminium_whisk')
|
||||
.circuit(2)
|
||||
.duration(50)
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
|
||||
event.recipes.gtceu.extruder('gtceu:aluminium_whisk')
|
||||
.itemInputs('4x #forge:ingots/aluminium')
|
||||
.notConsumable('tfg:whisk_extruder_mold')
|
||||
|
|
@ -754,13 +740,6 @@ function registerGreateRecipes(event) {
|
|||
D: '#forge:rods/long/stainless_steel'
|
||||
}).id('gtceu:shaped/stainless_steel_whisk')
|
||||
|
||||
event.recipes.gtceu.assembler('gtceu:stainless_steel_whisk')
|
||||
.itemInputs('#forge:rings/stainless_steel', '4x #forge:rods/long/stainless_steel')
|
||||
.itemOutputs('gtceu:stainless_steel_whisk')
|
||||
.circuit(2)
|
||||
.duration(50)
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
|
||||
event.recipes.gtceu.extruder('gtceu:stainless_steel_whisk')
|
||||
.itemInputs('4x #forge:ingots/stainless_steel')
|
||||
.notConsumable('tfg:whisk_extruder_mold')
|
||||
|
|
@ -779,13 +758,6 @@ function registerGreateRecipes(event) {
|
|||
D: '#forge:rods/long/titanium'
|
||||
}).id('gtceu:shaped/titanium_whisk')
|
||||
|
||||
event.recipes.gtceu.assembler('gtceu:titanium_whisk')
|
||||
.itemInputs('#forge:rings/titanium', '4x #forge:rods/long/titanium')
|
||||
.itemOutputs('gtceu:titanium_whisk')
|
||||
.circuit(2)
|
||||
.duration(50)
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
|
||||
event.recipes.gtceu.extruder('gtceu:titanium_whisk')
|
||||
.itemInputs('4x #forge:ingots/titanium')
|
||||
.notConsumable('tfg:whisk_extruder_mold')
|
||||
|
|
@ -793,6 +765,78 @@ function registerGreateRecipes(event) {
|
|||
.duration(GTMaterials.Titanium.getMass() * 3)
|
||||
.EUt(GTValues.VA[GTValues.MV])
|
||||
|
||||
event.shaped('gtceu:tungsten_steel_whisk', [
|
||||
'ABC',
|
||||
'D D',
|
||||
'D D'
|
||||
], {
|
||||
A: '#forge:tools/hammers',
|
||||
B: '#forge:rings/tungsten_steel',
|
||||
C: '#forge:tools/wrenches',
|
||||
D: '#forge:rods/long/tungsten_steel'
|
||||
}).id('gtceu:shaped/tungsten_steel_whisk')
|
||||
|
||||
event.recipes.gtceu.extruder('gtceu:tungsten_steel_whisk')
|
||||
.itemInputs('4x #forge:ingots/tungsten_steel')
|
||||
.notConsumable('tfg:whisk_extruder_mold')
|
||||
.itemOutputs('gtceu:tungsten_steel_whisk')
|
||||
.duration(GTMaterials.TungstenSteel.getMass() * 3)
|
||||
.EUt(GTValues.VA[GTValues.MV])
|
||||
|
||||
event.shaped('gtceu:rhodium_plated_palladium_whisk', [
|
||||
'ABC',
|
||||
'D D',
|
||||
'D D'
|
||||
], {
|
||||
A: '#forge:tools/hammers',
|
||||
B: '#forge:rings/rhodium_plated_palladium',
|
||||
C: '#forge:tools/wrenches',
|
||||
D: '#forge:rods/long/rhodium_plated_palladium'
|
||||
}).id('gtceu:shaped/rhodium_plated_palladium_whisk')
|
||||
|
||||
event.recipes.gtceu.extruder('gtceu:rhodium_plated_palladium_whisk')
|
||||
.itemInputs('4x #forge:ingots/rhodium_plated_palladium')
|
||||
.notConsumable('tfg:whisk_extruder_mold')
|
||||
.itemOutputs('gtceu:rhodium_plated_palladium_whisk')
|
||||
.duration(GTMaterials.RhodiumPlatedPalladium.getMass() * 3)
|
||||
.EUt(GTValues.VA[GTValues.MV])
|
||||
|
||||
event.shaped('gtceu:naquadah_alloy_whisk', [
|
||||
'ABC',
|
||||
'D D',
|
||||
'D D'
|
||||
], {
|
||||
A: '#forge:tools/hammers',
|
||||
B: '#forge:rings/naquadah_alloy',
|
||||
C: '#forge:tools/wrenches',
|
||||
D: '#forge:rods/long/naquadah_alloy'
|
||||
}).id('gtceu:shaped/naquadah_alloy_whisk')
|
||||
|
||||
event.recipes.gtceu.extruder('gtceu:naquadah_alloy_whisk')
|
||||
.itemInputs('4x #forge:ingots/naquadah_alloy')
|
||||
.notConsumable('tfg:whisk_extruder_mold')
|
||||
.itemOutputs('gtceu:naquadah_alloy_whisk')
|
||||
.duration(GTMaterials.NaquadahAlloy.getMass() * 3)
|
||||
.EUt(GTValues.VA[GTValues.MV])
|
||||
|
||||
event.shaped('gtceu:darmstadtium_whisk', [
|
||||
'ABC',
|
||||
'D D',
|
||||
'D D'
|
||||
], {
|
||||
A: '#forge:tools/hammers',
|
||||
B: '#forge:rings/darmstadtium',
|
||||
C: '#forge:tools/wrenches',
|
||||
D: '#forge:rods/long/darmstadtium'
|
||||
}).id('gtceu:shaped/darmstadtium_whisk')
|
||||
|
||||
event.recipes.gtceu.extruder('gtceu:darmstadtium_whisk')
|
||||
.itemInputs('4x #forge:ingots/darmstadtium')
|
||||
.notConsumable('tfg:whisk_extruder_mold')
|
||||
.itemOutputs('gtceu:darmstadtium_whisk')
|
||||
.duration(GTMaterials.Darmstadtium.getMass() * 3)
|
||||
.EUt(GTValues.VA[GTValues.MV])
|
||||
|
||||
// #endregion
|
||||
|
||||
// #region Presses
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue