fix ladder consistency #2616
This commit is contained in:
parent
f804638592
commit
60afdc7f55
3 changed files with 12 additions and 2 deletions
|
|
@ -384,4 +384,13 @@ const registerGTCEURecipes = (event) => {
|
|||
.duration(30 * 20)
|
||||
.EUt(GTValues.VA[GTValues.LV])
|
||||
|
||||
// Ladder consistency
|
||||
event.replaceOutput({ id: 'gtceu:assembler/ladder' }, 'minecraft:ladder', '8x minecraft:ladder')
|
||||
|
||||
event.recipes.gtceu.assembler('tfg:ladder_from_lumber')
|
||||
.itemInputs('#tfc:lumber')
|
||||
.itemOutputs('8x minecraft:ladder')
|
||||
.circuit(7)
|
||||
.duration(40)
|
||||
.EUt(4)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -701,6 +701,7 @@ function removeGTCEURecipes(event) {
|
|||
event.remove({ id: 'gtceu:assembler/spyglass' })
|
||||
event.remove({ id: 'gtceu:assembler/assemble_purpur_into_stair' })
|
||||
event.remove({ id: 'gtceu:assembler/stonecutter' })
|
||||
event.remove({ id: 'gtceu:assembler/cartography_table' })
|
||||
|
||||
event.remove({ id: 'gtceu:centrifuge/decomposition_centrifuging__blaze' })
|
||||
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ function registerTFGMarsRecipes(event) {
|
|||
woodBuilder(event, wood.name, wood.lumber, wood.logs, wood.log, wood.stripped_log, wood.plank, wood.stair, wood.slab, wood.door, wood.trapdoor, wood.fence, wood.fence_gate, wood.support, wood.pressure_plate, wood.button)
|
||||
})
|
||||
|
||||
event.shaped('16x ad_astra:aeronos_ladder', [
|
||||
event.shaped('8x ad_astra:aeronos_ladder', [
|
||||
'A A',
|
||||
'ABA',
|
||||
'A A'
|
||||
|
|
@ -78,7 +78,7 @@ function registerTFGMarsRecipes(event) {
|
|||
B: ChemicalHelper.get(TagPrefix.rod, GTMaterials.Wood, 1),
|
||||
}).id('tfg:shaped/aeronos_ladder')
|
||||
|
||||
event.shaped('16x ad_astra:strophar_ladder', [
|
||||
event.shaped('8x ad_astra:strophar_ladder', [
|
||||
'A A',
|
||||
'ABA',
|
||||
'A A'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue