2.0.193+b1e4035
Compatibility
Required content
Changes
This update uses MagicLib refactoring, so from now on you need to use MagicLib as a required dependency. Also we use our own SettingManager, you have to manually migrate the rule settings from carpet.conf manually and use the new command /carpet-tctc-addition to manage the rules.
Features
- New rule
disableParticlesPackets - New rule
dispenserCollectExperience - New rule
noteBlockChunkLoader - New rule
opLevelBelowSelf - New rule
voidDevouringBehavior - Support Minecraft 1.19.3
Fixes
- Compat Carpet Fixes (#7)
- Fix freecamRestoreLocation not working properly when force-gamemode=true (#12)
Patches
- Change setting manager to
carpet-tctc-addition - Enhanced
VoidDevouringBehaviorOptionsfeature - Set
enderPlatformdefault value toALL(MC 1.16+)
Full Changelog: https://github.com/The-Cat-Town-Craft/Carpet-TCTC-Addition/compare/1.1.8...2.0
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| CarpetTCTCAddition-1.14.4-2.0.193+b1e4035-stable.jar | Unknown | 137.12 KiB | |
| CarpetTCTCAddition-1.15.2-2.0.193+b1e4035-stable.jar | Unknown | 136.54 KiB | |
| CarpetTCTCAddition-1.16.5-2.0.193+b1e4035-stable.jar | Unknown | 138.36 KiB | |
| CarpetTCTCAddition-1.17.1-2.0.193+b1e4035-stable.jar | Unknown | 138.71 KiB | |
| CarpetTCTCAddition-1.18.2-2.0.193+b1e4035-stable.jar | Unknown | 138.66 KiB | |
| CarpetTCTCAddition-1.19.3-2.0.193+b1e4035-stable.jar | Unknown | 138.26 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:vbBQ6dVH:fpuCvSC2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vbBQ6dVH:fpuCvSC2"
}


