Skip to content

Changelog

dslake edited this page Aug 23, 2012 · 3 revisions

Changelog:

1.2.3 -> 1.2.3a

Now works with Java 6 (again)

1.1 -> 1.2.3

Compatible with Minecraft 1.2.3 Fixed a lot of new bugs related to TileEntities (especially for pistons)

1.0.0a -> 1.1

Compatible with Minecraft 1.1

1.8.1a -> 1.0.0a

Fixed the crash when destroying a chest Double chests no longer split randomly Downloading Brewing Stands is now implemented Fixed the infinite stop messages bug in the Modloader version

1.8.1a -> 1.8.1b

Fixed the instant-stop bug in the Modloader version

1.8.1 -> 1.8.1a

Made downloading work across dimension changes Fixed the crash when pressing L in the modloader version (?) Fixed the bug that caused the Nether to be saved in the Earth folder Gamemode changes (creative/survival) now also work without reconnecting

1.7.3 -> 1.8.1

Changed a lot of the code to make it easier to understand and added comments.

1.6.6 -> 1.7.3

Spawn point won't be set to 8,64,8 when you die while downloading.

1.6.5 -> 1.6.6

Fixed the file size calculation. I don't think it's perfect but it works. Fixed chests/dispensers/furnaces being empty after updating a world without clicking them Fixed the crash when trying to download a burning furnace Loading previously saved TileEntities now requires less CPU and memory Fixed signs losing their world reference when saving Changed start/stop texts and colors a bit Added a ModLoader compatible version

1.5.1a -> 1.6.5

The contents of chests, dispensers and furnaces can now be saved by opening them. Note blocks save their pitch if they are activated. The chunk loader/saver now has to do the double amount of work (client-side only, no additional server-side cost). Downloading the Nether is also possible now.

1.5.1 -> 1.5.1a

Fixed the bug where air filled chunks were appearing in random places.