Lite2Edit is a small Fabric mod that lets WorldEdit open Litematica schematic files (.litematic).
You can download the mod from Modrinth via: /mod/lite2edit
You can see the source code via: https://github.com/Erik-Donath/lite2edit
.litematic schematics into a WorldEdit clipboard that you can paste or manipulate.mods/ folder (alongside WorldEdit and required Fabric components).mods/ folder..litematic file with //schematic load "...". The schematic will load as a clipboard you can paste and edit..litematic file with //schematic save -f litematica "...".If you prefer building from source, run:
git clone https://github.com/Erik-Donath/Lite2Edit.git
./gradlew build
# copy the generated JAR from build/libs/ into your mods/ folder
This section explains what the mod does behind the scenes:
Litematica files store world pieces as NBT data (a structured binary format Minecraft uses). Schematics contain regions made of blocks, a palette that lists unique block types used, tile-entity data (for chests, signs, furnaces, etc.), and optionally entities.
Lite2Edit reads the Litematica file and parses the NBT structure. It understands:
Block conversion:
Tile entities and entities:
Regions and negative sizes:
What’s not done yet:
.litematic writer (export support), include an example schematic to validate round-trip correctness.To contribute:
Thank you for using Lite2Edit. If you run into problems or want a feature, open an issue on GitHub.

Lite2Edit is a small Fabric mod that lets WorldEdit open Litematica schematic files (.litematic / .ltc). In short: if you have a schematic created with Litematica, Lite2Edit helps WorldEdit read it so you can paste or edit it in Minecraft