Fix recipe Ostrum Fab (#1771)

Forgot to change the name

Signed-off-by: TomPlop <tomdidome@gmail.com>
This commit is contained in:
TomPlop 2025-09-09 02:27:14 -04:00 committed by GitHub
parent 423351a82b
commit f2aae5356a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1166,10 +1166,10 @@ function registerGTCEuMachineRecipes(event) {
// Multiblock
/* LOCKED UNTIL VENUS
/* LOCKED UNTIL MARS
event.shaped(
'gtceu:extraterrestrial_ore_fabricator',
'gtceu:ostrum_linear_accelerator',
[ 'USU',
'WZW',
'PTP'],
@ -1181,7 +1181,7 @@ function registerGTCEuMachineRecipes(event) {
T: '#forge:single_cables/platinum',
P: 'gtceu:iv_electric_pump'
}
).id('gtceu:shaped/extraterrestrial_ore_fabricator')
).id('gtceu:shaped/ostrum_linear_accelerator')
*/
@ -1305,4 +1305,4 @@ function registerGTCEuMachineRecipes(event) {
*/
}
}