Convert Schematics to use with PicoLimbo
PicoLimbo supports Sponge schematic format version 2 and version 3 (.schem). The version 2 was introduced in WorldEdit 7 (Minecraft 1.13+) to support modern block states and NBT data.
Supported Formats
- Sponge v2 (
.schem) - Sponge v3 (
.schem) - Supported by PicoLimbo since version 1.12.0
Convert
Using SchemConvert
- Download SchemConvert from GitHub
- Start it using the CLI or by double-clicking on the downloaded JAR file:shell
java -jar SchemConvert-1.2.5-all.jar - Select your input, output schematic and the
.schem"Convert Type" - Click "Convert"
Using WorldEdit
- Load the schematic on a Minecraft server:
//schem load <filename> - Re-export the schematic using the correct format:This ensures the output is in Sponge v2 format.
//schem save <filename> sponge.2