squaremap is a minimalistic and lightweight world map viewer for Minecraft servers, using the vanilla map rendering style

1.1.4

Release

jmp released this version on Jun 19, 2022

5.9 MB
Download

Changelog

Added

  • Taiwanese locale (#57)

Fixed

  • Coordinates not replacing in some default locales (#49)
  • Minor bugs in squaremap-client compatibility (a1e81fa5acdc8adfded930b5e27593cd38c06bf0)
  • MapWorldInternal#saveImage(Image) used ExecutorService#submit(Runnable) where it should have used Executor#execute(Runnable), resulting in some unexpected exceptions being swallowed in the tile image updating process (679e0bb227bd8d33102d470d830a8cd77e482109)
  • Null result from ImageIO.read(File) was not properly handled in tile image updating (f2a5c6f3f51fa4a8c1c7b0e9c9e737b0a5a15f62) (f0374dae6640f087b1a0661a97f4c2dce77058cd)

Changed

  • Updated Chinese locale (#58)
  • fabric: Moved update check from mod initialization to server/client finished starting up (f69e85febc7920a438fbf293f1c7e172489d7836)

Dependencies