#Fluids Hiding in JEI using stages

4 messages · Page 1 of 1 (latest)

wicked sonnet
#

So, I was wondering if I could dynamically hide fluids in JEI using a stage?

So far I have this :
onEvent('jei.hide.fluids', event => {
if (!event.player.stages.has('fluids_jei')) {
event.hide('minecraft:water')
}
})

Although it doesn't really work. Any ideas?

half groveBOT
#

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

mellow dove
#
  1. No you can't atleast Not without an additional mod
#
  1. You're using 1.18- Event syntax