Problem with CraftTweaker
Kasualix opened this issue ยท 5 comments
I don't want the players to be hurt when they are regenerating so I wrote the script.
And the error just occurred when I was attacked.
For the CrT's end: CraftTweaker/CraftTweaker#1590
Minecraft 1.16.5
Forge 36.2.39
Regeneration 36.0.2
Instead of "event.cancel();", I used "event.setAmount(0.0);" so the event process of Regeneration won't be affected.
hmmmm, my bad. I didn't check it out before closing this issue
Same errors still occurred after that......