fixed missing recipes for create deco ladders
This commit is contained in:
parent
37eb8a7b54
commit
11586deebb
1 changed files with 30 additions and 0 deletions
|
|
@ -396,4 +396,34 @@ const registerCreatedecoRecipes = (event) => {
|
|||
})
|
||||
|
||||
// #endregion
|
||||
|
||||
// #region Ladders
|
||||
|
||||
event.shaped('6x createdeco:iron_ladder', [
|
||||
'A A',
|
||||
'AAA',
|
||||
'A A'
|
||||
], {
|
||||
A: '#forge:rods/wrought_iron'
|
||||
}).id('tfg:createdeco/shaped/iron_ladder')
|
||||
|
||||
event.stonecutting('2x createdeco:iron_ladder', '#forge:ingots/wrought_iron')
|
||||
|
||||
event.shaped('6x createdeco:zinc_ladder', [
|
||||
'A A',
|
||||
'AAA',
|
||||
'A A'
|
||||
], {
|
||||
A: '#forge:rods/zinc'
|
||||
}).id('tfg:createdeco/shaped/zinc_ladder')
|
||||
|
||||
event.shaped('6x createdeco:industrial_iron_ladder', [
|
||||
'A A',
|
||||
'AAA',
|
||||
'A A'
|
||||
], {
|
||||
A: '#forge:rods/steel'
|
||||
}).id('tfg:createdeco/shaped/industrial_iron_ladder')
|
||||
|
||||
// #endregion
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue