Tags
Creators
Details
All versions
20.1.5
Release
NiftyCarts 20.1.510 months ago 1.22M
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
What's new
- Added Wagon: It is a bigger cart. You can add a roof to it by clicking 5 carpet on the top part of the wagon. Using chests on the bottom part adds up to three chests with each 36 slots. Add more chests reduces the number of seats.
- Added a config option to disable cart interaction in Adventure mode
- Carts can also be locked by changing their entity data using commands (e.g
/data modify entity <UUID> Locked set value true) - Added more stats
- Added advancements
What's Changed
- Reaper model has been adjusted
- Slow mode now works even when no cart is connected to mount
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| niftycarts-20.1.5-sources.jar | Unknown | 452.13 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:CXd6g9xp:zyBJRh6a"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CXd6g9xp:zyBJRh6a"
}


