SkillAgentSearch skills...

WorldDownloader

Mod for minecraft-linux/mcpelauncher-client which collects chunks sent over network from server

Install / Use

/learn @Frago9876543210/WorldDownloader
About this skill

Quality Score

0/100

Supported 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 StartGamePacket into chunk/.table, which is necessary to obtain information about the paletted chunks
  • When a player gets FullChunkDataPacket mod store this into chunks/<capture_name>/chunkX_chunkZ, capture_name = default_world as default
  • You can change capture_name in runtime. Just send to chunk capture <new_capture_name> (message will not be sent)
View on GitHub
GitHub Stars15
CategoryDevelopment
Updated3mo ago
Forks1

Languages

C++

Security Score

77/100

Audited on Dec 13, 2025

No findings