move crankbow to steel tier
This commit is contained in:
parent
dc91c1f7ae
commit
a83f9f8759
1 changed files with 19 additions and 4 deletions
|
|
@ -13,6 +13,9 @@ function registerSpeciesRecipes(event) {
|
||||||
event.shapeless('species:music_disc_lapidarian', ['etched:blank_music_disc', 'tfc:rock/raw/basalt_slab'])
|
event.shapeless('species:music_disc_lapidarian', ['etched:blank_music_disc', 'tfc:rock/raw/basalt_slab'])
|
||||||
event.shapeless('species:music_disk_spawner', ['etched:blank_music_disc', 'computercraft:disk'])
|
event.shapeless('species:music_disk_spawner', ['etched:blank_music_disc', 'computercraft:disk'])
|
||||||
|
|
||||||
|
|
||||||
|
// TODO: add recipes for its enchants? Quick Crank, Scattershot, Capacity, and Sparing
|
||||||
|
|
||||||
event.shaped('species:cranktrap', [
|
event.shaped('species:cranktrap', [
|
||||||
'ABA',
|
'ABA',
|
||||||
'CDC',
|
'CDC',
|
||||||
|
|
@ -29,10 +32,10 @@ function registerSpeciesRecipes(event) {
|
||||||
'CBC',
|
'CBC',
|
||||||
'DED'
|
'DED'
|
||||||
], {
|
], {
|
||||||
A: '#forge:rods/black_steel',
|
A: '#forge:rods/steel',
|
||||||
B: 'minecraft:crossbow',
|
B: 'minecraft:crossbow',
|
||||||
C: '#forge:small_gears/steel',
|
C: '#forge:small_gears/wrought_iron',
|
||||||
D: 'tfc:metal/chain/black_steel',
|
D: 'tfc:metal/chain/steel',
|
||||||
E: 'create:hand_crank'
|
E: 'create:hand_crank'
|
||||||
}).id('tfg:shaped/crankbow')
|
}).id('tfg:shaped/crankbow')
|
||||||
|
|
||||||
|
|
@ -142,7 +145,19 @@ function registerSpeciesRecipes(event) {
|
||||||
C: '#tfg:invisibility_ingredients',
|
C: '#tfg:invisibility_ingredients',
|
||||||
D: 'gtceu:sticky_resin',
|
D: 'gtceu:sticky_resin',
|
||||||
E: '#tfc:powders'
|
E: '#tfc:powders'
|
||||||
}).id('tfg:shaped/smoke_bomb')
|
}).id('tfg:shaped/smoke_bomb_paper')
|
||||||
|
|
||||||
|
event.shaped('species:smoke_bomb', [
|
||||||
|
' A ',
|
||||||
|
'BC ',
|
||||||
|
'EDE'
|
||||||
|
], {
|
||||||
|
A: '#forge:string',
|
||||||
|
B: '#tfc:fired_vessels',
|
||||||
|
C: '#tfg:invisibility_ingredients',
|
||||||
|
D: 'gtceu:sticky_resin',
|
||||||
|
E: '#tfc:powders'
|
||||||
|
}).id('tfg:shaped/smoke_bomb_vessel')
|
||||||
|
|
||||||
event.shaped('2x species:smoke_bomb', [
|
event.shaped('2x species:smoke_bomb', [
|
||||||
' B ',
|
' B ',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue