All versions
v0.5.2-mc1.21.2
Alpha
Stuffed! v0.5.2yesterday 3
Compatibility
Minecraft: Java Edition
1.21.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- v0.5.2 (hotfix) (57eb3e3)
- chore: bump version number (b867992)
- fix: allow 1.21.11 to build (1ad431a)
- v0.5.1 (e3fcafa)
- Merge remote-tracking branch 'origin/development' into development (eec9dd7)
- chore: bump version (640409c)
- add: cow plush (5844006)
- Merge pull request #51 from hackrxd/crowdin-translations (15f48ce)
- fix: lowercase locale filenames for Minecraft (7d2be2a)
- New Crowdin translations by GitHub Action (6805037)
- Merge pull request #50 from hackrxd/crowdin-translations (5caf195)
- fix: lowercase locale filenames for Minecraft (9fe8af7)
- New Crowdin translations by GitHub Action (6bca2f5)
- Merge pull request #49 from hackrxd/crowdin-translations (27ed2b0)
- fix: lowercase locale filenames for Minecraft (82777c5)
- New Crowdin translations by GitHub Action (8d81669)
- Add Cow Plush item and block to localization (7659a30)
- Create cow.json for blockstate with variants (bf652bb)
- Add cow model JSON for stuffed item (ce207ab)
- add: cow plush textures (504b3a1)
- add: cow plush legacy item model (1d5ba2f)
- add: cow plush block model (faca652)
- Merge pull request #48 from hackrxd/crowdin-translations (f19df0a)
- fix: lowercase locale filenames for Minecraft (5f61cbf)
- New Crowdin translations by GitHub Action (fcb3f28)
- chore(lang): remove stale translation files before sync (40b59e8)
- Cleanup release.yml by removing old Minecraft versions (9e6057c)
- (un)experiment: nvm i give up (aef27bb)
- Add support for Minecraft versions 1.21.5 to 1.21.10 (8ce09b0)
- experiment: versions (d3577fa)
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| stuffed-0.5.2+1.21.2-sources.jar | Unknown | 94.26 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:uFJpd4nb:GHlrCKMb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uFJpd4nb:GHlrCKMb"
}

