Correct the number of MapIDs to the correct value.

The number of MAPIDs available to Minecraft has been changed from 32,767 to 2,147,483,647 in 1.13.
This commit is contained in:
Namiu/うにたろう 2021-12-07 12:00:08 +09:00 committed by GitHub
parent 5191dca932
commit ce2b6110a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ lang:
collect-data: true
# Images rendered on maps consume Minecraft maps ID, and there are only 32 767 of them.
# Images rendered on maps consume Minecraft maps ID, and there are only 2 147 483 647 of them.
# You can limit the maximum number of maps a player, or the whole server, can use with ImageOnMap.
# 0 means unlimited.
map-global-limit: 0