Posted November 19, 20213 yr Good morning, apparently the (potion)effect code for healing/regeneration has changed. In the past the int/float perfectly matched the hearts refiled, but nowadays I have a hard time figuring out to set the correct variable. Is it based on a x20 tick rate? .effect(() -> new EffectInstance(Effects.REGENERATION, 360), 1.0f) .effect(() -> new EffectInstance(Effects.INSTANT_HEALTH, 10), 1.0f) Edited November 19, 20213 yr by Cratthorax
November 19, 20213 yr Author Uhh baby, that might have been the most extensive and comprehensive explanation I've ever gotten from you. But maybe that's just because I'm beginning to understand what you're talking about. Thank you very much, good Sir. Edited November 19, 20213 yr by Cratthorax
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.