#Remove item 1.19.2 Fabric + REMOVE IN JEI ?

11 messages · Page 1 of 1 (latest)

red sail
#

Looking for help how to remove items using KubeJS in 1.19.2 Fabric

On the server side, I have it working with

ServerEvents.recipes(event => {
    event.remove({output: 'beautify:rope'})
})

And now I need to remove it in JEI on client side. I'm guessing it'something with registerRecipes but the documentation is sparse.

whole rivetBOT
#

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

red sail
#

The classic way did not work

onEvent('jei.hide.items', event => {
    event.hide('beautify:rope')
  })
lament kindle
#

Isnt it REI on Fabric? Pretty sure JEI isn’t on that modloader

#

Also, onEvent is legacy

marsh whaleBOT
#

This is a list of all the events. Choose your version.

red sail
lament kindle
#

Looks like JEI is new to Fabric, so Kube might not even have JEI events on that modloader

#

Non the less, I don't know much about Fabric so I don't know