1.4.9+mc1.20.1-forge
Compatibility
Changes
Performance and Rendering Optimization
Version 1.4.9 is the formal performance release for the camouflage and vehicle attachment refresh. It retains the 1.4.8 content work while targeting large installations and resource loading.
- Single-atlas UV sampling replaces 13,696 pre-sliced Copycats+ camouflage textures per supported version.
- Connected camouflage drops from 64 states to one state per block, and newly placed blocks no longer create decal block entities.
- Legacy 1.21.1 decals migrate to sparse world data; single-block updates no longer copy the complete decal table.
- Worst-case slat armor geometry drops from roughly 108 faces to 12, with state combinations reduced from 256 to 32 per color.
- Slat selection/collision shapes are precomputed, and world decals are culled by view distance.
- The camouflage, military solid-color, attachment, deck hatch, recipe, loot, tooltip, and localization refresh remains included.
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:m0bvDj9D:IsTfC7b3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:m0bvDj9D:IsTfC7b3"
}

