Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 3 weeks ago
All versions
v1.67.1-mc1.21.6
Release
Carpet TIS Addition v1.67.1 for mc1.21.6last year 6,756
Compatibility
Minecraft: Java Edition
1.21.6
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
News
- MC 1.21.6 support
- Add rule
wetExplosionReintroduced(#203) for MC < 1.21.2 or > 1.21.5
Changes
- Optimized
StackTracePrinter#toSymbolText, make hover text shown on those$stack trace symbols nicer (#215) - Enclude mixinextras when the fabric loader already has it, i.e. in mc >= 1.21.5
- Remove rule
railDupingFixin subproject 1.16+, since it's already fixed in vanilla 1.16.2 (#216)
Fixes
- Make sure no scientific notation is returned in
TextUtils#tp(e.g. coordinate near the world border) - More mixin-extras
@ModifyExpressionValueabuses for better mod compatibility (#217) - Fixed
largeBarrelmc1.21+ compactitibility codes not work with malilib >=0.24 - Improved rule
largeBarrel's compatibility with minihud's inventory preview if itsentityDataSyncLoadNbtis enabled (#200)
Patches
v1.67.1
- Fixed
/player xxx spawncommand not working (#219, #220)
Build Information
- File name:
carpet-tis-addition-v1.67.1-mc1.21.6.jar - SHA-256:
f71f27d89efebc158b9cc2b2a6b5962f7a6c3369cbe47a43655946655a468a0d - Built from: https://github.com/TISUnion/Carpet-TIS-Addition/actions/runs/15753164976
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:HsayMI7r"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jE0SjGuf:HsayMI7r"
}


