dslake / WorldDownloader

Clones a Minecraft multiplayer world from a remote server to your singleplayer folder
http://www.minecraftforum.net/topic/1444862-
62 stars 19 forks source link

added ChunkChangeObserver #52

Closed MamiyaOtaru closed 10 years ago

MamiyaOtaru commented 10 years ago

WDL gets changed chunks from VoxelMap (if and only if it exists), allowing both to use isChanged Also updated to some more recent MCPtest mappings

First two commits are the observer changes, and stubs for voxelmap against which to compile.

Because I suck at Git, the third commit is completely separate, and represents a drop-in liteloader replacement for all the base class edits (which is slightly redundant, given that I have since discovered someone else has created the same thing)

nairol commented 10 years ago

Thanks MamiyaOtaru. I'm closing this because the issue was solved without the need of ChunkChangeObserver.