You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
happened when setting the level though NBT to "999999999"
possible fix: set level to Max-level when Level is greater then Max-level.
I know the obligatory messages of "should not of done that" is coming my way but I did it anyways.
also when editing the NBT of a item, when a level-up happens it overrides the values I set for the items.
here's the error it though at me when i did change the level:
Exception caught during firing event net.minecraftforge.event.entity.player.ItemTooltipEvent@43262c17:
java.lang.StackOverflowError
at slimeknights.toolleveling.ModToolLeveling.getXpForLevelup(ModToolLeveling.java:202)
Note: (line was repeated 500+ times)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
happened when setting the level though NBT to "999999999"
possible fix: set level to Max-level when Level is greater then Max-level.
I know the obligatory messages of "should not of done that" is coming my way but I did it anyways.
also when editing the NBT of a item, when a level-up happens it overrides the values I set for the items.
here's the error it though at me when i did change the level:
Exception caught during firing event net.minecraftforge.event.entity.player.ItemTooltipEvent@43262c17:
java.lang.StackOverflowError
at slimeknights.toolleveling.ModToolLeveling.getXpForLevelup(ModToolLeveling.java:202)
Note: (line was repeated 500+ times)
The text was updated successfully, but these errors were encountered: