#3007 more decoration more gooder indeed
This commit is contained in:
parent
0d0b691136
commit
f00b7a76b1
3 changed files with 10 additions and 1 deletions
|
|
@ -208,6 +208,14 @@ const registerCreateRecipes = (event) => {
|
|||
B: '#forge:plates/wrought_iron'
|
||||
}).addMaterialInfo().id('tfg:create/shaped/metal_bracket')
|
||||
|
||||
event.recipes.gtceu.shaped('4x create:wooden_bracket', [
|
||||
'AAA',
|
||||
'BBB'
|
||||
], {
|
||||
A: '#forge:bolts/wrought_iron',
|
||||
B: '#tfc:lumber'
|
||||
}).addMaterialInfo().id('tfg:create/shaped/wooden_bracket')
|
||||
|
||||
// Жидкостная труба
|
||||
event.shaped('create:fluid_pipe', [
|
||||
'BAB'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue