I think this should show all the commented out mars content?
This commit is contained in:
parent
104763481c
commit
030db1280c
13 changed files with 81 additions and 125 deletions
|
|
@ -1335,29 +1335,28 @@ const registerGTCEURecipes = (event) => {
|
|||
event.shapeless(Item.of('gtceu:matchbox', '{usesLeft:8}'), ['minecraft:paper', '8x gtceu:matches'])
|
||||
.id('tfg:shapeless/matchbox')
|
||||
|
||||
// TODO: Nano CPU use Nuclear Tritiated Water COMMENTED UNTIL MARS IS OUT
|
||||
/*
|
||||
event.remove({ id: 'gtceu:chemical_reactor/nano_cpu_wafer' })
|
||||
event.remove({ id: 'gtceu:large_chemical_reactor/nano_cpu_wafer' })
|
||||
|
||||
event.remove({ id: 'gtceu:chemical_reactor/nano_cpu_wafer' })
|
||||
event.remove({ id: 'gtceu:large_chemical_reactor/nano_cpu_wafer' })
|
||||
|
||||
event.recipes.gtceu.chemical_reactor('tfg:nano_cpu_wafer')
|
||||
.inputFluids(Fluid.of('gtceu:tritiated_water', 576))
|
||||
.itemInputs('gtceu:cpu_wafer', '16x gtceu:carbon_fibers')
|
||||
.itemOutputs('gtceu:nano_cpu_wafer')
|
||||
.duration(20*60)
|
||||
.EUt(GTValues.VA[GTValues.EV])
|
||||
.cleanroom(CleanroomType.CLEANROOM)
|
||||
event.recipes.gtceu.chemical_reactor('tfg:nano_cpu_wafer')
|
||||
.inputFluids(Fluid.of('gtceu:tritiated_water', 576))
|
||||
.itemInputs('gtceu:cpu_wafer', '16x gtceu:carbon_fibers')
|
||||
.itemOutputs('gtceu:nano_cpu_wafer')
|
||||
.duration(20*60)
|
||||
.EUt(GTValues.VA[GTValues.EV])
|
||||
.cleanroom(CleanroomType.CLEANROOM)
|
||||
|
||||
// Remove Plutonium from centrifuging Uranium dust
|
||||
// Remove Plutonium from centrifuging Uranium dust
|
||||
|
||||
event.remove({ id: 'gtceu:centrifuge/uranium_238_separation' })
|
||||
event.remove({ id: 'gtceu:centrifuge/uranium_238_separation' })
|
||||
|
||||
event.recipes.gtceu.centrifuge('tfg:uranium_238_separation')
|
||||
.itemInputs('#forge:dusts/uranium')
|
||||
.chancedOutput('#forge:tiny_dusts/uranium_235', 2300, 0)
|
||||
.duration(20*40)
|
||||
.EUt(GTValues.VA[GTValues.HV])
|
||||
|
||||
event.recipes.gtceu.centrifuge('tfg:uranium_238_separation')
|
||||
.itemInputs('#forge:dusts/uranium')
|
||||
.chancedOutput('#forge:tiny_dusts/uranium_235', 2300, 0)
|
||||
.duration(20*40)
|
||||
.EUt(GTValues.VA[GTValues.HV])
|
||||
*/
|
||||
// Change the Large Centrifugal Unit to be craftable at EV
|
||||
|
||||
event.remove({ id: 'gtceu:shaped/large_centrifuge' })
|
||||
|
|
|
|||
|
|
@ -286,7 +286,7 @@ function registerGTCEuMachineRecipes(event) {
|
|||
D: 'tfc:crucible',
|
||||
E: ChemicalHelper.get(TagPrefix.rod, GTMaterials.BlackSteel, 1)
|
||||
}).addMaterialInfo().id('gtceu:shaped/steam_boiler_coal_steel')
|
||||
|
||||
|
||||
removeMaceratorRecipe(event, 'macerate_hp_steam_liquid_boiler')
|
||||
event.recipes.gtceu.shaped('gtceu:hp_steam_liquid_boiler', [
|
||||
'AEA',
|
||||
|
|
@ -299,7 +299,7 @@ function registerGTCEuMachineRecipes(event) {
|
|||
D: '#forge:glass',
|
||||
E: ChemicalHelper.get(TagPrefix.rod, GTMaterials.BlackSteel, 1)
|
||||
}).addMaterialInfo().id('gtceu:shaped/steam_boiler_lava_steel')
|
||||
|
||||
|
||||
removeMaceratorRecipe(event, 'macerate_hp_steam_solar_boiler')
|
||||
event.recipes.gtceu.shaped('gtceu:hp_steam_solar_boiler', [
|
||||
'AAA',
|
||||
|
|
@ -804,7 +804,7 @@ function registerGTCEuMachineRecipes(event) {
|
|||
A: ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Steel, 1),
|
||||
B: '#forge:tools/hammers'
|
||||
}).addMaterialInfo().id('gtceu:shaped/steel_hull')
|
||||
|
||||
|
||||
removeMaceratorRecipe(event, 'macerate_steam_input_hatch')
|
||||
event.recipes.gtceu.shaped('gtceu:steam_input_hatch', [
|
||||
'ACA',
|
||||
|
|
@ -815,7 +815,7 @@ function registerGTCEuMachineRecipes(event) {
|
|||
B: 'gtceu:steel_machine_casing',
|
||||
C: ChemicalHelper.get(TagPrefix.pipeSmallFluid, GTMaterials.Steel, 1)
|
||||
}).addMaterialInfo().id('gtceu:shaped/steam_hatch')
|
||||
|
||||
|
||||
removeMaceratorRecipe(event, 'macerate_steam_grinder')
|
||||
event.recipes.gtceu.shaped('gtceu:steam_grinder', [
|
||||
'ABA',
|
||||
|
|
@ -826,7 +826,7 @@ function registerGTCEuMachineRecipes(event) {
|
|||
B: ChemicalHelper.get(TagPrefix.gear, GTMaterials.Invar, 1),
|
||||
C: 'gtceu:hp_steam_macerator'
|
||||
}).addMaterialInfo().id('gtceu:shaped/steam_grinder')
|
||||
|
||||
|
||||
removeMaceratorRecipe(event, 'macerate_steam_oven')
|
||||
event.recipes.gtceu.shaped('gtceu:steam_oven', [
|
||||
'ABA',
|
||||
|
|
@ -910,16 +910,16 @@ function registerGTCEuMachineRecipes(event) {
|
|||
.duration(100)
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
|
||||
event.recipes.gtceu.compressor('tfg:compressed_treated_chipboard_composite')
|
||||
.itemInputs('tfg:treated_chipboard_composite')
|
||||
.itemOutputs('tfg:high_density_treated_fiberboard')
|
||||
.duration(200)
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
event.recipes.gtceu.compressor('tfg:compressed_treated_chipboard_composite')
|
||||
.itemInputs('tfg:treated_chipboard_composite')
|
||||
.itemOutputs('tfg:high_density_treated_fiberboard')
|
||||
.duration(200)
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
|
||||
event.recipes.gtceu.assembler('tfg:resin_circuit_assembler')
|
||||
.itemInputs('gtceu:wood_plate', '2x gtceu:sticky_resin')
|
||||
.itemOutputs('gtceu:resin_circuit_board')
|
||||
.duration(20*10)
|
||||
.duration(20 * 10)
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
|
||||
//#region New Casings
|
||||
|
|
@ -1143,25 +1143,20 @@ function registerGTCEuMachineRecipes(event) {
|
|||
|
||||
// Multiblock
|
||||
|
||||
/* LOCKED UNTIL MARS
|
||||
|
||||
event.shaped(
|
||||
'gtceu:ostrum_linear_accelerator',
|
||||
[ 'USU',
|
||||
'WZW',
|
||||
'PTP'],
|
||||
{
|
||||
S: 'tfg:casings/machine_casing_vacuum_engine_intake',
|
||||
Z: 'gtceu:iv_machine_hull',
|
||||
W: '#gtceu:circuits/iv',
|
||||
U: '#forge:double_plates/stellite_100',
|
||||
T: '#forge:single_cables/platinum',
|
||||
P: 'gtceu:iv_electric_pump'
|
||||
}
|
||||
event.shaped('gtceu:ostrum_linear_accelerator', [
|
||||
'USU',
|
||||
'WZW',
|
||||
'PTP'
|
||||
], {
|
||||
S: 'tfg:casings/machine_casing_vacuum_engine_intake',
|
||||
Z: 'gtceu:iv_machine_hull',
|
||||
W: '#gtceu:circuits/iv',
|
||||
U: '#forge:double_plates/stellite_100',
|
||||
T: '#forge:single_cables/platinum',
|
||||
P: 'gtceu:iv_electric_pump'
|
||||
}
|
||||
).id('gtceu:shaped/ostrum_linear_accelerator')
|
||||
|
||||
*/
|
||||
|
||||
event.recipes.gtceu.assembler('tfg:ostrum_harvester')
|
||||
.itemInputs(
|
||||
'1x gtceu:ev_machine_hull',
|
||||
|
|
@ -1192,7 +1187,7 @@ function registerGTCEuMachineRecipes(event) {
|
|||
|
||||
event.shaped(
|
||||
'tfg:casings/machine_casing_vacuum_engine_intake',
|
||||
[ 'USU',
|
||||
['USU',
|
||||
'WZW',
|
||||
'UTU'],
|
||||
{
|
||||
|
|
@ -1235,51 +1230,44 @@ function registerGTCEuMachineRecipes(event) {
|
|||
|
||||
//#endregion
|
||||
|
||||
//#region Nuclear Controler - LOCKED UNTIL MARS
|
||||
//#region Nuclear Controler
|
||||
|
||||
/*
|
||||
|
||||
event.shaped(
|
||||
'gtceu:fission_reactor',
|
||||
[ 'TUT',
|
||||
'WZW',
|
||||
'TUT'],
|
||||
{
|
||||
T: 'gtceu:atomic_casing',
|
||||
W: '#gtceu:circuits/ev',
|
||||
U: 'gtceu:hv_field_generator',
|
||||
Z: 'gtceu:ev_machine_hull'
|
||||
}
|
||||
event.shaped('gtceu:fission_reactor', [
|
||||
'TUT',
|
||||
'WZW',
|
||||
'TUT'
|
||||
], {
|
||||
T: 'gtceu:atomic_casing',
|
||||
W: '#gtceu:circuits/ev',
|
||||
U: 'gtceu:hv_field_generator',
|
||||
Z: 'gtceu:ev_machine_hull'
|
||||
}
|
||||
).id('tfg:shaped/fission_reactor')
|
||||
|
||||
event.shaped(
|
||||
'gtceu:nuclear_fuel_factory',
|
||||
[ 'TUT',
|
||||
'WZW',
|
||||
'TBT'],
|
||||
{
|
||||
T: 'gtceu:atomic_casing',
|
||||
W: '#gtceu:circuits/ev',
|
||||
U: 'gtceu:ev_emitter',
|
||||
Z: 'gtceu:ev_machine_hull',
|
||||
B: 'gtceu:ev_robot_arm'
|
||||
}
|
||||
event.shaped('gtceu:nuclear_fuel_factory', [
|
||||
'TUT',
|
||||
'WZW',
|
||||
'TBT'
|
||||
], {
|
||||
T: 'gtceu:atomic_casing',
|
||||
W: '#gtceu:circuits/ev',
|
||||
U: 'gtceu:ev_emitter',
|
||||
Z: 'gtceu:ev_machine_hull',
|
||||
B: 'gtceu:ev_robot_arm'
|
||||
}
|
||||
).id('tfg:shaped/nuclear_fuel_factory')
|
||||
|
||||
event.shaped(
|
||||
'gtceu:heat_exchanger',
|
||||
[ 'TUT',
|
||||
'WZW',
|
||||
'TBT'],
|
||||
{
|
||||
T: 'gtceu:high_temperature_smelting_casing',
|
||||
W: '#gtceu:circuits/ev',
|
||||
U: 'gtceu:ev_sensor',
|
||||
Z: 'gtceu:ev_machine_hull',
|
||||
B: 'gtceu:ev_fluid_regulator'
|
||||
}
|
||||
event.shaped('gtceu:heat_exchanger', [
|
||||
'TUT',
|
||||
'WZW',
|
||||
'TBT'
|
||||
], {
|
||||
T: 'gtceu:high_temperature_smelting_casing',
|
||||
W: '#gtceu:circuits/ev',
|
||||
U: 'gtceu:ev_sensor',
|
||||
Z: 'gtceu:ev_machine_hull',
|
||||
B: 'gtceu:ev_fluid_regulator'
|
||||
}
|
||||
).id('tfg:shaped/heat_exchanger')
|
||||
|
||||
*/
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -66,7 +66,6 @@ function registerGTCEUBlockTags(event) {
|
|||
event.removeAllTagsFrom(item);
|
||||
});
|
||||
|
||||
// TODO: Ores all broke for some reason? This is a workaround for now
|
||||
event.add("minecraft:mineable/pickaxe", "#forge:ores");
|
||||
event.add("minecraft:needs_iron_tool", "#forge:ores");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue