WorldDownloader
Mod for minecraft-linux/mcpelauncher-client which collects chunks sent over network from server
Install / Use
/learn @Frago9876543210/WorldDownloaderAbout this skill
Quality Score
0/100
Category
Development & EngineeringSupported Platforms
Claude Code
Cursor
README
WorldDownloader
It's mod for minecraft-linux/mcpelauncher-client which collects chunks sent over network from server
Install
mkdir mods && cd mods
git clone git@github.com:Frago9876543210/WorldDownloader.git
git clone git@github.com:MCMrARM/mod-ndk-gnustl.git
# Also you should download lastest Android NDK to this folder
cd WorldDownloader
# Now set up all variables in scripts/install.sh (game version, mcpelauncher folder, NDK folder)
scripts/install.sh
Usage
This mod creates folder chunks in place where game was launched
- When player join to server it also collect
StartGamePacketintochunk/.table, which is necessary to obtain information about the paletted chunks - When a player gets
FullChunkDataPacketmod store this intochunks/<capture_name>/chunkX_chunkZ,capture_name = default_worldas default - You can change
capture_namein runtime. Just send to chunkcapture <new_capture_name>(message will not be sent)
