fixed coke oven hatch recycling
This commit is contained in:
parent
a5cdcc69d0
commit
8e9c5c5b58
1 changed files with 9 additions and 1 deletions
|
|
@ -259,7 +259,15 @@ function registerGTCEuMachineRecipes(event) {
|
|||
A: 'gtceu:coke_oven_bricks',
|
||||
B: '#tfc:barrels'
|
||||
})
|
||||
).id('gtceu:shaped/coke_oven_hatch')
|
||||
).id('tfg:shaped/coke_oven_hatch_barrel')
|
||||
|
||||
event.remove({ id: 'gtceu:arc_furnace/arc_coke_oven_hatch' })
|
||||
event.recipes.gtceu.shaped('gtceu:coke_oven_hatch', [
|
||||
'AB'
|
||||
], {
|
||||
A: 'gtceu:coke_oven_bricks',
|
||||
B: '#forge:chests/wooden'
|
||||
}).addMaterialInfo().id('gtceu:shaped/coke_oven_hatch')
|
||||
|
||||
//#endregion
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue