a bunch of small tweaks
This commit is contained in:
parent
7973b44cba
commit
3fb490fe04
9 changed files with 54 additions and 22 deletions
|
|
@ -73,37 +73,45 @@ function registerSpeciesRecipes(event) {
|
|||
event.shapeless('species:cracked_wraptor_egg', ['tfg:wraptor_egg', '#forge:tools/hammers']).id('tfg:shapeless/crack_egg')
|
||||
event.shapeless('2x tfg:wraptor_sugar', ['species:cracked_wraptor_egg']).id('tfg:shapeless/juice_egg')
|
||||
|
||||
event.recipes.gtceu.extractor('tfg:juice_egg_mv')
|
||||
event.recipes.gtceu.extractor('tfg:juice_wraptor_egg_mv')
|
||||
.itemInputs('species:cracked_wraptor_egg')
|
||||
.itemOutputs('4x tfg:wraptor_sugar')
|
||||
.duration(100)
|
||||
.EUt(GTValues.VA[GTValues.MV])
|
||||
event.recipes.gtceu.extractor('tfg:juice_egg_full')
|
||||
event.recipes.gtceu.extractor('tfg:juice_wraptor_egg_full')
|
||||
.itemInputs('tfg:wraptor_egg')
|
||||
.itemOutputs('4x tfg:wraptor_sugar')
|
||||
.duration(200)
|
||||
.EUt(GTValues.VA[GTValues.MV])
|
||||
|
||||
event.recipes.gtceu.extractor('tfg:juice_sniffer_egg')
|
||||
.itemInputs('tfg:sniffer_egg')
|
||||
.outputFluids(Fluid.of('firmalife:cream', 1000))
|
||||
.duration(100)
|
||||
.EUt(GTValues.VA[GTValues.MV])
|
||||
|
||||
event.shaped('species:ricoshield', [
|
||||
'ABA',
|
||||
'EBE',
|
||||
'ACA',
|
||||
'ADA'
|
||||
'EDE'
|
||||
], {
|
||||
A: '#forge:double_plates/copper',
|
||||
A: '#forge:springs/steel',
|
||||
B: 'create:precision_mechanism',
|
||||
C: 'species:kinetic_core',
|
||||
D: 'tfc:metal/shield/blue_steel'
|
||||
C: 'tfc:metal/shield/blue_steel',
|
||||
D: 'species:kinetic_core',
|
||||
E: '#forge:plates/titanium'
|
||||
}).id('tfg:shaped/ricoshield_blue')
|
||||
|
||||
event.shaped('species:ricoshield', [
|
||||
'ABA',
|
||||
'EBE',
|
||||
'ACA',
|
||||
'ADA'
|
||||
'EDE'
|
||||
], {
|
||||
A: '#forge:double_plates/copper',
|
||||
A: '#forge:springs/steel',
|
||||
B: 'create:precision_mechanism',
|
||||
C: 'species:kinetic_core',
|
||||
D: 'tfc:metal/shield/red_steel'
|
||||
C: 'tfc:metal/shield/red_steel',
|
||||
D: 'species:kinetic_core',
|
||||
E: '#forge:plates/titanium'
|
||||
}).id('tfg:shaped/ricoshield_red')
|
||||
|
||||
event.shaped('species:deflector_dummy', [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue