Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 18 hours ago
All versions
v1.78.2-mc1.21.11
Release
Carpet TIS Addition v1.78.2 for mc1.21.114 months ago 11.4K
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Required content
Any compatible version
Changes
News
- MC 26.1.1 support
- Added
/manipulate server entity_id_countercommand, to query / set / add the entity id counter- You can also use
/info server entity_id_counteror/info entity xxxfor queries
- You can also use
- Added
entityIdCounterlogger - Added rule
entityPathNavigationStuckDetectionUseRealTimeReintroduced(#263) - Added rule
chunkTickInEntityTickingChunksBackport(#244)
Changes
- Let rule
yeetUpdateSuppressionCrashsupportIllegalStateExceptionfrom the entity id suppression - Let rule
updateSuppressionSimulatorsupportIllegalStateException - Let rule
yeetUpdateSuppressionCrashsupport any kinds of exception fromupdateSuppressionSimulator - Let command
/info entityshow entity id - Lifetime tracker now supports tracking xp orb spawning from block drops (#265)
Fixes
- Lifetime tracker fix
LifetimeMixinUtil.xpOrbSpawningReasonis not reset ifLivingEntity#dropExperiencedoes not summon any xp orbs (#265) - (fabric carpet) Fixed potential carpet fake player outbound packet memory leak (gnembon/fabric-carpet#2169)
- Fixed Carpet-TIS-Addition's server-side translation fails to track player's language after player respawn
Patches
v1.78.1
- Fixed wrong default value of rule
entityPathNavigationStuckDetectionUseRealTimeReintroduced - Fixed wrong mc version in the description of rule
chunkTickInEntityTickingChunksBackport(#266)
v1.78.2
- (mc < 1.17) Fixed
lifetimeTracker_recordSpawning_blockDrop_commonXpOrbmixin crash with old fabric loaders
Build Information
- File name:
carpet-tis-addition-v1.78.2-mc1.21.11.jar - SHA-256:
b1587874ff45a663ae4f60e11ed7752660f0722f0c8b224046ac617551c12cde - Built from: https://github.com/TISUnion/Carpet-TIS-Addition/actions/runs/23996496672
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:FDT52RMA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jE0SjGuf:FDT52RMA"
}

