Tags
Creators
Details
Licensed Apache-2.0
Published 2 years ago
Updated 10 months ago
All versions
fabric1.21.2-1.1.0
Release
MightyRacingMod-fabric1.21.2-1.1.010 months ago 122
Compatibility
Minecraft: Java Edition
1.21.2–1.21.4
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Changes
Major:
- Added config functionality
- Added Durability System! When durability reaches 0, the driver is sent to the shadow realm (disqualified). You can disable durability entirely by ignoring it in the /racestatus command. In the config, you can define how quickly durability decreases
- You can now define the required number of pitstops for a race in the /racestatus command. If a driver fails to make the required number of pitstops, they are sent to the shadow realm (also disqualified)
- Added Statistics functionality (and /stats command). You can disable statistics in the config
- Added Selector Helper, accessible via /mightyracing select. It helps you easily generate player selectors for an area
Minor:
- You can now use the shortcut /mr instead of /mightyracing
- Players can now change their racing nickname even when they are not a driver
- Players now can join a race/quali that hasn't started yet
- Added a config option to define how many checkpoints can be skipped
- Added a config option to allow lapped drivers to complete all their laps even after another driver finishes
- Additional info is now displayed in chat when the race status changes
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:rsAD4KjC:EoipuNpx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rsAD4KjC:EoipuNpx"
}

