Links
Tags
Creators
Details
1.1.0+1.20
Compatibility
Changes
[!WARNING]
Please do NOT use this version! Consider upgrading tov2.0.0, or, at the very least, downgrading tov1.0.0.I was misled by an anecdotal report of performance degradation from a Windows user. It turned out to be just Windows doing regular Windows stuff - telemetry, updates, you know the drill - while my friend was testing the mod on their machine. And this wouldn't be that bad, except that the "fix" in question turned out to be far more important than I initially thought, so its removal caused a bunch of previously unforeseen issues. Thus, the "fix" is reintroduced in
v2.0.0and is here to stay.
Fixes
- Removed the "fix" for window flickering on Windows, as it turned out to be too costly to justify.
Full Changelog: 1.0.0+1.20...1.1.0+1.20
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| cubes-without-borders-1.1.0+1.20-sources.jar | Unknown | 30.7 KiB |
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:ETlrkaYF:IQtaUFAv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ETlrkaYF:IQtaUFAv"
}

