Skip to content

Releases: Nixuge/WorldDownloaderForge

v1.0.6

04 Jun 20:47
e1d508d
Compare
Choose a tag to compare
  • Now logs the mod (& mc) version to WorldDownloader.txt, makes it easier eventually figure out map issues specific to some mod versions.

v1.0.5

29 Apr 12:53
8972c21
Compare
Choose a tag to compare
  • Now saving empty chunks too

This should've been done long ago as this mod is purely made for archival purposes (& so having empty chunks saved to make sure I didn't miss any chunks around the main map is a good thing)

Litterally commented out 1 function and an if statement, minor release.

v1.0.0-1.9.4

29 Apr 12:49
bdef1de
Compare
Choose a tag to compare
v1.0.0-1.9.4 Pre-release
Pre-release

The original LiteLoader version is completely borked for me in 1.9.4, and not many servers are on 1.9 (this is basically only for Funcraft), so only porting important bug/crash fixes.

  • Backported this commit (& a bit of this one) to prevent NullPointerExceptions on empty chunks

  • Now saving empty chunks

  • Version number normalized to 1.0.0-1.9.4

v1.0.4

27 Apr 23:49
15a5b25
Compare
Choose a tag to compare
  • Removed the permission system, you can now download on every server and the only way for servers to find out you're using the mod is by looking at your Forge mod ids

v1.0.3 (bugfix)

26 Mar 19:49
730f22a
Compare
Choose a tag to compare

Small bugfix & performance release.

Mainly:

  • Cleaned up code
  • Fixed the draw system for notifications
  • Got ready for a few more saving options

v1.0.2 (Notifications support)

25 Mar 17:49
5ec26d8
Compare
Choose a tag to compare
  • Bug fixes & numerous improvements for 1.8.9
  • Notification support (beta)
  • Started moving away from the whole screen GUis
  • Changed a few default settings
  • Disabled the multiworld prompt for now, only available through manual config for now

Note that there are still some issues left with notifications, but they should mostly be working fine

v1.0.1 (Now 1.8.9 only)

14 Mar 15:42
6692fb4
Compare
Choose a tag to compare
  • Changed version format number to differentiate normal WorldDownloader (4.1.1.0) to this one (now 1.0.1).
    • If changes are made to the normal WorldDownloader and I port them here, I'll mark it in the release note
  • No more 1.9.4 support (wasn't meant to be here anyways, just used it to port down to 1.8.9)
  • Forge Config button working

v4.1.1.0 (initial Forge release)

12 Mar 22:57
28935c2
Compare
Choose a tag to compare

Fully working state for both 1.9.4 and 1.8.9 on latest Forge