All versions
1.2
Release
Item Speedrun - 1.2last month 76
Compatibility
Minecraft: Java Edition
1.21.8
Platform
NeoForge
Supported environments
Client and server
Changes
- Added a new type of run, Updates
- This new type of run works similarly to the Category runs, but each category here is focused on a different major update for the game. Each category contains items and blocks that were introduced in that update.
- (Note that some updates had to be grouped together, as some had very new items.)
- The following versions have an Updates category (18 in total),
- 1.0 (Adventure Update (Part 2))
- 1.2
- 1.3
- 1.4 (Pretty Scary Update)
- 1.5 (Redstone Update)
- 1.6 (Horse Update)
- 1.7 (The Update that Changed the World)
- 1.8 (Bountiful Update)
- 1.9 (Combat Update)
- 1.10 + 1.11 (Frostburn Update + Exploration Update)
- 1.12 (World of Color Update)
- 1.13 (Update Aquatic)
- 1.14 (Village & Pillage)
- 1.15 + 1.16 (Buzzy Bees + Nether Update)
- 1.17 + 1.18 (Caves & Cliffs: Part I + Caves & Cliffs: Part II)
- 1.19 (The Wild Update)
- 1.20 (Trails & Tales + Bats and Pots + Armored Paws)
- 1.21 (Tricky Trials + Bundles of Bravery + The Garden Awakens + Spring to Life + Chase the Skies)
- Added a new GUI and associated keybind for the Update run-type.
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:tJkdXEG3:BFo7h1D7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tJkdXEG3:BFo7h1D7"
}

