Tags
Creators
Details
Licensed GPL-3.0-only
Published 10 months ago
Updated 17 hours ago
All versions
1.14.4-1.21.25-0.2.3-forge
Release
CSC_v1.21.25_for_Create_v0.2.3_forge3 months ago 24
Compatibility
Minecraft: Java Edition
1.14.4
Platform
Forge
Supported environments
Client-side
Server-side
Required content
Any compatible version
Changes
1.21.25-release
- Fix data structure can't be read in new version.(>1.20.1)
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.
Optional dependencies
Any compatible version
Any compatible version
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:ULzrAD1U:iPUkX3Uf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ULzrAD1U:iPUkX3Uf"
}

