Tags
Creators
Details
Licensed CC-BY-4.0
Published 2 months ago
Updated last month
All versions
1.2.1_Fabric_1.21.11
Release
Modern Minecarts 1.2.1-1.21.11last month 195
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Changes
v1.2.1 Changelog
- Added config option for vanilla powered rail speed
- Fixed Server side issues on Forge versions
- Removed more debug statements
v1.2.0 Changelog
Feature Changes
- Removed Copper smithing templates.
- Added Copper Rail crafting recipe (Powered Rail recipe using copper).
- All modded crafting recipes now appear in the recipe book.
- Shift-right-clicking in the air with a chain now removes its linking nbt-data.
- Added Fabric and Neoforge as supported ModLaunchers.
- Added configs for custom rail speeds, disabling specific features and changing crafting recipe yields.
Bug Fixes
- Furnace minecarts now work independently from chained minecarts again
- Furnace minecarts no longer consume fuel on powered rails.
- Removed warnings and debug statements to prevent log spam.
- Fixed bug that prevented villagers from becoming toolsmiths
- Fixed issues with wax on and wax off achievements
- Improved architecture on Fabric and Neoforge, which should lead to more mod compatibility on these versions.
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:5k6mdRU9:98rTBXfO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5k6mdRU9:98rTBXfO"
}

