#Natures Aura recipe not working with kube (possibly)

5 messages · Page 1 of 1 (latest)

thin pumice
#
ServerEvents.recipes(event => {
    event.custom({
        type: 'naturesaura:tree_ritual',
        ingredient: [
            {
                item: 'thaumon:mutagen'
            },
            {
                item: 'minecraft:netherite_block'
            },
            {
                item: 'tombstone:impregnated_diamond'
            },
            {
                item: 'tombstone:impregnated_diamond'
            },
            {
                item: 'minecraft:netherite_block'
            },
            {
                item: 'thaumon:mutagen'
            }
        ],
        sapling: {
            item: 'naturesaura:ancient_sapling'
        },
        output: {
            id: 'ars_nouveau:scribes_table',
            count: 1
        },
        time: 200
    })
})```

Thats my code and it should all be correct I'm getting 0 errors from this it just wont show up any ideas?
boreal cairnBOT
#

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

dense dome
#

no warning aswell?

thin pumice
#

no warning

thin pumice
#

fixed