#Fluids Hiding in JEI using stages
4 messages · Page 1 of 1 (latest)
4 messages · Page 1 of 1 (latest)
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?
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!