This repository is a maintained Fabric-only build of WorldTools for Minecraft 1.21.11.
WorldTools captures a local world snapshot from a multiplayer session, including chunks, entities, players, statistics, advancements, map data, and capture metadata.
This project is based on the original WorldTools project:
- Original project:
https://github.com/Avanatiker/WorldTools - Original authors: Constructor, P529, rfresh/rfresh2 (and contributors)
The intent of this release line is to keep the mod usable on modern Fabric versions while preserving upstream attribution.
- Minecraft: 1.21.11
- Mod version: 1.2.9
- Loader: Fabric
- Java target: 21+
- Module layout:
common+fabric(Forge removed)
- Capture toggle with default keybind
F12 - Config/manager UI with default keybind
F10 - Captures:
- chunks (terrain/biomes/structures)
- entities and players
- container/block-entity data (when interacted with)
- player stats and advancements
- level/map metadata and export files
- Output appears as a playable singleplayer world save
- Fabric Loader
- Fabric API
- Fabric Language Kotlin
- Cloth Config
- Mod Menu (optional but recommended)
- Install Fabric for Minecraft
1.21.11. - Download the latest Fabric jar from the repository releases (or build locally).
- Put the jar in your
.minecraft/modsfolder.
- Start/stop capture:
F12or/worldtools capture - Open manager/config screen:
F10or button in pause menu - During capture, open containers you want included in the saved snapshot
./gradlew.bat :fabric:build --no-daemonOutput jars are in fabric/build/libs.
./gradlew.bat :fabric:runClient --no-daemon- This project intentionally removes old community links that are no longer maintained.
- Some internal systems were adapted for 1.21.11 API changes (mixin targets, NBT/storage, render hooks).
- If you report issues, include logs/crash reports and reproduction steps.
PRs are welcome. Please keep changes focused and include:
- target behavior
- test/build result
- affected files/modules
This project remains under GNU GPL v3.0, same as upstream.
See LICENSE.md for details.
Disclaimer: Not affiliated with Mojang Studios. Minecraft is a trademark of Mojang.
