Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 years ago
All versions
2.0.2+1.19
Release
2.0.2+1.193 years ago 1.07M
Compatibility
Minecraft: Java Edition
1.19–1.19.2
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
- Fix
matchBlocksaccepting at most one block state property per block - Fix empty
biomesproperty value causing an error - Fix
weightsranges accepting values less than 1 - Fix
matchTilesparsing resetting the sprite namespace if the path does not contain a slash - Only convert unspecified sprite location namespace when path starts with "optifine/"
- Remove
weightproperty - Add
prioritizeboolean property - Add
optifineOnlyboolean property - Add
disableSolidCheckboolean property toblock.propertiesfor better Optifine parity - Fix
ctm_compactnot replacing sprite in no-split case - Fix
randomsometimes getting block states more than two positions away from the origin position - Add compatibility for CIT Resewn emissive textures
- Fix block emissives checking the wrong feature state
- Disable connected and emissive textures for blocks being moved by pistons
- Add Czech translation
- Add Korean translation
- Add Portuguese translation
- Add Tagalog translation
- Add Ukrainian translation
- Update German translation
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| continuity-2.0.2+1.19-sources.jar | Unknown | 961.35 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:1IjD5062:Ql3Ho9eR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1IjD5062:Ql3Ho9eR"
}
