-
Notifications
You must be signed in to change notification settings - Fork 19
Changelog
Now works with Java 6 (again)
Compatible with Minecraft 1.2.3 Fixed a lot of new bugs related to TileEntities (especially for pistons)
Compatible with Minecraft 1.1
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
Fixed the instant-stop bug in the Modloader version
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
Changed a lot of the code to make it easier to understand and added comments.
Spawn point won't be set to 8,64,8 when you die while downloading.
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
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.
Fixed the bug where air filled chunks were appearing in random places.