Refactor & update to gt7
* gt7 removed credits/coins * port gregtech additions to java * add eslint locally * add style linting * switch target ECMA standard * run linter * clean up a bunch of linter errors * remove outdated greate API calls * forgot about the TFC multi compat issue * reverted greate recipe removals * some more linting stuff * fix some issues with greenhouse recipes * fix up some material stuff * fix recipe types * - Fixed single block machine rendering (#1465) * minor fixes and changes --------- Signed-off-by: Pyritie <pyritie@gmail.com> Co-authored-by: Pyritie <pyritie@gmail.com> Co-authored-by: Redeix <59435925+Redeix@users.noreply.github.com>
This commit is contained in:
parent
d0af2cd96f
commit
f3dfa471ec
249 changed files with 2359 additions and 792 deletions
|
|
@ -133,7 +133,7 @@ const registerExtendedAE2Recipes = (event) => {
|
|||
'gtceu:iv_robot_arm',
|
||||
'gtceu:iv_fluid_regulator',
|
||||
'4x #forge:dense_plates/tungsten_steel',
|
||||
'#gtceu:circuits/iv',)
|
||||
'#gtceu:circuits/iv')
|
||||
.inputFluids(Fluid.of('tfg:fluix', 144*9))
|
||||
.itemOutputs("expatternprovider:oversize_interface")
|
||||
.duration(300)
|
||||
|
|
@ -455,7 +455,7 @@ const registerExtendedAE2Recipes = (event) => {
|
|||
.itemInputs(
|
||||
'ae2:pattern_access_terminal',
|
||||
'4x ae2:logic_processor',
|
||||
'2x megacells:accumulation_processor',)
|
||||
'2x megacells:accumulation_processor')
|
||||
.itemOutputs('expatternprovider:ex_pattern_access_part')
|
||||
.duration(100)
|
||||
.EUt(GTValues.VA[GTValues.EV])
|
||||
|
|
@ -539,7 +539,7 @@ const registerExtendedAE2Recipes = (event) => {
|
|||
'2x megacells:accumulation_processor',
|
||||
'4x ae2:logic_processor',
|
||||
'4x ae2:engineering_processor',
|
||||
'4x ae2:speed_card',)
|
||||
'4x ae2:speed_card')
|
||||
.itemOutputs('expatternprovider:ex_io_port')
|
||||
.duration(200)
|
||||
.EUt(1000)
|
||||
|
|
@ -551,7 +551,7 @@ const registerExtendedAE2Recipes = (event) => {
|
|||
'2x megacells:accumulation_processor',
|
||||
'4x ae2:logic_processor',
|
||||
'4x ae2:engineering_processor',
|
||||
'2x ae2:capacity_card',)
|
||||
'2x ae2:capacity_card')
|
||||
.itemOutputs('expatternprovider:ex_drive')
|
||||
.duration(200)
|
||||
.EUt(1920)
|
||||
|
|
@ -562,7 +562,7 @@ const registerExtendedAE2Recipes = (event) => {
|
|||
'2x megacells:accumulation_processor',
|
||||
'4x ae2:logic_processor',
|
||||
'4x ae2:engineering_processor',
|
||||
'2x ae2:capacity_card',)
|
||||
'2x ae2:capacity_card')
|
||||
.itemOutputs('expatternprovider:drive_upgrade')
|
||||
.duration(200)
|
||||
.circuit(2)
|
||||
|
|
@ -575,7 +575,7 @@ const registerExtendedAE2Recipes = (event) => {
|
|||
'gtceu:stainless_steel_drum',
|
||||
'2x ae2:cell_component_1k',
|
||||
'gtceu:hv_robot_arm',
|
||||
'gtceu:hv_electric_pump',)
|
||||
'gtceu:hv_electric_pump')
|
||||
.itemOutputs('expatternprovider:ingredient_buffer')
|
||||
.duration(200)
|
||||
.EUt(1920)
|
||||
|
|
@ -594,10 +594,10 @@ const registerExtendedAE2Recipes = (event) => {
|
|||
'4x ae2:logic_processor',
|
||||
'4x megacells:accumulation_processor',
|
||||
'16x #forge:rods/niobium_nitride',
|
||||
'1x expatternprovider:ex_molecular_assembler',)
|
||||
'1x expatternprovider:ex_molecular_assembler')
|
||||
.inputFluids(
|
||||
Fluid.of("gtceu:concrete", 144*8),
|
||||
Fluid.of('tfg:fluix', 144*16),)
|
||||
Fluid.of('tfg:fluix', 144*16))
|
||||
.itemOutputs('expatternprovider:assembler_matrix_frame')
|
||||
.duration(2000)
|
||||
.EUt(GTValues.VA[GTValues.LuV])
|
||||
|
|
@ -611,10 +611,10 @@ const registerExtendedAE2Recipes = (event) => {
|
|||
'4x ae2:logic_processor',
|
||||
'4x megacells:accumulation_processor',
|
||||
'16x #forge:rods/niobium_nitride',
|
||||
'4x expatternprovider:ex_molecular_assembler',)
|
||||
'4x expatternprovider:ex_molecular_assembler')
|
||||
.inputFluids(
|
||||
Fluid.of('gtceu:concrete', 144*8),
|
||||
Fluid.of('tfg:cryogenized_fluix', 144*16),)
|
||||
Fluid.of('tfg:cryogenized_fluix', 144*16))
|
||||
.itemOutputs('8x expatternprovider:assembler_matrix_frame')
|
||||
.duration(2000)
|
||||
.EUt(GTValues.VA[GTValues.IV])
|
||||
|
|
@ -626,7 +626,7 @@ const registerExtendedAE2Recipes = (event) => {
|
|||
.itemInputs(
|
||||
'#forge:frames/polytetrafluoroethylene',
|
||||
'gtceu:plascrete',
|
||||
'6x gtceu:polytetrafluoroethylene_plate',)
|
||||
'6x gtceu:polytetrafluoroethylene_plate')
|
||||
.inputFluids(
|
||||
Fluid.of('gtceu:concrete', 144*4))
|
||||
.itemOutputs('expatternprovider:assembler_matrix_wall')
|
||||
|
|
@ -639,7 +639,7 @@ const registerExtendedAE2Recipes = (event) => {
|
|||
.itemInputs(
|
||||
'#forge:frames/polytetrafluoroethylene',
|
||||
'gtceu:cleanroom_glass',
|
||||
'6x gtceu:polytetrafluoroethylene_plate',)
|
||||
'6x gtceu:polytetrafluoroethylene_plate')
|
||||
.inputFluids(
|
||||
Fluid.of('gtceu:concrete', 144*4))
|
||||
.itemOutputs("expatternprovider:assembler_matrix_glass")
|
||||
|
|
@ -655,10 +655,10 @@ const registerExtendedAE2Recipes = (event) => {
|
|||
'4x gtceu:luv_robot_arm',
|
||||
'2x #forge:dense_plates/rhodium_plated_palladium',
|
||||
'#gtceu:circuits/zpm',
|
||||
'2x #gtceu:circuits/luv',)
|
||||
'2x #gtceu:circuits/luv')
|
||||
.inputFluids(
|
||||
Fluid.of('tfg:fluix', 144*16),
|
||||
Fluid.of('gtceu:polybenzimidazole', 1430),)
|
||||
Fluid.of('gtceu:polybenzimidazole', 1430))
|
||||
.itemOutputs('expatternprovider:assembler_matrix_pattern')
|
||||
.duration(20*30)
|
||||
.EUt(GTValues.VA[GTValues.LuV])
|
||||
|
|
@ -671,10 +671,10 @@ const registerExtendedAE2Recipes = (event) => {
|
|||
'4x gtceu:iv_robot_arm',
|
||||
'2x #forge:dense_plates/tungsten_steel',
|
||||
'#gtceu:circuits/luv',
|
||||
'2x #gtceu:circuits/iv',)
|
||||
'2x #gtceu:circuits/iv')
|
||||
.inputFluids(
|
||||
Fluid.of('tfg:cryogenized_fluix', 144*8),
|
||||
Fluid.of('gtceu:polybenzimidazole', 1430),)
|
||||
Fluid.of('gtceu:polybenzimidazole', 1430))
|
||||
.itemOutputs('2x expatternprovider:assembler_matrix_pattern')
|
||||
.duration(20*30)
|
||||
.EUt(GTValues.VA[GTValues.IV])
|
||||
|
|
@ -689,10 +689,10 @@ const registerExtendedAE2Recipes = (event) => {
|
|||
'4x gtceu:luv_field_generator',
|
||||
'2x #forge:dense_plates/rhodium_plated_palladium',
|
||||
'#gtceu:circuits/zpm',
|
||||
'2x #gtceu:circuits/luv',)
|
||||
'2x #gtceu:circuits/luv')
|
||||
.inputFluids(
|
||||
Fluid.of('tfg:fluix', 144*16),
|
||||
Fluid.of('gtceu:polybenzimidazole', 1430),)
|
||||
Fluid.of('gtceu:polybenzimidazole', 1430))
|
||||
.itemOutputs('expatternprovider:assembler_matrix_crafter')
|
||||
.duration(20*30)
|
||||
.EUt(GTValues.VA[GTValues.LuV])
|
||||
|
|
@ -705,10 +705,10 @@ const registerExtendedAE2Recipes = (event) => {
|
|||
'4x gtceu:iv_field_generator',
|
||||
'2x #forge:dense_plates/tungsten_steel',
|
||||
'#gtceu:circuits/luv',
|
||||
'2x #gtceu:circuits/iv',)
|
||||
'2x #gtceu:circuits/iv')
|
||||
.inputFluids(
|
||||
Fluid.of('tfg:cryogenized_fluix', 144*8),
|
||||
Fluid.of('gtceu:polybenzimidazole', 1430),)
|
||||
Fluid.of('gtceu:polybenzimidazole', 1430))
|
||||
.itemOutputs('2x expatternprovider:assembler_matrix_crafter')
|
||||
.duration(20*30)
|
||||
.EUt(GTValues.VA[GTValues.IV])
|
||||
|
|
@ -723,10 +723,10 @@ const registerExtendedAE2Recipes = (event) => {
|
|||
'4x gtceu:luv_conveyor_module',
|
||||
'2x #forge:dense_plates/rhodium_plated_palladium',
|
||||
'#gtceu:circuits/zpm',
|
||||
'2x #gtceu:circuits/luv',)
|
||||
'2x #gtceu:circuits/luv')
|
||||
.inputFluids(
|
||||
Fluid.of('tfg:fluix', 144*16),
|
||||
Fluid.of('gtceu:polybenzimidazole', 1430),)
|
||||
Fluid.of('gtceu:polybenzimidazole', 1430))
|
||||
.itemOutputs('expatternprovider:assembler_matrix_speed')
|
||||
.duration(20*30)
|
||||
.EUt(GTValues.VA[GTValues.LuV])
|
||||
|
|
@ -739,10 +739,10 @@ const registerExtendedAE2Recipes = (event) => {
|
|||
'4x gtceu:iv_conveyor_module',
|
||||
'2x #forge:dense_plates/tungsten_steel',
|
||||
'#gtceu:circuits/luv',
|
||||
'2x #gtceu:circuits/iv',)
|
||||
'2x #gtceu:circuits/iv')
|
||||
.inputFluids(
|
||||
Fluid.of('tfg:cryogenized_fluix', 144*8),
|
||||
Fluid.of('gtceu:polybenzimidazole', 1430),)
|
||||
Fluid.of('gtceu:polybenzimidazole', 1430))
|
||||
.itemOutputs('2x expatternprovider:assembler_matrix_speed')
|
||||
.duration(20*30)
|
||||
.EUt(GTValues.VA[GTValues.IV])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue