Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 5 days ago
All versions
v1.72.2-mc1.21.8
Release
Carpet TIS Addition v1.72.2 for mc1.21.88 months ago 2,796
Compatibility
Minecraft: Java Edition
1.21.6–1.21.8
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
News
- MC 1.21.11 support
Changes
- Migrated from yarn to mojmap
- Attempted to improve
UpdateSuppressionExceptions.createWrapperdetection
Fixes
- Fixed incorrect zh_cn rule description of
dispenserNoItemCost(#235) - Fix carpet's printMobcapsForDimension NPE issue in mc1.21.9+
- Fixed mc version requirement for rule
zombifiedPiglinDropLootIfAngryReintroduced, it should work in mc1.21.5+
Patches
v1.72.1
- Fixed incompatibility with malilib (#242)
v1.72.2
- Optimized rule
yeetUpdateSuppressionCrash
Build Information
- File name:
carpet-tis-addition-v1.72.2-mc1.21.8.jar - SHA-256:
a9fad794827a1b69d6c6aa38f1abf95079e6338491b7406e9759762b160c76fd - Built from: https://github.com/TISUnion/Carpet-TIS-Addition/actions/runs/20313800236
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:PUZpDpEj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jE0SjGuf:PUZpDpEj"
}


