langs, recipe for evaporation tower

This commit is contained in:
Pyritie 2025-10-05 21:55:58 +01:00
parent b84783bce7
commit 81fbb3d9ad
2 changed files with 30 additions and 30 deletions

View file

@ -9,8 +9,16 @@
"block.beneath.ore.blackstone_sylvite": "Sylvite Ore",
"block.beneath.crackrack": "Keratophyre",
"block.beneath.soul_clay": "Muddy Clay",
"block.beneath.wood.log.crimson": "Crimson Stem",
"block.beneath.wood.stripped_log.crimson": "Stripped Crimson Stem",
"block.beneath.wood.wood.crimson": "Crimson Hyphae",
"block.beneath.wood.stripped_wood.crimson": "Stripped Crimson Hyphae",
"block.beneath.wood.fallen_leaves.crimson": "Fallen Crimson Lamella",
"block.beneath.wood.leaves.crimson": "Crimson Lamella",
"block.beneath.wood.log.warped": "Warped Stem",
"block.beneath.wood.stripped_log.warped": "Stripped Warped Stem",
"block.beneath.wood.wood.warped": "Warped Hyphae",
"block.beneath.wood.stripped_wood.warped": "Stripped Warped Hyphae",
"block.beneath.wood.fallen_leaves.warped": "Fallen Warped Lamella",
"block.beneath.wood.leaves.warped": "Warped Lamella",
"item.beneath.cursed_hide": "Lavaproof Hide",

View file

@ -1185,19 +1185,17 @@ function registerGTCEuMachineRecipes(event) {
// Vacuum Intake
event.shaped(
'tfg:casings/machine_casing_vacuum_engine_intake',
['USU',
'WZW',
'UTU'],
{
S: '#forge:tools/hammers',
T: '#forge:tools/wrenches',
W: '#forge:rotors/ultimet',
U: 'gtceu:ultimet_normal_item_pipe',
Z: 'gtceu:inert_machine_casing'
}
).id('tfg:shaped/casing_machine_casing_vacuum_engine_intake')
event.shaped('tfg:casings/machine_casing_vacuum_engine_intake', [
'USU',
'WZW',
'UTU'
], {
S: '#forge:tools/hammers',
T: '#forge:tools/wrenches',
W: '#forge:rotors/ultimet',
U: 'gtceu:ultimet_normal_item_pipe',
Z: 'gtceu:inert_machine_casing'
}).id('tfg:shaped/casing_machine_casing_vacuum_engine_intake')
event.recipes.gtceu.assembler('tfg:casings/machine_casing_vacuum_engine_intake')
.itemInputs(
@ -1209,24 +1207,18 @@ function registerGTCEuMachineRecipes(event) {
.EUt(GTValues.VH[GTValues.LV])
.circuit(2)
// Stainless Evaporation Tower - LOCKED UNTIL VENUS
// Stainless Evaporation Tower
/*
event.shaped(
'gtceu:evaporation_tower',
[ 'TUT',
'WZW',
'TUT'],
{
T: '#gtceu:circuits/ev',
W: 'gtceu:hv_electric_pump',
U: '#forge:double_wires/kanthal',
Z: 'gtceu:hv_machine_hull'
}
).id('tfg:shaped/evaporation_tower')
*/
event.recipes.gtceu.shaped('tfg:evaporation_tower', [
'TUT',
'WZW',
'TUT'
], {
T: '#gtceu:circuits/iv',
W: 'gtceu:ev_electric_pump',
U: '#forge:double_wires/nichrome',
Z: 'gtceu:ev_machine_hull'
}).addMaterialInfo().id('tfg:shaped/evaporation_tower')
//#endregion