Tags
Creators
Details
Licensed MIT
Published 3 months ago
Updated last month
All versions
1.2.2-fork.13+26.2
Beta
v1.2.2-fork.13+26.2 (Fabric Beta)last month 8,950
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Changes
CIT Resewn Continuation 1.2.2-fork.13+26.2
Compatibility release for Minecraft 26.2 on Fabric.
Fixed
- Ported the latest 26.1.x Fabric release line to Minecraft 26.2.
- Updated the build target to Fabric Loader 0.19.3 and Fabric API 0.154.2+26.2.
- Updated optional integration compile targets to Mod Menu 20.0.0-beta.4 and Cloth Config 26.2.155.
- Retargeted the chat config command mixin to the 26.2
Gui.setScreencall site. - Kept the defaults module bundled inside the main jar.
Validation
- Built successfully with Java 25.
- Launched on Fabric 0.19.3 with Fabric API 0.154.2+26.2.
- Manually tested in the Barely Default display world with item models, texture-only CITs, armor CITs, and elytra CITs.
- Confirmed that resource reload completes successfully with the large Barely Default CIT pack enabled.
Install
Install only the main jar:
citresewn-continuation-1.2.2-fork.13+26.2.jar
Do not install the standalone defaults jar; it is bundled inside the main jar.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| citresewn-continuation-1.2.2-fork.13+26.2-sources.jar | Source jar | 146.8 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:8auYYPlH:VftogBGR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8auYYPlH:VftogBGR"
}

