Tags
Creators
Details
Licensed CC-BY-4.0
Published 3 years ago
Updated last month
All versions
v1.3-mod
Release
v1.3 [Mod]2 years ago 2,491
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
- Updated datapack/mod to 1.21-1.21.1 version
- Improved perfromance
- DATAPACK NO LONGER REQUIRES [RP]
- Skeleton Horse jockeys are more common now
- Added new gamerule: "allow.common.skeleton_horse.jockeys"
- Added summon command: "/function summon:mcs_trails_and_trips/"
- Cauldron brewing now requires warped wart block
- Added new gamerule: "allow.new.sniffer_digging.loot"
- Added give command: "/function give:mcs_trails_and_trips/"
- You can take items from warped cauldron, if you sneak
- Removed frost walker saddles
- Gamerule "allow.frost_walker.saddles" has been removed
- Camel step height has been buffed from 1.5 blocks to 2 blocks
- Buffed Camel speed from 0.135 to 0.15 (Vanilla value is 0.08), I made this change in order to compensate frost walker
- Added new gamerule: "allow.horse_armor.durability"
- Added Trail Chambers exploration map to Sniffer loot table
- Sniffer exploration map no longer depends on biome, it depends only on dimension
- Horse armor can be enchanted with chest and feet enchantments
- Horse armor takes 1 damage if player takes damage on it
- Update Showcase
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:QuKFEio7:zi3lKbb5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QuKFEio7:zi3lKbb5"
}

