Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
添加了一个坐标换算计算器
可以根据现实世界的经纬度来换算出对应地点在MINECRAFT地球地图中的位置,你只需要写上你的MC地图的长度和宽度
(默认地图的X轴长度为43008,Z轴长度为21504,此设置仅限于1:1000世界地图,如果要其它倍数请自行在JS部分修改)
演示