#my recipe doesnt work

12 messages · Page 1 of 1 (latest)

cunning yokeBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

final arrow
#

ServerEvents.recipes(e => {
e.recipes.create.mechanical_crafting('ad_astra:tier_1_rocket', [
' N ',
' SSS ',
' SGS ',
' SSS ',
'FTTTF',
'F E F'
], {
N: 'ad_astra:rocket_nose_cone',
S: '#forge:storage_blocks/steel',
G: '#forge:glass_panes',
F: 'ad_astra:rocket_fin',
T: 'ad_astra:steel_tank',
E: 'as_astra:steel_engine'
})
})

ServerEvents.recipes(e => {
e.recipes.create.mechanical_crafting('ad_astra:tier_2_rocket', [
' N ',
' DDD ',
' DGD ',
' DDD ',
'FTTTF',
'F E F'
], {
N: 'ad_astra:rocket_nose_cone',
D: 'ad_astra:desh_block',
G: '#forge:glass_panes',
F: 'ad_astra:rocket_fin',
T: 'ad_astra:desh_tank',
E: 'as_astra:desh_engine'
})
})

ServerEvents.recipes(e => {
e.recipes.create.mechanical_crafting('ad_astra:tier_3_rocket', [
' N ',
' OOO ',
' OGO ',
' OOO ',
'FTTTF',
'F E F'
], {
N: 'ad_astra:rocket_nose_cone',
O: 'ad_astra:ostrum_block',
G: '#forge:glass_panes',
F: 'ad_astra:rocket_fin',
T: 'ad_astra:ostrum_tank',
E: 'as_astra:ostrum_engine'
})
})

ServerEvents.recipes(e => {
e.recipes.create.mechanical_crafting('ad_astra:tier_4_rocket', [
' N ',
' CCC ',
' CGC ',
' CCC ',
'FTTTF',
'F E F'
], {
N: 'ad_astra:rocket_nose_cone',
C: 'ad_astra:calorite_block',
G: '#forge:glass_panes',
F: 'ad_astra:rocket_fin',
T: 'ad_astra:calorite_tank',
E: 'as_astra:calorite_engine'
})
})

this is the js file stuff

#

this is one of the recipes

#

theres meant to be an engine under the middle tank

shadow onyx
#

@final arrow are you sure you can deliberately add non existent slots to the recipe?

#

isn't this locked to this shape? or are you sure you named the engine correctly?

heavy reef
#

E: 'as_astra:steel_engine' heh

final arrow
#

yeah i found that a bit ago

#

i thought i deleted the post

heavy reef
#

don't delete it you dummy

#

that doesn't make it not show up

ornate thistleBOT
#

Please close your ticket (with </ticket close:1054771505520717835> or the button atop this thread) once you resolved your issue! This also helps others that would like to help out, as they don't have to look into this thread to check if it has been resolved by now.

Do you have any other questions regarding your issue? Feel free to ask!
Note: You should generally create a new post for unrelated issues.