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
Describe the bug
"band_globetrotters_limit" in the config does not change the maximum value in game, since it is hardcoded.
To Reproduce
[1] Change "band_globetrotters_limit" value to any other value
[2] Note how the band does not increment beyond the hardcoded value of 72000 (/data get @p SelectedItem)
Expected behavior
Globetrotter should increment until the specified "band_globetrotters_limit" value, not harcoded 72000
Versions (Important! Please do this):
Minecraft version: 1.19.2
Forge version: 43.3.8
Mod version: 1.2.0
The text was updated successfully, but these errors were encountered:
Describe the bug
"band_globetrotters_limit" in the config does not change the maximum value in game, since it is hardcoded.
To Reproduce
[1] Change "band_globetrotters_limit" value to any other value
[2] Note how the band does not increment beyond the hardcoded value of 72000 (
/data get @p SelectedItem
)Expected behavior
Globetrotter should increment until the specified "band_globetrotters_limit" value, not harcoded 72000
Versions (Important! Please do this):
The text was updated successfully, but these errors were encountered: