Balance stuffs (#1790)
This commit is contained in:
parent
063dd0364b
commit
be612c8fec
4 changed files with 20 additions and 13 deletions
|
|
@ -1432,6 +1432,21 @@ const registerGTCEURecipes = (event) => {
|
|||
event.replaceInput({ id: 'gtceu:shaped/nano_chestplate_advanced' }, '#gtceu:circuits/iv', '#gtceu:circuits/ev')
|
||||
event.replaceInput({ id: 'gtceu:assembler/ev_large_miner' }, '#gtceu:circuits/iv', '#gtceu:circuits/ev')
|
||||
|
||||
event.replaceInput({ id: 'gtceu:shaped/power_substation' }, '#gtceu:circuits/luv', '#gtceu:circuits/ev')
|
||||
event.replaceInput({ id: 'gtceu:assembler/casing_palladium_substation' }, 'gtceu:iridium_frame', 'gtceu:ultimet_frame')
|
||||
|
||||
event.replaceInput({ id: 'gtceu:shaped/field_generator_hv' }, 'gtceu:quantum_eye', 'tfg:cryo_fluix_pearl')
|
||||
event.replaceInput({ id: 'gtceu:shaped/field_generator_ev' }, 'minecraft:nether_star', 'gtceu:quantum_eye')
|
||||
event.replaceInput({ id: 'gtceu:shaped/field_generator_iv' }, 'gtceu:quantum_star', 'minecraft:nether_star')
|
||||
|
||||
event.remove({ id: 'gtceu:chemical_bath/quantum_eye' })
|
||||
event.recipes.gtceu.chemical_bath('tfg:quantum_eye')
|
||||
.itemInputs('tfg:cryo_fluix_pearl')
|
||||
.inputFluids(Fluid.of('gtceu:radon', 250))
|
||||
.itemOutputs('gtceu:quantum_eye')
|
||||
.duration(20*24)
|
||||
.EUt(GTValues.VA[GTValues.HV])
|
||||
|
||||
//# Circuit Board
|
||||
|
||||
event.replaceInput({ id: 'gtceu:assembler/phenolic_board' }, '#tfg:wood_dusts', 'tfg:high_density_treated_fiberboard')
|
||||
|
|
|
|||
|
|
@ -328,7 +328,7 @@ const registerSophisticatedBackpacksRecipes = (event) => {
|
|||
'BDB',
|
||||
'EBA'
|
||||
], {
|
||||
A: 'gtceu:ev_field_generator',
|
||||
A: 'gtceu:hv_field_generator',
|
||||
B: '#forge:plates/titanium',
|
||||
C: '#gtceu:circuits/ev',
|
||||
D: 'sophisticatedbackpacks:upgrade_base',
|
||||
|
|
@ -357,7 +357,7 @@ const registerSophisticatedBackpacksRecipes = (event) => {
|
|||
B: 'gtceu:mercury_barium_calcium_cuprate_single_wire',
|
||||
C: '#gtceu:batteries/hv',
|
||||
D: 'sophisticatedbackpacks:upgrade_base',
|
||||
E: 'gtceu:hv_field_generator'
|
||||
E: 'gtceu:mv_field_generator'
|
||||
}).id('tfg:sophisticated_backpacks/shaped/stack_upgrade_starter_tier')
|
||||
|
||||
event.shaped('sophisticatedbackpacks:stack_upgrade_tier_1', [
|
||||
|
|
@ -369,7 +369,7 @@ const registerSophisticatedBackpacksRecipes = (event) => {
|
|||
B: 'gtceu:samarium_iron_arsenic_oxide_single_wire',
|
||||
C: '#gtceu:batteries/iv',
|
||||
D: 'sophisticatedbackpacks:upgrade_base',
|
||||
E: 'gtceu:iv_field_generator'
|
||||
E: 'gtceu:ev_field_generator'
|
||||
}).id('tfg:sophisticated_backpacks/shaped/stack_upgrade_tier_1')
|
||||
|
||||
// Улучшение - проигрыватель
|
||||
|
|
|
|||
|
|
@ -829,14 +829,6 @@ function registerTFGMiscellaneousRecipes(event) {
|
|||
.duration(100)
|
||||
.EUt(30)
|
||||
|
||||
// Temporary
|
||||
event.recipes.gtceu.chemical_bath('quantum_eye')
|
||||
.itemInputs('tfg:vitrified_pearl')
|
||||
.inputFluids(Fluid.of('gtceu:radon', 250))
|
||||
.itemOutputs('gtceu:quantum_eye')
|
||||
.duration(24 * 20)
|
||||
.EUt(480)
|
||||
|
||||
// Harvest Baskets
|
||||
|
||||
event.shaped('tfg:harvest_basket', [
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ const registerAdAstraMaterials = (event) => {
|
|||
.addOreByproducts('olivine', 'rutile', 'rutile')
|
||||
.ingot()
|
||||
.liquid()
|
||||
.blastTemp(2000, 'low', GTValues.VA[GTValues.MV])
|
||||
.blastTemp(2800, 'mid', GTValues.VA[GTValues.HV])
|
||||
.flags(
|
||||
GTMaterialFlags.FORCE_GENERATE_BLOCK,
|
||||
GTMaterialFlags.GENERATE_PLATE,
|
||||
|
|
@ -43,7 +43,7 @@ const registerAdAstraMaterials = (event) => {
|
|||
.iconSet(GTMaterialIconSet.getByName('tfc_cassiterite'))
|
||||
.ingot()
|
||||
.liquid()
|
||||
.blastTemp(2900, 'mid', GTValues.VA[GTValues.HV])
|
||||
.blastTemp(3700, 'mid', GTValues.VA[GTValues.EV])
|
||||
.flags(
|
||||
GTMaterialFlags.DISABLE_DECOMPOSITION,
|
||||
GTMaterialFlags.FORCE_GENERATE_BLOCK,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue