#hi, i need help

15 messages · Page 1 of 1 (latest)

frail pythonBOT
#

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

lavish moth
#

you cant have an item count higher than one in a shaped recipe

#
ServerEvents.recipes(e=> {
    e.remove({id: 'mysticalagriculture:terrasteel_seeds'})
    e.shaped('mysticalagriculture:terrasteel_seeds', ['A A','BAB','B B'],{
        A: 'botania:terrasteel_block',
        B: 'botania:gaia_ingot'
    }).id('kubejs:mysticalagriculture:terrasteel_seeds')
})
``` this should work
lavish moth
#

oh yes.... thats an invalid id

#
ServerEvents.recipes(e=> {
    e.remove({id: 'mysticalagriculture:terrasteel_seeds'})
    e.shaped('mysticalagriculture:terrasteel_seeds', ['A A','BAB','B B'],{
        A: 'botania:terrasteel_block',
        B: 'botania:gaia_ingot'
    }).id('kubejs:mysticalagriculture_terrasteel_seeds')
})
#

this should work now

#

you cant have multiple : in an ID

icy wedge
#

i don't undastand

lavish moth
#

the id 'kubejs:mysticalagriculture:terrasteel_seeds' is invalid

#

because it has one : after kubejs, and another after mysticalagriculture

#

but you are only allowed to have one

icy wedge
#

thanks

#

S2

frail pythonBOT
#

@icy wedge Unresolved thread still hasn't been closed! If your question was answered, please close this post with </ticket close:1054771505520717835> command!