Tags
Creators
Details
Licensed GPL-3.0-only
Published 10 months ago
Updated last month
All versions
1.21.1-0.21.18-6.0
Release
CSC_v0.21.18_for_Create_v6.0_neoforge5 months ago 4,942
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Server-side
Required content
Any compatible version
Changes
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:aDrjKlDx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ULzrAD1U:aDrjKlDx"
}

