Rework Early Game Fuel (#2309)
* Add materials and multiblock * try to fix conflict * Fix conflict * Fix conflict * Rework tungsten line (#5) * fix materials * Update Ostrum to core * Fix conflict * fix conflict * Fix fucking conflict * Upload more changes * Add more things * Introduce new gas fuel * Add Anthracite * Add Syngas early game and more modifications * More fixes * Add textures to fluid
This commit is contained in:
parent
9b80745869
commit
72ae40a2b4
19 changed files with 609 additions and 136 deletions
|
|
@ -1119,7 +1119,7 @@ function registerGTCEuMachineRecipes(event) {
|
|||
|
||||
// Multiblock
|
||||
|
||||
event.shaped('gtceu:ostrum_linear_accelerator', [
|
||||
event.shaped('tfg:ostrum_linear_accelerator', [
|
||||
'USU',
|
||||
'WZW',
|
||||
'PTP'
|
||||
|
|
@ -1131,7 +1131,7 @@ function registerGTCEuMachineRecipes(event) {
|
|||
T: '#forge:single_cables/platinum',
|
||||
P: 'gtceu:iv_electric_pump'
|
||||
}
|
||||
).id('gtceu:shaped/ostrum_linear_accelerator')
|
||||
).id('tfg:shaped/ostrum_linear_accelerator')
|
||||
|
||||
event.recipes.gtceu.assembler('tfg:ostrum_harvester')
|
||||
.itemInputs(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue