Started by
thecutegard
on
Topic category: Help with Minecraft modding (Java Edition)
i have a potion effect and it gives 3 potion effects how do i hide the 3 effects? the effects i have are glowing slowfalling and unluck. here is current code
You can make the effects ambient, which means they won't have particles, and won't show up outside the inventory. (Just set the booleans in the 'add potion' function to true for ambient, and false for particles.) There isn't a good way to hide the effect in the inventory though.
how do you execute that