Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated yesterday
All versions
0.4.1-beta.1.0+26.2
Beta
0.4.1-beta.1.0 for 26.2last month 165.8K
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Server-side
Client and server
Changes
C2ME 0.4.0+beta.1, 0.4.1-beta.1 is released
This releases introduces several major features.
High-level changelog:
- feat: Completely revamped the Density Function Compiler
This makes default Tectonic configuration on 26.1.2 go 90% faster than without DFC- new: optimization passes in the compiler
- refactor: split backend into its own packages
- new: graphviz DOT backend
- new: OpenCL C backend
- feat: Experimental OpenCL-accelerated world generation
This is distributed as a separate project, and is licensed separately See mod page for more details: https://modrinth.com/mod/c2me-ocl - feat: heavily improved the scalability and reliability of the scheduler
This helps vanilla overworld to scale up to ~90 cores (with CPU only) - perf: more aquifer micro-optimizations and native acceleration
- perf: avoid full chunk copy for unload serialization
- feat: chunkSendingSpeedMultiplierPercentage, adds a multiplier to the vanilla chunk sending speed
- change(gcFreeChunkSerializer): completely removed compatibility for the deprecated Starlight lighting format
- fix: a bunch of stuff and there's too many of them
Compatible versions:
- 26.2 for Fabric
- 26.1.2 for NeoForge, Fabric
- 1.21.11 for Fabric
- 1.21.1 for NeoForge, Fabric
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:VSNURh3q:hfq4dPFH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VSNURh3q:hfq4dPFH"
}

