![[CIT] CustomItemTextures](https://cdn.modrinth.com/data/G2Ib5c56/85b8f0180610aa4f4fe9442f6e8cd0672bf4c321_96.webp)
[CIT] CustomItemTextures
ArchivedMCPatcher's CIT w/o OptiFine. A reliable fork of CITResewn!
77.7K
58
77.7K
58
[CIT] CustomItemTextures has been archived. [CIT] CustomItemTextures will not receive any further updates unless the author decides to unarchive the project.
All versions
1.0.0+1.20.4
Release
1.0.0+1.20.42 years ago 77.6K
Compatibility
Minecraft: Java Edition
1.20.4
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- Updated to 1.20.4 (dicedpixels)
- Feature: "exists:" prefix (BlendyDev)
- Improve performance of NBT String parsing (wahfl2)
- Fix any unknown condition breaks cit completely (HiWord9)
- Add null checks to enchantment type (dbrighthd)
- Update lastCachedStamp on cache hit (NickNackGus)
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| cit-1.0.0+1.20.4-sources.jar | Unknown | 131 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:G2Ib5c56:TpqaM4ju"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:G2Ib5c56:TpqaM4ju"
}


