Merge branch 'dev' of https://github.com/TerraFirmaGreg-Team/Modpack-Modern into dev
This commit is contained in:
commit
6d159872cc
8 changed files with 2659 additions and 2668 deletions
|
|
@ -692,7 +692,9 @@ function registerImmersiveAircraftRecipes(event) {
|
|||
createMaterialsToResults(TagPrefix.dust, TagPrefix.ingot, 3),
|
||||
])
|
||||
);
|
||||
//#region Aircrafts
|
||||
//#endregion
|
||||
|
||||
//#region Aircrafts
|
||||
|
||||
event.shaped('immersive_aircraft:quadrocopter',[
|
||||
'ABA',
|
||||
|
|
@ -827,5 +829,23 @@ function registerImmersiveAircraftRecipes(event) {
|
|||
H: 'tfc:metal/ingot/red_steel'
|
||||
}).id('tfg:man_of_many_planes/mechanical_crafter/scarlet_biplane')
|
||||
|
||||
event.recipes.create.mechanical_crafting('immersive_aircraft:bamboo_hopper',[
|
||||
' A A ',
|
||||
'BBCBBBCBB',
|
||||
' DEFED ',
|
||||
' DGGGD ',
|
||||
' D D ',
|
||||
' BBBGBBB ',
|
||||
' B B '
|
||||
],{
|
||||
A: 'immersive_aircraft:enhanced_propeller',
|
||||
B: 'immersive_aircraft:hull',
|
||||
C: 'immersive_aircraft:steel_boiler',
|
||||
D: 'gtceu:long_aluminium_rod',
|
||||
E: '#create:seats',
|
||||
F: 'immersive_aircraft:biplane',
|
||||
G: 'gtceu:double_aluminium_plate'
|
||||
}).id('tfg:immersive_aircraft/mechanical_crafter/bamboo_hopper')
|
||||
|
||||
//#endregion
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue