#Custom mechanical crafting recipe (KubeJS Create)

11 messages · Page 1 of 1 (latest)

worldly rock
#

Getting an error when I /reload after trying to add my custom mechanical crafting recipe for a jetpack.

this is my code:

ServerEvents.recipes(event => {
    event.recipes.createMechinicalCrafting('create_jetpack:jetpack', [
    ' BSB ',
    'BPCPB',
    'BHDHB',
    ' H H '
],{
    B: 'create:brass_sheet',
    S: 'create:shaft',
    P: 'create:precision_mechanism',
    C: 'create:copper_backtank',
    H: 'create:chute',
    D: 'vc_gliders:paraglider_diamond'
    })
})

log: https://mclo.gs/NHTzWQu

rotund isleBOT
#

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

sand acorn
#

Also send your kubejs logs

worldly rock
#

heres the log

drifting juniper
#

you mispelled mechanical

worldly rock
#

bro😭

drifting juniper
#

the error is pretty clear lol

worldly rock
#

it works im an idiot thank you🙏

drifting juniper