Started by
charcoalcookiez
on
Topic category: Help with Minecraft modding (Java Edition)
I made this potion effect for an enchantment. its like poison but it can kill but it attacks way too fast. how do i fix this?
Topic category: Help with Minecraft modding (Java Edition)
I made this potion effect for an enchantment. its like poison but it can kill but it attacks way too fast. how do i fix this?
Maybe add a frame global variable, every tick it increases by one, and when it reaches 10 (half a second) reset it and deal damage to the player.