#Not able to JEI Hide after looking through other posts here

5 messages · Page 1 of 1 (latest)

pastel flame
#

JEIEvents.hideItems(event => {
event.hide('minecraft:lever')
})

This is saved in client_scripts.js and I have been been doing f3+t as well as /kubejs reload client_scripts after saving that file.

The goal is to remove ad astra steel from JEI as i already deleted the recipe. Ive tried that with multiple minecraft blocks and it has not worked yet

pure robinBOT
#

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

torpid kayakBOT
#

You can write your code in a codeblock by typing it between the codeblock delimiters:
Note that these are backticks, not apostrophes

```js :arrow_left:

ServerEvents.recipes(event => {
event.smelting('minecraft:glass', '#forge:sand').xp(.1)
})

``` :arrow_left:

This example will look like this:

ServerEvents.recipes(event => {
  event.smelting('minecraft:glass', '#forge:sand').xp(.1)
})
lethal wyvern
#

any errors?

torpid kayakBOT
#

You can find your KubeJS client log in /minecraft/logs/kubejs/client.log.
If you are on 1.18 or 1.16 it will be called client.txt.
Please send it if asked, as it contains helpful information.