#Farmer's delights cutting table recipe removal

16 messages · Page 1 of 1 (latest)

buoyant condor
#

I'm trying to remove a recipe but it says that there's an error

ServerEvents.recipes(event => {
    event.remove({ output: 'extradelight:bread_slice' }
    )
})

it works but when reloading shows the error 'ServerEvents.recipes':java.lang.NullPointerException

steel bronzeBOT
#

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

regal phoenixBOT
#

Which logs are you looking for?

mellow otter
#

Damn it’s borked

#

Can you send your server kubejs log pls?

buoyant condor
#

gimme a sec

regal phoenixBOT
#

Paste version of server.log from @buoyant condor

lament aspen
#

the output filter wont work for a cutting table recipe anyway

#

use recipe id

#

??recipeid

#

ugh

#

??tips

regal phoenixBOT
# lament aspen ??tips

To find a recipe's ID, turn on advanced tooltips (F3 + H) then hover over the RECIPE OUTPUT in JEI, or the exclamation mark in REI.
You can then use this in any recipe filter:
{id: 'recipe ID here'}
You can use this, for example, to remove specific recipes:
event.remove({id: 'recipe ID here'})

buoyant condor
#

oh, let me look at that

#

that worked, thanks! :D