Pushing recent 0.9 alpha feedback (#877)
Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com> Co-authored-by: Redeix <59435925+Redeix@users.noreply.github.com>
This commit is contained in:
parent
fe127e7fd3
commit
b9f3c51407
57 changed files with 2270 additions and 1406 deletions
|
|
@ -1,16 +1,28 @@
|
|||
// priority: 0
|
||||
|
||||
|
||||
const registerHandGliderRecipes = (event) => {
|
||||
|
||||
|
||||
event.remove({id: 'hangglider:glider_framework'})
|
||||
|
||||
// Glider Framework
|
||||
event.shaped('hangglider:glider_framework', [
|
||||
'AAA',
|
||||
'BCB',
|
||||
'DCD'
|
||||
], {
|
||||
A: '#forge:rods/wrought_iron',
|
||||
B: '#forge:rods/long/wrought_iron',
|
||||
A: ChemicalHelper.get(TagPrefix.rod, GTMaterials.WroughtIron, 1),
|
||||
B: ChemicalHelper.get(TagPrefix.rodLong, GTMaterials.WroughtIron, 1),
|
||||
C: '#forge:screws',
|
||||
D: '#forge:rings'
|
||||
}).id('hangglider:glider_framework')
|
||||
}).id('hangglider:shaped/glider_framework')
|
||||
|
||||
event.shaped('hangglider:glider_wing', [
|
||||
' C',
|
||||
' BA',
|
||||
'BAA'
|
||||
], {
|
||||
A: '#forge:cloth',
|
||||
B: ChemicalHelper.get(TagPrefix.rod, GTMaterials.WroughtIron, 1),
|
||||
C: '#forge:rings'
|
||||
}).id('hangglider:shaped/glider_wing')
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue