CurseForge · Minecraft mod
Litematica
A modern schematic mod written for Fabric (and LiteLoader on 1.12.x), with extra features for Creative mode work
Quick answer
Which Litematica release should I use?
litematica-fabric-26.2-0.28.3.jar targets 26.2 with Fabric. The project page does not say whether this file belongs on the client, dedicated server, or both. All 1 required mods have matching files.
Where it goes
Is Litematica required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does litematica-fabric-26.2-0.28.3.jar need?
litematica-fabric-26.2-0.28.3.jar. Change the file and its required mods may change too.
Install MaLiLib first. We found matching files for this game-version and loader setup.
We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add Litematica without breaking your instance.
Built for litematica-fabric-26.2-0.28.3.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use litematica-fabric-26.2-0.28.3.jar. It targets 26.2 with Fabric; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install MaLiLib first. We found matching files for this game-version and loader setup.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside litematica-fabric-26.2-0.28.3.jar. It opens that exact file at the source.
About this project
What does Litematica add?
Severe vulnerability in 1.21+ versions of the mod
See the announcement post here for details:
As a summary, everyone using MC 1.21+ versions of Litematica should update to the latest available mod versions immediately!!
The vulnerability does not exist in the 1.20.x and older mod versions. With the affected mod versions, connecting to potentially any server might transfer malware to your system. Single player is not at risk. But update the mod!
See this about MC 1.20.5 and later versions
TL;DR; I won't maintain the 1.20.5+ versions myself anymore, at least for now. There are ports by Sakura-Ryoko. They will be here once they are more stable, see the post for the links and details before then.
Description:
Litematica is a new schematic mod written from scratch, and it is primarily targeting light mod loaders like LiteLoader on 1.12.x, Rift on 1.13.x and Fabric on 1.14+. There is also a Forge version for 1.12.2, but not yet for 1.14.4+ (but Forge ports for 1.14.4+ are also planned, see below).
It has all the features of the old Schematica mod except for the printer (which is not planned for Litematica itself, but instead is left to extension mods), plus a bunch more.
- The main feature of a schematic mod is to display a "hologram" version of a structure, which shows you exactly how to build the structure and where to place the blocks. It also includes a (configurable) overlay to highlight missing, extra or wrongly placed blocks.
- Litematica also includes a nice Material List, including a Material List HUD, to help you collect the materials needed for the build.
- There is also a Schematic Verifier feature, including an overlay, which you can use to scan the entire schematic area and look for any mistakes. This can be extremely useful especially with technical/redstone builds, where tiny mistakes can break everything.
- There are also several Creative-mode-only helper features, such as Fill, Replace, Delete and also a Paste mode for "pasting" schematics into the world (immediate/direct in single player, using /setblock commands in multiplayer).
NOTE: Litematica also requires the MaLiLib library mod:
https://www.curseforge.com/minecraft/mc-mods/malilib
WARNING: The Easy Place mode feature may get you banned on some servers!
The Easy Place feature will always be clicking on the target position's air block, and this can easily be detected by anti-cheat systems. So this can result in at least two things: The block placement will just be rejected and you just get client-side ghost blocks, or some anti-cheat system flags that as cheating and auto-bans you from the server. So before using Easy Place, find out of it's allowed on the server!
About Forge ports for 1.14.4+
Forge versions for 1.14.4 and later are planned.
Still no ETA for the "official port", which will only be done from the still being worked on new development code. But ZacSharp already ported the current 1.16.4 Fabric version to 1.16.5 Forge. That port is available here: https://legacy.curseforge.com/minecraft/mc-mods/litematica-forge
Some more info and discussion about the Forge port/builds is here: https://github.com/maruohon/litematica/issues/234
There are also at least a couple of other 3rd party Forge ports on GitHub and at least one on Modrinth. I haven't tested those myself, so I can't say anything about how well they work.
The default hotkey to open the in-game config GUI is M + C. If you are for example on AZERTY keyboard layout instead, then the keys are different, and M + C becomes , + C instead, etc.
If you have Optifine installed, then there are some options that you most likely will need to disable in Optifine, or otherwise it will break the schematic rendering:
- If you get glitchy weird triangles, then in 1.16+ first try updating to the latest Litematica version. If that doesn't work, then set shaders to OFF (not Internal) and restart the game.
- Render Regions probably needs to be disabled to prevent weird rendering issues (the schematic (partially?) rendering in weird places)
- Fast Render might also need to be disabled if there are still some weird HUD/GUI rendering issues
Snapshot versions and latest development builds
There are sometimes newer "development" or snapshot versions of my mods available here: https://masa.dy.fi/mcmods/client_mods/
Lately I've stopped making releases for MC snapshots, as it's mostly a waste of my limited modding time and energy. Snapshot releases maye start again at some point, if I ever get the elusive but often mentioned "new code versions" of the mods actually released to the public first. I geuss time will tell.
FAQ - please read first if you have questions
- Q: The main menu and the config menu don't open with M and M + C
- A: 1.) Check that the mod is installed and working: check if you see the orange Litematica text on the F3 screen.
2.) If you are on a non-QWERTY keyboard layout, then the default hotkeys are different. For example on AZERTY the M key is , (comma) instead, so the config menu hotkey for example is , + C. I'm looking for a solution to this issue. - Q: How do I rotate a schematic (placement)?
- A: In the Placement configuration GUI. You can open it (for the currently selected Placement) with a hotkey, or you can go via the Main menu -> Schematic Placements -> Configure.
- Q: How do I only render one layer at a time
- A: You can control the rendered layers on the Render Layers tab inside the in-game config menu (via the Main menu -> Configuration Menu, or the default hotkey M + C
- Q: How do I change blocks in the schematic? Is there a /schematicaReplace command?
- A: There is no command, but there is the Schematic Rebuild mode (should be called Schematic Edit mode...). See the wiki here for more details: https://github.com/maruohon/litematica/wiki/schematic_editing
- Q: Is there a printer like in Schematica?
- A: 1.) There is no printer for survival, and it's not planned for Litematica itself. There are at least two separate extension mods to add a printer. See: https://github.com/aria1th/litematica-printer or https://github.com/aleksilassila/litematica-printer
2.) For Creative mode there is the Paste Schematic in world tool mode, which places the entire schematic at once in a single player world, or using setblock commands in multiplayer. - Q: I get an error "Failed to load schematic" when trying to load a '*.schematic' file in 1.13+.
- A: 1.) The 1.13 - 1.16 versions of Litematica can't currently load the Sponge schematic format yet. That format is used for example by World Edit in 1.13+. Although those schematics should preferably be named with the *.schem file name extension, many web sites use the *.schematic extension, which makes them hard to tell apart from the old, completely different MCEdit/Schematica format, which Litematica can already load. Full support for the Sponge format exists in the main development version in 1.12.2, and a "quick hax" temporary support for just loading that format also exists in the 1.17+ mod versions. It will also come to the other versions with the next bigger update.
2.) Currently the way to load Sponge schematics with Litematica is:- Create a temporary (flat) world.
- Place the schematic there using World Edit (quick guide: https://old.reddit.com/r/Minecraft/comments/kt2znv/convert_schem_file_to_litematic_file/gilwla8/)
- Make a new Litematica schematic from the placed structure from that world
The mod is still under development, and some of the planned "extra" features (for example some of the "tool modes") haven't yet been implemented fully or at all.
Here is a Reddit post that explains the very basics of the mod:
https://old.reddit.com/r/Minecraft/comments/cqdmkk/anyone_can_help_me_how_do_i_make_schematics_with/exeug78/
Here are some tutorial videos for the basics of the mod. A more detailed, "official" tutorial video is planned after I finish some changes and still missing features I'm still working on for the mod.
A short, quick tutorial of the basics of the mod:
Another, a bit longer tutorial that also covers some other things like the Rebuild mode:
A couple of more tutorials:
If you have questions or need help with something, the best/fastest way to get answers is on my Discord server.
Project description from CurseForge.
Pick your setup
Litematica by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.2
1 loader build26.1.2
1 loader build26.1.1
1 loader build26.1
1 loader build1.21.11
1 loader build1.21.10
1 loader build1.21.9
1 loader build1.21.8
1 loader build1.21.7
1 loader build1.21.6
1 loader build1.21.5
1 loader build1.21.4
1 loader buildShowing the newest 12 of 37 game versions. Older files are in the list below.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Litematica versions and loaders
litematica-fabric-26.2-0.28.3.jar
6 Jul 2026
litematica-fabric-26.1.2-0.27.9.jar
6 Jul 2026
litematica-fabric-1.21.11-0.26.11.jar
6 Jul 2026
litematica-fabric-1.21.10-0.24.8.jar
6 Jul 2026
litematica-fabric-1.21.8-0.23.7.jar
6 Jul 2026
litematica-fabric-1.21.5-0.22.5.jar
6 Jul 2026
litematica-fabric-1.21.4-0.21.7.jar
6 Jul 2026
litematica-fabric-1.21.3-0.20.9.jar
6 Jul 2026
litematica-fabric-1.21-0.19.61.jar
6 Jul 2026
litematica-fabric-1.20.6-0.18.1.jar
11 Jul 2024
litematica-fabric-1.20.6-0.18.0.jar
20 Jun 2024
litematica-fabric-1.20.4-0.17.3.jar
2 Jun 2024
Looking for an older file? The official CurseForge project page is in Resources.