All versions
24.0.mod
Release
Vanilla+ | Version 24.0 (Mod)2 months ago 9,823
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.9–1.21.11
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Changes
Now for Version 26.2! A couple new items and an overhauled internal file structure!
- Crab Claw: a new item based on the 2023 Mob Vote! This item can be dug up in Suspicious Sand or Gravel in Ocean Ruins, and it allows you to place blocks from further away, just as it would have done if the Crab mob had been added to the game.
- Display Case: this item can be placed in item frames, and is intended to be used as a way to more easily display items using item frames or armor stands! For example, if you have a trophy wall, then you could put an item on the wall and a display case on the block directly in front of it so that it looks like the item is encased in glass!
- Misc: all of the files in the Resource Pack have FINALLY been moved to their own directory. I have kept the old directory intact because otherwise it would cause you guys to have to start all-new worlds with this new version, but just know that in the future, no textures should break.
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:9eokjKUM:8m2ZUSs9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9eokjKUM:8m2ZUSs9"
}

