Links
Tags
Creators
Details
2.7
Compatibility
Changes
A while back, I ported this datapack into a proper mod, but I received feedback from many people asking me to bring back the datapack version. Because of this, I don't plan to update the mod version of Crab From Mob Vote anymore (probably💀) and am going back to working on the datapack version.
- Updated to version 26.3 (snapshot)
- Removed Crab Meat and Crab Stew
- Fully rewritten code
- Moved from
OBJMCtoOBJ^3(OBJ-CUBED) - Added Crab Master Potion (only basic one because of brewery recipe limitations)
- Added new model for baby crabs to match the Tiny Takeover update style
- Added dynamic scaling & NBT modification support. The crab now adapts to changes in size or age. If you modify its
minecraft:scaleattribute or change itsAgeNBT dynamically (via commands/other datapack), the model and height translation will instantly update without visual glitches
Known incompatibilities
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Crab From Mob Vote [Resourcepack].zip | Required resource pack | 362.21 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:ChMSwwdE:nCFaaifM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ChMSwwdE:nCFaaifM"
}

