#hi, i need help
15 messages · Page 1 of 1 (latest)
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
same error
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
i don't undastand
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 Unresolved thread still hasn't been closed! If your question was answered, please close this post with </ticket close:1054771505520717835> command!