comp500 / tinymap

A lightweight server-side stateless web map
MIT License
28 stars 6 forks source link

Update to 1.17 and Java 16 #10

Closed replaceitem closed 3 years ago

replaceitem commented 3 years ago

Made this mod compatible with latest minecraft version 1.17

Closes #5

comp500 commented 3 years ago

Hmm, I'd like to support the extended world height data pack, though it will need some code changes in a few places. https://github.com/LambdAurora/LambdaMap/ might be helpful, it uses the same block searching code but is ported to 1.17.

replaceitem commented 3 years ago

Not sure if that's all that needs to change, but i tried blocks above y=256, and they show on the map

comp500 commented 3 years ago

This is a reasonable first step, but there's quite a few issues with this PR, especially with negative y positions and 1.16 worlds converted to 1.17. TinyMap has a fair amount of technical debt I'd like to clean up as well, so I think I'll resolve that before starting the 1.17 port.