All versions
0.2.0
Release
createefficientgauge 0.2.0last week 142
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Changes
0.2.0
This version expanded optimizations to more create and vanilla block entities, and renamed to Create Efficient Visuals; however, modrinth link still uses the old name.
- Added a client config file with independent toggles for each optimization.
- Added retained Flywheel rendering for Rotation Speed Controller brackets.
- Added chunk-baked rendering for vanilla beds.
- Added baked rendering for vanilla sign wood and hanging-sign chains (text rendering not optimized).
- Added chunk-baked decorated-pot geometry with four pottery patterns.
- Added (defensive) compatibility handling for Enhanced Block Entities and Better Beds to avoid overlapping vanilla replacements.
Compatibility
- Minecraft: 1.21.1
- NeoForge: 21.1.219 or newer
- Create: 6.0.10
- Flywheel: 1.0.6 or newer
- Remove the old
createefficientgaugeJAR before installing this release because the mod ID changed.
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:iNk9ocsT:7Q4JH5yN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iNk9ocsT:7Q4JH5yN"
}

