Tags
Creators
Details
v1.13.0
Compatibility
Changes
Updated to v1.19.3 - This is the last time im doing an update myself
Removed Rules: - Fixed in Minecraft
catsBreakLeadsDuringGiftFix MC-202607 Same Fix
incorrectFallDamageFix MC-14167 Different Fix
wrongPressurePlateHitboxFix MC-248753 Close enough
shulkersAreLowerInChestBoatFix MC-249463 Same Fix
nbtDataDupeFix MC-112826 & MC-191011 Same Fix
merchantTradePacketExceptionFix MC-200000 Same Fix
frogJumpsIgnoreTemptedFix MC-249328 Same Fix
deathTimeCorruptsMobsFix MC-84873 Used requested fix in comments
horseDupeFix
chestBoatDupeFix
Removed Rules: - Does not fit with the mod/too hard to maintain
optimizedRounding
optimizedHypot
Fixes:
#116 - beeDupeFix prevents bees from entering hives
#117 - hardcodedSeaLevelFix causes a crash with Depth Meter from Additional Additions
#118 - Incompatablity with Creatures from the snow
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| carpet-fixes-1.19.3-1.13.0-sources.jar | Unknown | 331.16 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:7Jaxgqip:keNxajDd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7Jaxgqip:keNxajDd"
}

