
Create: SchematicChecker
A mod for fix all schematic problem from Create and all addon!
- Загрузки
- 291K
- Подписчики
- 34
- Обновлён
- 14 августа 2026 г.
- Лицензия
- GPL-3.0-only
Опубликован 2 октября 2025 г.
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` |
| `/csc mode whitelistid on | off` |
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.
Ченджлог
1.21.1-2.27.43-6.0-neoforgeРелиз1.21.1 · 14 августа 2026 г.
2.27.43-release
- Recover missing or malformed schematic statistic values instead of failing CSC startup.
- Make the Create 6 radial-wrench packet guard runtime-configurable and disabled by default.
- Report malformed Create super-glue entities with missing or invalid endpoints as CannotCheck instead of throwing a generic NBT error.
2.27.42-release
- Fix Create 6.0.8 packet-guard Mixin descriptors across Forge, Fabric, and NeoForge; eliminate the NeoForge chain-rider shadow metadata warning.
- Upload schematics that were modified by mod whitelist filtering, so compatible blocks can be reviewed and explicitly allowed in future rules.
- Add chain command blocks, repeating command blocks, and structure blocks to the default schematic banblock list.
- Prevent legacy Create targets from loading the Create 6-only filter packet Mixin and crashing at startup.
2.27.37-release
- Rework abnormal-schematic reporting around the authenticated v2 API, with retry retention after upload failures.
- Add a runtime-configurable, cross-version switch for the Quark fluidlogged-lava duplication repair. (#11)
- Restore Sable/Create Aeronautics cross-sublevel fluid pumping on NeoForge 1.21.1. (#12)
- Fix Create radial-wrench, chain-conveyor rider, and filter-item packet exploits.
- Prevent CSC scan/report tasks from being submitted while the server is stopping; fix the NeoForge chain-rider startup crash.
- Harden malformed schematic palette handling and preserve valid air/Copycats data.
- Add modern Create Big Cannons fuze-component compatibility, including valid empty components.
- Refresh migrated runtime configuration, complete translations, and make Create packet guards configurable.
- Improve legacy dependency caching and idempotent/streaming release uploads.
1.21.27-release
- Fix Quark fluidlogged grate lava duplication on Create 6 / NeoForge 1.21.1.
- Fail closed when a schematic cannot be read or checked, and validate uploaded schematic paths before accessing files.
- Close schematic NBT input and output streams reliably.
1.21.26-release
- Add detection for tripwire string duper schematics.
- Sanitize tripwire and tripwire hook powered states after schematic checks.
- Refactor independent NBT check modules into separate checker classes.
- Stop packaging and publishing the unmaintained Forge 1.14.4 build.
1.21.25-release
- Fix data structure can't be read in the new version.(>1.20.1)
- Full fix for all version clipboards.
1.21.24-release
- Fix config overwrite mistake when launch game. (#10)
1.21.23-release
- Fix unknown entity crash when schematic entities have no id.
- Remove invalid entities without id and output a warning.
- Add missing entity id warning translations.
1.21.22-release
- Add config migration after version updates.
- Regenerate config files after version updates and notify operators about the migration.
- Add missing Create: Aeronautics compatibility entries.
1.21.21-release
- Add whitelist mode scan-complete notice and config/command switch.
- Fix the console format mistake.
- Fix the reload delay problem.
- Fix low version refmap problem.
- Fix some block can't print in Create:Aeronautics. All blocks can be printed now.
1.21.20-release-hotfix
- Fix fabric map mistake (crash).
- Add support mark for Quilt (need fabric api and choose ignore java versions).
- Fix script problem (1.15.2)
1.21.19-release-hotfix
- Fix layer not in the release version.
1.21.18-release
- Reworked the project structure for multi-version support.
- Added support for Forge 1.14.4, 1.15.2, 1.16.5, 1.17.1, 1.18.2, 1.19.2, and 1.20.1.
- Added support for Fabric 1.18.2, 1.19.2, 1.20.1, and 1.21.1.
- Added support for NeoForge 1.21.1.
- Fixed an issue in the Create filter removal logic.
- Added an experimental checker for Create: Aeronautics
0.21.18-release
- Fix the wrong remove in Create filter.
0.21.17-release
- Fix Mekanism structure destroyed in upload.
0.21.16-release
- Modify translate.
- Add support for fluid tank.
- Fix config register method.
- Add Japanese language support.
0.21.15-release
- Fix 1.21.1 neoforge clipboard problem.
- Fix config crush problem.
0.21.14-release
- Add compat for pattern schematic.
- Fix check logic to maintain thread robust.
0.21.13-release
1.Add supportive to Axiom copycats place.
0.21.12-release
- Add a degree config para to allow some blueprint.
- Fix neoforge blueprint can't check in forge.
- Add a degree show when conveyor more than 45°.
0.21.11-release
- Fix a check problem in CopyCats.
0.21.10-release
- Fixes ban entity do not work.
0.21.9-release
- Fix a wrong check on copycats.
- Add a broken schematic fix.
- Add problem schematic upload.
0.21.8-beta
- Fix a crush problem.
- Add problem uploaded hook.
0.21.7-beta
- Add a new method; now you can choose a whitelist of which mod should save nbt. All other mods will not print with nbt, which can prevent all unknown mod bugs like palette data.
- Fix a bug about block output.
- Supply missing translating.
0.21.6-beta
- Remove junk Output.
- Add a new function. Now you can use /csc help to know what's new.
- Fix a bug when checking copycats.
0.21.5-beta
- Fix Neoforge clipboard check problem and also strength another version.
0.21.4-beta
- Fix a copyCats error print problem.
0.21.3-beta
- Change Default language for a problem.
- Fix when change track shape causes a render problem and crash potential risk in 0.5.1j and before.
0.21.2-alpha
- Fix copycats check bug in the first rule.
- Fix many problems at base\core.
0.21.1-alpha
- Fix some bugs in the online method.
- Add more check method from twilight forest.
- Add more capability when using 6.0.+ versions schematic upload checking in low Create versin.
0.21.0-alpha
- Add a stable version.
- Fix many bugs.
0.20-demo
- Plant core.
1.20.1-2.27.43-6.0-forgeРелиз1.20.1 · 14 августа 2026 г.
2.27.43-release
- Recover missing or malformed schematic statistic values instead of failing CSC startup.
- Make the Create 6 radial-wrench packet guard runtime-configurable and disabled by default.
- Report malformed Create super-glue entities with missing or invalid endpoints as CannotCheck instead of throwing a generic NBT error.
2.27.42-release
- Fix Create 6.0.8 packet-guard Mixin descriptors across Forge, Fabric, and NeoForge; eliminate the NeoForge chain-rider shadow metadata warning.
- Upload schematics that were modified by mod whitelist filtering, so compatible blocks can be reviewed and explicitly allowed in future rules.
- Add chain command blocks, repeating command blocks, and structure blocks to the default schematic banblock list.
- Prevent legacy Create targets from loading the Create 6-only filter packet Mixin and crashing at startup.
2.27.37-release
- Rework abnormal-schematic reporting around the authenticated v2 API, with retry retention after upload failures.
- Add a runtime-configurable, cross-version switch for the Quark fluidlogged-lava duplication repair. (#11)
- Restore Sable/Create Aeronautics cross-sublevel fluid pumping on NeoForge 1.21.1. (#12)
- Fix Create radial-wrench, chain-conveyor rider, and filter-item packet exploits.
- Prevent CSC scan/report tasks from being submitted while the server is stopping; fix the NeoForge chain-rider startup crash.
- Harden malformed schematic palette handling and preserve valid air/Copycats data.
- Add modern Create Big Cannons fuze-component compatibility, including valid empty components.
- Refresh migrated runtime configuration, complete translations, and make Create packet guards configurable.
- Improve legacy dependency caching and idempotent/streaming release uploads.
1.21.27-release
- Fix Quark fluidlogged grate lava duplication on Create 6 / NeoForge 1.21.1.
- Fail closed when a schematic cannot be read or checked, and validate uploaded schematic paths before accessing files.
- Close schematic NBT input and output streams reliably.
1.21.26-release
- Add detection for tripwire string duper schematics.
- Sanitize tripwire and tripwire hook powered states after schematic checks.
- Refactor independent NBT check modules into separate checker classes.
- Stop packaging and publishing the unmaintained Forge 1.14.4 build.
1.21.25-release
- Fix data structure can't be read in the new version.(>1.20.1)
- Full fix for all version clipboards.
1.21.24-release
- Fix config overwrite mistake when launch game. (#10)
1.21.23-release
- Fix unknown entity crash when schematic entities have no id.
- Remove invalid entities without id and output a warning.
- Add missing entity id warning translations.
1.21.22-release
- Add config migration after version updates.
- Regenerate config files after version updates and notify operators about the migration.
- Add missing Create: Aeronautics compatibility entries.
1.21.21-release
- Add whitelist mode scan-complete notice and config/command switch.
- Fix the console format mistake.
- Fix the reload delay problem.
- Fix low version refmap problem.
- Fix some block can't print in Create:Aeronautics. All blocks can be printed now.
1.21.20-release-hotfix
- Fix fabric map mistake (crash).
- Add support mark for Quilt (need fabric api and choose ignore java versions).
- Fix script problem (1.15.2)
1.21.19-release-hotfix
- Fix layer not in the release version.
1.21.18-release
- Reworked the project structure for multi-version support.
- Added support for Forge 1.14.4, 1.15.2, 1.16.5, 1.17.1, 1.18.2, 1.19.2, and 1.20.1.
- Added support for Fabric 1.18.2, 1.19.2, 1.20.1, and 1.21.1.
- Added support for NeoForge 1.21.1.
- Fixed an issue in the Create filter removal logic.
- Added an experimental checker for Create: Aeronautics
0.21.18-release
- Fix the wrong remove in Create filter.
0.21.17-release
- Fix Mekanism structure destroyed in upload.
0.21.16-release
- Modify translate.
- Add support for fluid tank.
- Fix config register method.
- Add Japanese language support.
0.21.15-release
- Fix 1.21.1 neoforge clipboard problem.
- Fix config crush problem.
0.21.14-release
- Add compat for pattern schematic.
- Fix check logic to maintain thread robust.
0.21.13-release
1.Add supportive to Axiom copycats place.
0.21.12-release
- Add a degree config para to allow some blueprint.
- Fix neoforge blueprint can't check in forge.
- Add a degree show when conveyor more than 45°.
0.21.11-release
- Fix a check problem in CopyCats.
0.21.10-release
- Fixes ban entity do not work.
0.21.9-release
- Fix a wrong check on copycats.
- Add a broken schematic fix.
- Add problem schematic upload.
0.21.8-beta
- Fix a crush problem.
- Add problem uploaded hook.
0.21.7-beta
- Add a new method; now you can choose a whitelist of which mod should save nbt. All other mods will not print with nbt, which can prevent all unknown mod bugs like palette data.
- Fix a bug about block output.
- Supply missing translating.
0.21.6-beta
- Remove junk Output.
- Add a new function. Now you can use /csc help to know what's new.
- Fix a bug when checking copycats.
0.21.5-beta
- Fix Neoforge clipboard check problem and also strength another version.
0.21.4-beta
- Fix a copyCats error print problem.
0.21.3-beta
- Change Default language for a problem.
- Fix when change track shape causes a render problem and crash potential risk in 0.5.1j and before.
0.21.2-alpha
- Fix copycats check bug in the first rule.
- Fix many problems at base\core.
0.21.1-alpha
- Fix some bugs in the online method.
- Add more check method from twilight forest.
- Add more capability when using 6.0.+ versions schematic upload checking in low Create versin.
0.21.0-alpha
- Add a stable version.
- Fix many bugs.
0.20-demo
- Plant core.
1.20.1-2.27.43-0.5.1j-forgeРелиз1.20.1 · 14 августа 2026 г.
2.27.43-release
- Recover missing or malformed schematic statistic values instead of failing CSC startup.
- Make the Create 6 radial-wrench packet guard runtime-configurable and disabled by default.
- Report malformed Create super-glue entities with missing or invalid endpoints as CannotCheck instead of throwing a generic NBT error.
2.27.42-release
- Fix Create 6.0.8 packet-guard Mixin descriptors across Forge, Fabric, and NeoForge; eliminate the NeoForge chain-rider shadow metadata warning.
- Upload schematics that were modified by mod whitelist filtering, so compatible blocks can be reviewed and explicitly allowed in future rules.
- Add chain command blocks, repeating command blocks, and structure blocks to the default schematic banblock list.
- Prevent legacy Create targets from loading the Create 6-only filter packet Mixin and crashing at startup.
2.27.37-release
- Rework abnormal-schematic reporting around the authenticated v2 API, with retry retention after upload failures.
- Add a runtime-configurable, cross-version switch for the Quark fluidlogged-lava duplication repair. (#11)
- Restore Sable/Create Aeronautics cross-sublevel fluid pumping on NeoForge 1.21.1. (#12)
- Fix Create radial-wrench, chain-conveyor rider, and filter-item packet exploits.
- Prevent CSC scan/report tasks from being submitted while the server is stopping; fix the NeoForge chain-rider startup crash.
- Harden malformed schematic palette handling and preserve valid air/Copycats data.
- Add modern Create Big Cannons fuze-component compatibility, including valid empty components.
- Refresh migrated runtime configuration, complete translations, and make Create packet guards configurable.
- Improve legacy dependency caching and idempotent/streaming release uploads.
1.21.27-release
- Fix Quark fluidlogged grate lava duplication on Create 6 / NeoForge 1.21.1.
- Fail closed when a schematic cannot be read or checked, and validate uploaded schematic paths before accessing files.
- Close schematic NBT input and output streams reliably.
1.21.26-release
- Add detection for tripwire string duper schematics.
- Sanitize tripwire and tripwire hook powered states after schematic checks.
- Refactor independent NBT check modules into separate checker classes.
- Stop packaging and publishing the unmaintained Forge 1.14.4 build.
1.21.25-release
- Fix data structure can't be read in the new version.(>1.20.1)
- Full fix for all version clipboards.
1.21.24-release
- Fix config overwrite mistake when launch game. (#10)
1.21.23-release
- Fix unknown entity crash when schematic entities have no id.
- Remove invalid entities without id and output a warning.
- Add missing entity id warning translations.
1.21.22-release
- Add config migration after version updates.
- Regenerate config files after version updates and notify operators about the migration.
- Add missing Create: Aeronautics compatibility entries.
1.21.21-release
- Add whitelist mode scan-complete notice and config/command switch.
- Fix the console format mistake.
- Fix the reload delay problem.
- Fix low version refmap problem.
- Fix some block can't print in Create:Aeronautics. All blocks can be printed now.
1.21.20-release-hotfix
- Fix fabric map mistake (crash).
- Add support mark for Quilt (need fabric api and choose ignore java versions).
- Fix script problem (1.15.2)
1.21.19-release-hotfix
- Fix layer not in the release version.
1.21.18-release
- Reworked the project structure for multi-version support.
- Added support for Forge 1.14.4, 1.15.2, 1.16.5, 1.17.1, 1.18.2, 1.19.2, and 1.20.1.
- Added support for Fabric 1.18.2, 1.19.2, 1.20.1, and 1.21.1.
- Added support for NeoForge 1.21.1.
- Fixed an issue in the Create filter removal logic.
- Added an experimental checker for Create: Aeronautics
0.21.18-release
- Fix the wrong remove in Create filter.
0.21.17-release
- Fix Mekanism structure destroyed in upload.
0.21.16-release
- Modify translate.
- Add support for fluid tank.
- Fix config register method.
- Add Japanese language support.
0.21.15-release
- Fix 1.21.1 neoforge clipboard problem.
- Fix config crush problem.
0.21.14-release
- Add compat for pattern schematic.
- Fix check logic to maintain thread robust.
0.21.13-release
1.Add supportive to Axiom copycats place.
0.21.12-release
- Add a degree config para to allow some blueprint.
- Fix neoforge blueprint can't check in forge.
- Add a degree show when conveyor more than 45°.
0.21.11-release
- Fix a check problem in CopyCats.
0.21.10-release
- Fixes ban entity do not work.
0.21.9-release
- Fix a wrong check on copycats.
- Add a broken schematic fix.
- Add problem schematic upload.
0.21.8-beta
- Fix a crush problem.
- Add problem uploaded hook.
0.21.7-beta
- Add a new method; now you can choose a whitelist of which mod should save nbt. All other mods will not print with nbt, which can prevent all unknown mod bugs like palette data.
- Fix a bug about block output.
- Supply missing translating.
0.21.6-beta
- Remove junk Output.
- Add a new function. Now you can use /csc help to know what's new.
- Fix a bug when checking copycats.
0.21.5-beta
- Fix Neoforge clipboard check problem and also strength another version.
0.21.4-beta
- Fix a copyCats error print problem.
0.21.3-beta
- Change Default language for a problem.
- Fix when change track shape causes a render problem and crash potential risk in 0.5.1j and before.
0.21.2-alpha
- Fix copycats check bug in the first rule.
- Fix many problems at base\core.
0.21.1-alpha
- Fix some bugs in the online method.
- Add more check method from twilight forest.
- Add more capability when using 6.0.+ versions schematic upload checking in low Create versin.
0.21.0-alpha
- Add a stable version.
- Fix many bugs.
0.20-demo
- Plant core.
1.19.2-2.27.43-0.5.1i-forgeРелиз1.19.2 · 14 августа 2026 г.
2.27.43-release
- Recover missing or malformed schematic statistic values instead of failing CSC startup.
- Make the Create 6 radial-wrench packet guard runtime-configurable and disabled by default.
- Report malformed Create super-glue entities with missing or invalid endpoints as CannotCheck instead of throwing a generic NBT error.
2.27.42-release
- Fix Create 6.0.8 packet-guard Mixin descriptors across Forge, Fabric, and NeoForge; eliminate the NeoForge chain-rider shadow metadata warning.
- Upload schematics that were modified by mod whitelist filtering, so compatible blocks can be reviewed and explicitly allowed in future rules.
- Add chain command blocks, repeating command blocks, and structure blocks to the default schematic banblock list.
- Prevent legacy Create targets from loading the Create 6-only filter packet Mixin and crashing at startup.
2.27.37-release
- Rework abnormal-schematic reporting around the authenticated v2 API, with retry retention after upload failures.
- Add a runtime-configurable, cross-version switch for the Quark fluidlogged-lava duplication repair. (#11)
- Restore Sable/Create Aeronautics cross-sublevel fluid pumping on NeoForge 1.21.1. (#12)
- Fix Create radial-wrench, chain-conveyor rider, and filter-item packet exploits.
- Prevent CSC scan/report tasks from being submitted while the server is stopping; fix the NeoForge chain-rider startup crash.
- Harden malformed schematic palette handling and preserve valid air/Copycats data.
- Add modern Create Big Cannons fuze-component compatibility, including valid empty components.
- Refresh migrated runtime configuration, complete translations, and make Create packet guards configurable.
- Improve legacy dependency caching and idempotent/streaming release uploads.
1.21.27-release
- Fix Quark fluidlogged grate lava duplication on Create 6 / NeoForge 1.21.1.
- Fail closed when a schematic cannot be read or checked, and validate uploaded schematic paths before accessing files.
- Close schematic NBT input and output streams reliably.
1.21.26-release
- Add detection for tripwire string duper schematics.
- Sanitize tripwire and tripwire hook powered states after schematic checks.
- Refactor independent NBT check modules into separate checker classes.
- Stop packaging and publishing the unmaintained Forge 1.14.4 build.
1.21.25-release
- Fix data structure can't be read in the new version.(>1.20.1)
- Full fix for all version clipboards.
1.21.24-release
- Fix config overwrite mistake when launch game. (#10)
1.21.23-release
- Fix unknown entity crash when schematic entities have no id.
- Remove invalid entities without id and output a warning.
- Add missing entity id warning translations.
1.21.22-release
- Add config migration after version updates.
- Regenerate config files after version updates and notify operators about the migration.
- Add missing Create: Aeronautics compatibility entries.
1.21.21-release
- Add whitelist mode scan-complete notice and config/command switch.
- Fix the console format mistake.
- Fix the reload delay problem.
- Fix low version refmap problem.
- Fix some block can't print in Create:Aeronautics. All blocks can be printed now.
1.21.20-release-hotfix
- Fix fabric map mistake (crash).
- Add support mark for Quilt (need fabric api and choose ignore java versions).
- Fix script problem (1.15.2)
1.21.19-release-hotfix
- Fix layer not in the release version.
1.21.18-release
- Reworked the project structure for multi-version support.
- Added support for Forge 1.14.4, 1.15.2, 1.16.5, 1.17.1, 1.18.2, 1.19.2, and 1.20.1.
- Added support for Fabric 1.18.2, 1.19.2, 1.20.1, and 1.21.1.
- Added support for NeoForge 1.21.1.
- Fixed an issue in the Create filter removal logic.
- Added an experimental checker for Create: Aeronautics
0.21.18-release
- Fix the wrong remove in Create filter.
0.21.17-release
- Fix Mekanism structure destroyed in upload.
0.21.16-release
- Modify translate.
- Add support for fluid tank.
- Fix config register method.
- Add Japanese language support.
0.21.15-release
- Fix 1.21.1 neoforge clipboard problem.
- Fix config crush problem.
0.21.14-release
- Add compat for pattern schematic.
- Fix check logic to maintain thread robust.
0.21.13-release
1.Add supportive to Axiom copycats place.
0.21.12-release
- Add a degree config para to allow some blueprint.
- Fix neoforge blueprint can't check in forge.
- Add a degree show when conveyor more than 45°.
0.21.11-release
- Fix a check problem in CopyCats.
0.21.10-release
- Fixes ban entity do not work.
0.21.9-release
- Fix a wrong check on copycats.
- Add a broken schematic fix.
- Add problem schematic upload.
0.21.8-beta
- Fix a crush problem.
- Add problem uploaded hook.
0.21.7-beta
- Add a new method; now you can choose a whitelist of which mod should save nbt. All other mods will not print with nbt, which can prevent all unknown mod bugs like palette data.
- Fix a bug about block output.
- Supply missing translating.
0.21.6-beta
- Remove junk Output.
- Add a new function. Now you can use /csc help to know what's new.
- Fix a bug when checking copycats.
0.21.5-beta
- Fix Neoforge clipboard check problem and also strength another version.
0.21.4-beta
- Fix a copyCats error print problem.
0.21.3-beta
- Change Default language for a problem.
- Fix when change track shape causes a render problem and crash potential risk in 0.5.1j and before.
0.21.2-alpha
- Fix copycats check bug in the first rule.
- Fix many problems at base\core.
0.21.1-alpha
- Fix some bugs in the online method.
- Add more check method from twilight forest.
- Add more capability when using 6.0.+ versions schematic upload checking in low Create versin.
0.21.0-alpha
- Add a stable version.
- Fix many bugs.
0.20-demo
- Plant core.
1.18.2-2.27.43-0.5.1i-forgeРелиз1.18.2 · 14 августа 2026 г.
2.27.43-release
- Recover missing or malformed schematic statistic values instead of failing CSC startup.
- Make the Create 6 radial-wrench packet guard runtime-configurable and disabled by default.
- Report malformed Create super-glue entities with missing or invalid endpoints as CannotCheck instead of throwing a generic NBT error.
2.27.42-release
- Fix Create 6.0.8 packet-guard Mixin descriptors across Forge, Fabric, and NeoForge; eliminate the NeoForge chain-rider shadow metadata warning.
- Upload schematics that were modified by mod whitelist filtering, so compatible blocks can be reviewed and explicitly allowed in future rules.
- Add chain command blocks, repeating command blocks, and structure blocks to the default schematic banblock list.
- Prevent legacy Create targets from loading the Create 6-only filter packet Mixin and crashing at startup.
2.27.37-release
- Rework abnormal-schematic reporting around the authenticated v2 API, with retry retention after upload failures.
- Add a runtime-configurable, cross-version switch for the Quark fluidlogged-lava duplication repair. (#11)
- Restore Sable/Create Aeronautics cross-sublevel fluid pumping on NeoForge 1.21.1. (#12)
- Fix Create radial-wrench, chain-conveyor rider, and filter-item packet exploits.
- Prevent CSC scan/report tasks from being submitted while the server is stopping; fix the NeoForge chain-rider startup crash.
- Harden malformed schematic palette handling and preserve valid air/Copycats data.
- Add modern Create Big Cannons fuze-component compatibility, including valid empty components.
- Refresh migrated runtime configuration, complete translations, and make Create packet guards configurable.
- Improve legacy dependency caching and idempotent/streaming release uploads.
1.21.27-release
- Fix Quark fluidlogged grate lava duplication on Create 6 / NeoForge 1.21.1.
- Fail closed when a schematic cannot be read or checked, and validate uploaded schematic paths before accessing files.
- Close schematic NBT input and output streams reliably.
1.21.26-release
- Add detection for tripwire string duper schematics.
- Sanitize tripwire and tripwire hook powered states after schematic checks.
- Refactor independent NBT check modules into separate checker classes.
- Stop packaging and publishing the unmaintained Forge 1.14.4 build.
1.21.25-release
- Fix data structure can't be read in the new version.(>1.20.1)
- Full fix for all version clipboards.
1.21.24-release
- Fix config overwrite mistake when launch game. (#10)
1.21.23-release
- Fix unknown entity crash when schematic entities have no id.
- Remove invalid entities without id and output a warning.
- Add missing entity id warning translations.
1.21.22-release
- Add config migration after version updates.
- Regenerate config files after version updates and notify operators about the migration.
- Add missing Create: Aeronautics compatibility entries.
1.21.21-release
- Add whitelist mode scan-complete notice and config/command switch.
- Fix the console format mistake.
- Fix the reload delay problem.
- Fix low version refmap problem.
- Fix some block can't print in Create:Aeronautics. All blocks can be printed now.
1.21.20-release-hotfix
- Fix fabric map mistake (crash).
- Add support mark for Quilt (need fabric api and choose ignore java versions).
- Fix script problem (1.15.2)
1.21.19-release-hotfix
- Fix layer not in the release version.
1.21.18-release
- Reworked the project structure for multi-version support.
- Added support for Forge 1.14.4, 1.15.2, 1.16.5, 1.17.1, 1.18.2, 1.19.2, and 1.20.1.
- Added support for Fabric 1.18.2, 1.19.2, 1.20.1, and 1.21.1.
- Added support for NeoForge 1.21.1.
- Fixed an issue in the Create filter removal logic.
- Added an experimental checker for Create: Aeronautics
0.21.18-release
- Fix the wrong remove in Create filter.
0.21.17-release
- Fix Mekanism structure destroyed in upload.
0.21.16-release
- Modify translate.
- Add support for fluid tank.
- Fix config register method.
- Add Japanese language support.
0.21.15-release
- Fix 1.21.1 neoforge clipboard problem.
- Fix config crush problem.
0.21.14-release
- Add compat for pattern schematic.
- Fix check logic to maintain thread robust.
0.21.13-release
1.Add supportive to Axiom copycats place.
0.21.12-release
- Add a degree config para to allow some blueprint.
- Fix neoforge blueprint can't check in forge.
- Add a degree show when conveyor more than 45°.
0.21.11-release
- Fix a check problem in CopyCats.
0.21.10-release
- Fixes ban entity do not work.
0.21.9-release
- Fix a wrong check on copycats.
- Add a broken schematic fix.
- Add problem schematic upload.
0.21.8-beta
- Fix a crush problem.
- Add problem uploaded hook.
0.21.7-beta
- Add a new method; now you can choose a whitelist of which mod should save nbt. All other mods will not print with nbt, which can prevent all unknown mod bugs like palette data.
- Fix a bug about block output.
- Supply missing translating.
0.21.6-beta
- Remove junk Output.
- Add a new function. Now you can use /csc help to know what's new.
- Fix a bug when checking copycats.
0.21.5-beta
- Fix Neoforge clipboard check problem and also strength another version.
0.21.4-beta
- Fix a copyCats error print problem.
0.21.3-beta
- Change Default language for a problem.
- Fix when change track shape causes a render problem and crash potential risk in 0.5.1j and before.
0.21.2-alpha
- Fix copycats check bug in the first rule.
- Fix many problems at base\core.
0.21.1-alpha
- Fix some bugs in the online method.
- Add more check method from twilight forest.
- Add more capability when using 6.0.+ versions schematic upload checking in low Create versin.
0.21.0-alpha
- Add a stable version.
- Fix many bugs.
0.20-demo
- Plant core.
1.17.1-2.27.43-0.4-forgeРелиз1.17.1 · 14 августа 2026 г.
2.27.43-release
- Recover missing or malformed schematic statistic values instead of failing CSC startup.
- Make the Create 6 radial-wrench packet guard runtime-configurable and disabled by default.
- Report malformed Create super-glue entities with missing or invalid endpoints as CannotCheck instead of throwing a generic NBT error.
2.27.42-release
- Fix Create 6.0.8 packet-guard Mixin descriptors across Forge, Fabric, and NeoForge; eliminate the NeoForge chain-rider shadow metadata warning.
- Upload schematics that were modified by mod whitelist filtering, so compatible blocks can be reviewed and explicitly allowed in future rules.
- Add chain command blocks, repeating command blocks, and structure blocks to the default schematic banblock list.
- Prevent legacy Create targets from loading the Create 6-only filter packet Mixin and crashing at startup.
2.27.37-release
- Rework abnormal-schematic reporting around the authenticated v2 API, with retry retention after upload failures.
- Add a runtime-configurable, cross-version switch for the Quark fluidlogged-lava duplication repair. (#11)
- Restore Sable/Create Aeronautics cross-sublevel fluid pumping on NeoForge 1.21.1. (#12)
- Fix Create radial-wrench, chain-conveyor rider, and filter-item packet exploits.
- Prevent CSC scan/report tasks from being submitted while the server is stopping; fix the NeoForge chain-rider startup crash.
- Harden malformed schematic palette handling and preserve valid air/Copycats data.
- Add modern Create Big Cannons fuze-component compatibility, including valid empty components.
- Refresh migrated runtime configuration, complete translations, and make Create packet guards configurable.
- Improve legacy dependency caching and idempotent/streaming release uploads.
1.21.27-release
- Fix Quark fluidlogged grate lava duplication on Create 6 / NeoForge 1.21.1.
- Fail closed when a schematic cannot be read or checked, and validate uploaded schematic paths before accessing files.
- Close schematic NBT input and output streams reliably.
1.21.26-release
- Add detection for tripwire string duper schematics.
- Sanitize tripwire and tripwire hook powered states after schematic checks.
- Refactor independent NBT check modules into separate checker classes.
- Stop packaging and publishing the unmaintained Forge 1.14.4 build.
1.21.25-release
- Fix data structure can't be read in the new version.(>1.20.1)
- Full fix for all version clipboards.
1.21.24-release
- Fix config overwrite mistake when launch game. (#10)
1.21.23-release
- Fix unknown entity crash when schematic entities have no id.
- Remove invalid entities without id and output a warning.
- Add missing entity id warning translations.
1.21.22-release
- Add config migration after version updates.
- Regenerate config files after version updates and notify operators about the migration.
- Add missing Create: Aeronautics compatibility entries.
1.21.21-release
- Add whitelist mode scan-complete notice and config/command switch.
- Fix the console format mistake.
- Fix the reload delay problem.
- Fix low version refmap problem.
- Fix some block can't print in Create:Aeronautics. All blocks can be printed now.
1.21.20-release-hotfix
- Fix fabric map mistake (crash).
- Add support mark for Quilt (need fabric api and choose ignore java versions).
- Fix script problem (1.15.2)
1.21.19-release-hotfix
- Fix layer not in the release version.
1.21.18-release
- Reworked the project structure for multi-version support.
- Added support for Forge 1.14.4, 1.15.2, 1.16.5, 1.17.1, 1.18.2, 1.19.2, and 1.20.1.
- Added support for Fabric 1.18.2, 1.19.2, 1.20.1, and 1.21.1.
- Added support for NeoForge 1.21.1.
- Fixed an issue in the Create filter removal logic.
- Added an experimental checker for Create: Aeronautics
0.21.18-release
- Fix the wrong remove in Create filter.
0.21.17-release
- Fix Mekanism structure destroyed in upload.
0.21.16-release
- Modify translate.
- Add support for fluid tank.
- Fix config register method.
- Add Japanese language support.
0.21.15-release
- Fix 1.21.1 neoforge clipboard problem.
- Fix config crush problem.
0.21.14-release
- Add compat for pattern schematic.
- Fix check logic to maintain thread robust.
0.21.13-release
1.Add supportive to Axiom copycats place.
0.21.12-release
- Add a degree config para to allow some blueprint.
- Fix neoforge blueprint can't check in forge.
- Add a degree show when conveyor more than 45°.
0.21.11-release
- Fix a check problem in CopyCats.
0.21.10-release
- Fixes ban entity do not work.
0.21.9-release
- Fix a wrong check on copycats.
- Add a broken schematic fix.
- Add problem schematic upload.
0.21.8-beta
- Fix a crush problem.
- Add problem uploaded hook.
0.21.7-beta
- Add a new method; now you can choose a whitelist of which mod should save nbt. All other mods will not print with nbt, which can prevent all unknown mod bugs like palette data.
- Fix a bug about block output.
- Supply missing translating.
0.21.6-beta
- Remove junk Output.
- Add a new function. Now you can use /csc help to know what's new.
- Fix a bug when checking copycats.
0.21.5-beta
- Fix Neoforge clipboard check problem and also strength another version.
0.21.4-beta
- Fix a copyCats error print problem.
0.21.3-beta
- Change Default language for a problem.
- Fix when change track shape causes a render problem and crash potential risk in 0.5.1j and before.
0.21.2-alpha
- Fix copycats check bug in the first rule.
- Fix many problems at base\core.
0.21.1-alpha
- Fix some bugs in the online method.
- Add more check method from twilight forest.
- Add more capability when using 6.0.+ versions schematic upload checking in low Create versin.
0.21.0-alpha
- Add a stable version.
- Fix many bugs.
0.20-demo
- Plant core.
1.16.5-2.27.43-0.3.2g-forgeРелиз1.16.5 · 14 августа 2026 г.
2.27.43-release
- Recover missing or malformed schematic statistic values instead of failing CSC startup.
- Make the Create 6 radial-wrench packet guard runtime-configurable and disabled by default.
- Report malformed Create super-glue entities with missing or invalid endpoints as CannotCheck instead of throwing a generic NBT error.
2.27.42-release
- Fix Create 6.0.8 packet-guard Mixin descriptors across Forge, Fabric, and NeoForge; eliminate the NeoForge chain-rider shadow metadata warning.
- Upload schematics that were modified by mod whitelist filtering, so compatible blocks can be reviewed and explicitly allowed in future rules.
- Add chain command blocks, repeating command blocks, and structure blocks to the default schematic banblock list.
- Prevent legacy Create targets from loading the Create 6-only filter packet Mixin and crashing at startup.
2.27.37-release
- Rework abnormal-schematic reporting around the authenticated v2 API, with retry retention after upload failures.
- Add a runtime-configurable, cross-version switch for the Quark fluidlogged-lava duplication repair. (#11)
- Restore Sable/Create Aeronautics cross-sublevel fluid pumping on NeoForge 1.21.1. (#12)
- Fix Create radial-wrench, chain-conveyor rider, and filter-item packet exploits.
- Prevent CSC scan/report tasks from being submitted while the server is stopping; fix the NeoForge chain-rider startup crash.
- Harden malformed schematic palette handling and preserve valid air/Copycats data.
- Add modern Create Big Cannons fuze-component compatibility, including valid empty components.
- Refresh migrated runtime configuration, complete translations, and make Create packet guards configurable.
- Improve legacy dependency caching and idempotent/streaming release uploads.
1.21.27-release
- Fix Quark fluidlogged grate lava duplication on Create 6 / NeoForge 1.21.1.
- Fail closed when a schematic cannot be read or checked, and validate uploaded schematic paths before accessing files.
- Close schematic NBT input and output streams reliably.
1.21.26-release
- Add detection for tripwire string duper schematics.
- Sanitize tripwire and tripwire hook powered states after schematic checks.
- Refactor independent NBT check modules into separate checker classes.
- Stop packaging and publishing the unmaintained Forge 1.14.4 build.
1.21.25-release
- Fix data structure can't be read in the new version.(>1.20.1)
- Full fix for all version clipboards.
1.21.24-release
- Fix config overwrite mistake when launch game. (#10)
1.21.23-release
- Fix unknown entity crash when schematic entities have no id.
- Remove invalid entities without id and output a warning.
- Add missing entity id warning translations.
1.21.22-release
- Add config migration after version updates.
- Regenerate config files after version updates and notify operators about the migration.
- Add missing Create: Aeronautics compatibility entries.
1.21.21-release
- Add whitelist mode scan-complete notice and config/command switch.
- Fix the console format mistake.
- Fix the reload delay problem.
- Fix low version refmap problem.
- Fix some block can't print in Create:Aeronautics. All blocks can be printed now.
1.21.20-release-hotfix
- Fix fabric map mistake (crash).
- Add support mark for Quilt (need fabric api and choose ignore java versions).
- Fix script problem (1.15.2)
1.21.19-release-hotfix
- Fix layer not in the release version.
1.21.18-release
- Reworked the project structure for multi-version support.
- Added support for Forge 1.14.4, 1.15.2, 1.16.5, 1.17.1, 1.18.2, 1.19.2, and 1.20.1.
- Added support for Fabric 1.18.2, 1.19.2, 1.20.1, and 1.21.1.
- Added support for NeoForge 1.21.1.
- Fixed an issue in the Create filter removal logic.
- Added an experimental checker for Create: Aeronautics
0.21.18-release
- Fix the wrong remove in Create filter.
0.21.17-release
- Fix Mekanism structure destroyed in upload.
0.21.16-release
- Modify translate.
- Add support for fluid tank.
- Fix config register method.
- Add Japanese language support.
0.21.15-release
- Fix 1.21.1 neoforge clipboard problem.
- Fix config crush problem.
0.21.14-release
- Add compat for pattern schematic.
- Fix check logic to maintain thread robust.
0.21.13-release
1.Add supportive to Axiom copycats place.
0.21.12-release
- Add a degree config para to allow some blueprint.
- Fix neoforge blueprint can't check in forge.
- Add a degree show when conveyor more than 45°.
0.21.11-release
- Fix a check problem in CopyCats.
0.21.10-release
- Fixes ban entity do not work.
0.21.9-release
- Fix a wrong check on copycats.
- Add a broken schematic fix.
- Add problem schematic upload.
0.21.8-beta
- Fix a crush problem.
- Add problem uploaded hook.
0.21.7-beta
- Add a new method; now you can choose a whitelist of which mod should save nbt. All other mods will not print with nbt, which can prevent all unknown mod bugs like palette data.
- Fix a bug about block output.
- Supply missing translating.
0.21.6-beta
- Remove junk Output.
- Add a new function. Now you can use /csc help to know what's new.
- Fix a bug when checking copycats.
0.21.5-beta
- Fix Neoforge clipboard check problem and also strength another version.
0.21.4-beta
- Fix a copyCats error print problem.
0.21.3-beta
- Change Default language for a problem.
- Fix when change track shape causes a render problem and crash potential risk in 0.5.1j and before.
0.21.2-alpha
- Fix copycats check bug in the first rule.
- Fix many problems at base\core.
0.21.1-alpha
- Fix some bugs in the online method.
- Add more check method from twilight forest.
- Add more capability when using 6.0.+ versions schematic upload checking in low Create versin.
0.21.0-alpha
- Add a stable version.
- Fix many bugs.
0.20-demo
- Plant core.
1.15.2-2.27.43-0.3.1-forgeРелиз1.15.2 · 14 августа 2026 г.
2.27.43-release
- Recover missing or malformed schematic statistic values instead of failing CSC startup.
- Make the Create 6 radial-wrench packet guard runtime-configurable and disabled by default.
- Report malformed Create super-glue entities with missing or invalid endpoints as CannotCheck instead of throwing a generic NBT error.
2.27.42-release
- Fix Create 6.0.8 packet-guard Mixin descriptors across Forge, Fabric, and NeoForge; eliminate the NeoForge chain-rider shadow metadata warning.
- Upload schematics that were modified by mod whitelist filtering, so compatible blocks can be reviewed and explicitly allowed in future rules.
- Add chain command blocks, repeating command blocks, and structure blocks to the default schematic banblock list.
- Prevent legacy Create targets from loading the Create 6-only filter packet Mixin and crashing at startup.
2.27.37-release
- Rework abnormal-schematic reporting around the authenticated v2 API, with retry retention after upload failures.
- Add a runtime-configurable, cross-version switch for the Quark fluidlogged-lava duplication repair. (#11)
- Restore Sable/Create Aeronautics cross-sublevel fluid pumping on NeoForge 1.21.1. (#12)
- Fix Create radial-wrench, chain-conveyor rider, and filter-item packet exploits.
- Prevent CSC scan/report tasks from being submitted while the server is stopping; fix the NeoForge chain-rider startup crash.
- Harden malformed schematic palette handling and preserve valid air/Copycats data.
- Add modern Create Big Cannons fuze-component compatibility, including valid empty components.
- Refresh migrated runtime configuration, complete translations, and make Create packet guards configurable.
- Improve legacy dependency caching and idempotent/streaming release uploads.
1.21.27-release
- Fix Quark fluidlogged grate lava duplication on Create 6 / NeoForge 1.21.1.
- Fail closed when a schematic cannot be read or checked, and validate uploaded schematic paths before accessing files.
- Close schematic NBT input and output streams reliably.
1.21.26-release
- Add detection for tripwire string duper schematics.
- Sanitize tripwire and tripwire hook powered states after schematic checks.
- Refactor independent NBT check modules into separate checker classes.
- Stop packaging and publishing the unmaintained Forge 1.14.4 build.
1.21.25-release
- Fix data structure can't be read in the new version.(>1.20.1)
- Full fix for all version clipboards.
1.21.24-release
- Fix config overwrite mistake when launch game. (#10)
1.21.23-release
- Fix unknown entity crash when schematic entities have no id.
- Remove invalid entities without id and output a warning.
- Add missing entity id warning translations.
1.21.22-release
- Add config migration after version updates.
- Regenerate config files after version updates and notify operators about the migration.
- Add missing Create: Aeronautics compatibility entries.
1.21.21-release
- Add whitelist mode scan-complete notice and config/command switch.
- Fix the console format mistake.
- Fix the reload delay problem.
- Fix low version refmap problem.
- Fix some block can't print in Create:Aeronautics. All blocks can be printed now.
1.21.20-release-hotfix
- Fix fabric map mistake (crash).
- Add support mark for Quilt (need fabric api and choose ignore java versions).
- Fix script problem (1.15.2)
1.21.19-release-hotfix
- Fix layer not in the release version.
1.21.18-release
- Reworked the project structure for multi-version support.
- Added support for Forge 1.14.4, 1.15.2, 1.16.5, 1.17.1, 1.18.2, 1.19.2, and 1.20.1.
- Added support for Fabric 1.18.2, 1.19.2, 1.20.1, and 1.21.1.
- Added support for NeoForge 1.21.1.
- Fixed an issue in the Create filter removal logic.
- Added an experimental checker for Create: Aeronautics
0.21.18-release
- Fix the wrong remove in Create filter.
0.21.17-release
- Fix Mekanism structure destroyed in upload.
0.21.16-release
- Modify translate.
- Add support for fluid tank.
- Fix config register method.
- Add Japanese language support.
0.21.15-release
- Fix 1.21.1 neoforge clipboard problem.
- Fix config crush problem.
0.21.14-release
- Add compat for pattern schematic.
- Fix check logic to maintain thread robust.
0.21.13-release
1.Add supportive to Axiom copycats place.
0.21.12-release
- Add a degree config para to allow some blueprint.
- Fix neoforge blueprint can't check in forge.
- Add a degree show when conveyor more than 45°.
0.21.11-release
- Fix a check problem in CopyCats.
0.21.10-release
- Fixes ban entity do not work.
0.21.9-release
- Fix a wrong check on copycats.
- Add a broken schematic fix.
- Add problem schematic upload.
0.21.8-beta
- Fix a crush problem.
- Add problem uploaded hook.
0.21.7-beta
- Add a new method; now you can choose a whitelist of which mod should save nbt. All other mods will not print with nbt, which can prevent all unknown mod bugs like palette data.
- Fix a bug about block output.
- Supply missing translating.
0.21.6-beta
- Remove junk Output.
- Add a new function. Now you can use /csc help to know what's new.
- Fix a bug when checking copycats.
0.21.5-beta
- Fix Neoforge clipboard check problem and also strength another version.
0.21.4-beta
- Fix a copyCats error print problem.
0.21.3-beta
- Change Default language for a problem.
- Fix when change track shape causes a render problem and crash potential risk in 0.5.1j and before.
0.21.2-alpha
- Fix copycats check bug in the first rule.
- Fix many problems at base\core.
0.21.1-alpha
- Fix some bugs in the online method.
- Add more check method from twilight forest.
- Add more capability when using 6.0.+ versions schematic upload checking in low Create versin.
0.21.0-alpha
- Add a stable version.
- Fix many bugs.
0.20-demo
- Plant core.
Комментарии
Загружаем…