Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
All versions
v1.82.3-mc26.1.2
Release
Carpet TIS Addition v1.82.3 for mc26.1.2last week 1,924
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
News
- Add
/manipulate chunk inhabitedTimecommands (#281)
Changes
- Updated largeBarrel.compat.malilib version requirement range for newer malilib versions
- Added hard dependency confliction with vulnerable litematica versions, see https://github.com/sakura-ryoko/litematica/security/advisories/GHSA-mqj4-vj3c-mmwx
Fixes
- Fixed entityIdCounter logger crash in mc26.2+ (#282)
Patches
v1.82.1
- Added hard dependency confliction with vulnerable servux versions, see https://github.com/sakura-ryoko/servux/security/advisories/GHSA-4x67-52jx-vr7m
v1.82.2
- Fixed unexpected incompatibility with litematica with version 0.0.0-xxx
v1.82.3
- Improved mixin compatibility with other mods by removing the
overwrites.requireAnnotationsfrom the mixin config
Build Information
- File name:
carpet-tis-addition-v1.82.3-mc26.1.2.jar - SHA-256:
42ee0723109608407e0ce1eea3c62c3de11d9e7cad82911c98626d566b642f2c - Built from: https://github.com/TISUnion/Carpet-TIS-Addition/actions/runs/29356289169
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:jE0SjGuf:BOmH0tib"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jE0SjGuf:BOmH0tib"
}


