daveyliam / mapwriter

MapWriter: A minimap mod for Minecraft
MIT License
89 stars 81 forks source link

Use the /seed command to determine the world seed #19

Closed jeffreykog closed 10 years ago

jeffreykog commented 10 years ago

world.getSeed() only works server-side, returning -1 on the client and so making the slime overlay useless. This PR makes the OverlaySlime use the /seed command to determine the seed and then rendering the overlay. When no proper response is found, the overlay stays empty.

jeffreykog commented 10 years ago

If you need a build to test this out, see http://maven.reening.nl/files/mapwriter/2.1.0/

daveyliam commented 10 years ago

Thanks, i'll post a 2.1.1 release with this included today.