CurseForge · Minecraft mod
Create: Schematic Checker
A mod for fix all schematic problem from Create and all addon!
Quick answer
Which Create: Schematic Checker release matches 1.14.4 Forge?
Create: Schematic Checker 1.14.4-1.21.25-0.2.3-forge targets 1.14.4 with Forge. Installation on the client is optional. Installation on the dedicated server is optional. 1 required mod needs a matching file.
Where it goes
Is Create: Schematic Checker required on the client, server, or both?
Installation on the client is optional. Installation on the dedicated server is optional.
The source marks this as usable on both the client and server.
What else does Create: Schematic Checker 1.14.4-1.21.25-0.2.3-forge need?
1.14.4-1.21.25-0.2.3-forge on 1.14.4 Forge. Every mod below is checked against that same setup.
Install Create first, but 1 required mod has no matching file for this setup. Do not mix loader builds to force a match.
We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add Create: Schematic Checker without breaking your instance.
Built for Create: Schematic Checker 1.14.4-1.21.25-0.2.3-forge on 1.14.4 Forge. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use 1.14.4-1.21.25-0.2.3-forge. It targets 1.14.4 with Forge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install Create first, but 1 required mod has no matching file for this setup. Do not mix loader builds to force a match.
- 03
Put it on the correct side
Installation on the client is optional. Installation on the dedicated server is optional.
- 04
Pick the file you checked
Use the “Get this file” button beside 1.14.4-1.21.25-0.2.3-forge. It opens that exact file at the source.
About this project
What does Create: Schematic Checker add?
Create: Schematic Checker (CSC)
Create: Schematic Checker is a server-side protection mod for Create schematics. It scans uploaded schematics and blocks or sanitizes known malicious NBT patterns before they can be printed into a world.
CSC is designed for public and survival servers that allow schematic uploads. It protects against known Create schematic exploits such as item duplication, creative-item acquisition, server lag, crashes, malformed contraptions, and dangerous addon NBT.
Support
- Discord: https://discord.gg/rQV5JPauY7
What It Does
- Scans schematics asynchronously, without blocking the Minecraft server main thread.
- Detects and blocks known malicious Create schematic exploits.
- Sanitizes configurable NBT fields, tags, blocks, items, and entities.
- Validates Create belts, chain drives, mechanical arms, filters, fluid tanks, clipboards, and other high-risk block entities.
- Supports custom local rules through
config/CSC/user_rule.json. - Can optionally sync online rule updates when enabled by the server owner.
- Keeps logs and optional schematic backups for auditing and later investigation.
Supported Versions
Choose the build that matches both your Minecraft version and Create version.
| Loader | Minecraft | Create target |
|---|---|---|
| Forge | 1.14.4 | 0.2.3 |
| Forge | 1.15.2 | 0.3.1 |
| Forge | 1.16.5 | 0.3.2g |
| Forge | 1.17.1 | 0.4 |
| Forge | 1.18.2 | 0.5.1i |
| Forge | 1.19.2 | 0.5.1i |
| Forge | 1.20.1 | 0.5.1j |
| Forge | 1.20.1 | 6.0.x |
| Fabric | 1.18.2 | 0.5.1i |
| Fabric | 1.19.2 | 0.5.1i |
| Fabric | 1.20.1 | 6.0.x |
| Fabric | 1.21.1 | 6.0.x |
| NeoForge | 1.21.1 | 6.0.x |
Dependencies
- Minecraft
- Create
Some builds may require loader-specific Create dependencies such as Flywheel, Ponder, or Registrate, depending on the target Minecraft/Create version.
Installation
- Download the CSC jar for your loader, Minecraft version, and Create version.
- Put the jar into the server
modsfolder. - Start the server once to generate
config/CSC/config.toml. - Review the generated configuration before opening schematic uploads to players.
- Use
/csc reloadafter editing the config.
Configuration
Main config file:
config/CSC/config.toml
Important options:
| Option | Purpose |
|---|---|
core.Enable |
Enables or disables CSC checks. |
core.BanBlock |
Blocks or sanitizes high-risk blocks and items. |
core.BanTag |
Removes or blocks dangerous NBT tags. |
core.KillEntity |
Removes entities from schematics to prevent entity-based exploits. |
core.WhiteListModEnable |
Allows only listed mod IDs to keep NBT. Recommended for public servers. |
debug.EnableBackup |
Saves uploaded schematics for later auditing. Recommended. |
online.enableAutoUpdate |
Allows CSC to fetch cloud rule updates. Disabled by default. |
online.enableManualConfig |
Enables custom rules from config/CSC/user_rule.json. |
Manual custom rule file:
config/CSC/user_rule.json
Online cached rules:
config/CSC/online/
Commands
| Command | Description |
|---|---|
/csc |
Shows basic status. |
/csc help |
Shows help and feedback links. |
/csc reload |
Reloads CSC configuration and rules. |
/csc list |
Shows rule-list help. |
/csc list IdMatchRuleAll |
Lists all ID match rules. |
/csc list OperateMatchRuleAll |
Lists all NBT operation rules. |
/csc DisableTemp |
Temporarily disables checks for 5 minutes. |
/csc Enable |
Restores CSC after temporary disable. |
/csc notice whitelistid on|off |
Toggles whitelist-mode scan notice. |
/csc mode whitelistid on|off |
Toggles mod ID whitelist mode. |
Known Exploit Coverage
CSC covers many reported Create schematic vulnerabilities and addon-specific NBT exploits.
| # | Status | Issue |
|---|---|---|
| 1 | Fixed | Creative items printed through Lecterns or Clipboards. |
| 2 | Fixed | Valve data tampering causing cache overflow and memory leaks. |
| 3 | Fixed | Clipboard duplication and creative-property clipboards. |
| 4 | Fixed | Conveyor belt length tampering beyond 1000 blocks. |
| 5 | Fixed | Conveyor belts with -1 length crashing older Forge servers. |
| 6 | Fixed | Massive malicious conveyor chains causing lag, crashes, or world damage. |
| 7 | Fixed | Kintsugi Decor Urn infinite game-tick exploit. |
| 8 | Fixed | Weighted Ejector launch-force tampering. |
| 9 | Fixed | Oversized Filter NBT causing extreme tick lag. |
| 10 | Fixed | Overlong chain-drive pairings causing server lag. |
| 11 | Fixed | using_converts_to tag creative-item exploit. |
| 12 | Fixed | Mechanical Arm distance tampering. |
| 13 | Fixed | Chain drives targeting invalid positions. |
| 14 | Fixed | Distorted conveyor belts causing belt or shaft duplication. |
| 15 | Fixed | Chain drives with thousands of targets causing lag and duplication. |
| 16 | Fixed | Mechanical Arm infinite output through tampered safe-NBT data. |
| 17 | Fixed | Mechanical Arm duplication with camouflage panel mods. |
| 18 | Fixed | Filter retrieval through Andesite Hoppers. |
| 19 | Fixed | Creative-item acquisition through burn tags. |
| 20 | Fixed | Entity-based duplication and creative-item exploits, including Armor Stands. |
| 21 | Fixed | Roller-related creative item exploit in specific versions. |
| 22 | Fixed | Create: Enchantment Industry creative-tag printing. |
| 23 | Fixed | Create Crafts & Additions infinite energy-cell printing. |
| 24 | Fixed | Integrated Farming Chicken Coop GT lag exploit. |
| 25 | Fixed | Command-execution NBT exploit. |
| 26 | Fixed | Create 6.0+ fluid tank capacity tampering. |
| 27 | Fixed | Quark Wire Mesh infinite lava exploit. |
| 28 | Fixed | Item teleportation to the void through modified mechanical crafters/synthesizers. |
| 29 | Fixed | Additional void item-teleport exploit variants. |
| 30 | Fixed | Super Glue adhesion-check abuse causing heavy lag or crashes. |
| 31 | Fixed | Chassis and angled-chassis adhesion-check abuse causing heavy lag or crashes. |
| 32 | Detected | Create: Big Cannons fuse-data tampering for creative-item acquisition. |
| 33 | Fixed | Twilight Forest giant block printing bypassing terrain and breaking bedrock. |
Acknowledgments
Special thanks to:
- crackun24 for Mixin reference code.
- Qifei de Meigui, Kong Yu, air, crackun24, runner, CTR server owner, and other Create public server owners for test samples and post-fix support.
- Some CMS blueprint-site partner creators. Their decision to block the author after seeing schematic bug fixes also became part of the motivation to keep this project updated.
- Bilibili creator 一只不屑的屑蜘蛛. The repeated public-server schematic attacks and spread of exploit samples directly motivated this project and helped accelerate fixes for Create schematic vulnerabilities.
License
This project is licensed under GNU LGPL 3.0.
Project description from CurseForge.
Pick your setup
Create: Schematic Checker by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.21.1
1 loader build1.20.1
4 loader builds1.19.2
3 loader builds1.18.2
3 loader builds1.17.1
1 loader build1.16.5
1 loader build1.15.2
1 loader build1.14.4
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Create: Schematic Checker versions and loaders
1.14.4-1.21.25-0.2.3-forge
output.jar
11 May 2026
Looking for an older file? The official CurseForge project page is in Resources.