All versions
v0.5.0-mc1.21.3
Alpha
Stuffed! v0.5.02 months ago 14
Compatibility
Minecraft: Java Edition
1.21.3
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- v0.5.0 (717d3af)
- chore: bump version number (2d0bf36)
- fix: whoops. (forgot an underscore in the white_wool part... yikes) (30c24e6)
- fix: crafting recipe errors fixed. (a11d180)
- fix: i forgot minecraft uses #s now (b498f81)
- fix: needed "type" feild for recipe (ed37f01)
- fix: consistent key types for sheep (58f6d56)
- feat: crafting recipe for Wolf plush (fa267da)
- feat: crafting recipe for Sheep plush (70025a5)
- chore: updated the code a tad bit to be more up to regulations (capitalizing some things) (fa61c3c)
- feat: crafting recipe for Arctic Fox plush (7b55e5b)
- feat: crafting recipe for Seal plush (0c7e72d)
- feat: crafting recipe for FirewallVT plush (6fd6ecf)
- chore: well, something's deleted. not sure what. (Minecraft_Server.xml) (1ac6977)
- featured a fix and fixed a feature: canvas works, shows in hand/on the ground, and, best of all, IS CRAFTABLE (6ab14b1)
- chore: update .gitignore (3fa959d)
- chore: update .gitignore (86a81ba)
- fix: OH MY GOD FINALLY (attempted a fix for the crafting recipe for the canvas) (101a1cf)
- fix?: re-did ALL of the canvas code, made it placeable. nothing works except for that. (b4c4e07)
- Revert "hi, modrinth :)" (beaa075)
- Revert "fix: increase JVM heap to 3GB and correct Java version logic" (2183a2e)
- Revert "fix: IDE should now run minecraft" (01e24ab)
- Revert "fix: added a registry key" (501f8cb)
- Revert "feat: crafting recipe added for the canvas item" (982d897)
- Revert "chore: add missing translation keys" (4e0d111)
- Revert "feat: shhh" (6f8db70)
- Revert "feat: plush canvas doesn't work :D everyone celebrate" (9f8e3f6)
- Revert "fix: plush canvas model and crafting recipe should work" (3ea6491)
- Revert "Add Plush Canvas item model and update registration" (0f6c9e7)
- Revert "fix: please fix" (dfade67)
- fix: please fix (6ba859e)
- Add Plush Canvas item model and update registration (ac881c1)
- fix: plush canvas model and crafting recipe should work (e1a9791)
- feat: plush canvas doesn't work :D everyone celebrate (8dbb4b3)
- Merge remote-tracking branch 'origin/development' into development (1c2add2)
- feat: shhh (d266136)
- chore: add missing translation keys (c8a5805)
- feat: crafting recipe added for the canvas item (5f3fb78)
- Merge pull request #46 from hackrxd/crowdin-translations (65e2558)
- fix: added a registry key (47038dd)
- fix: IDE should now run minecraft (b2cb19e)
- fix: increase JVM heap to 3GB and correct Java version logic (44cd0cc)
- hi, modrinth :) (1a69de1)
- fix: lowercase locale filenames for Minecraft (458cff8)
- New Crowdin translations by GitHub Action (6f81338)
- Merge remote-tracking branch 'origin/development' into development (035e57a)
- Merge pull request #45 from hackrxd/crowdin-translations (b4cc451)
- Merge branch 'development' into crowdin-translations (4a1ec8b)
- Merge remote-tracking branch 'origin/development' into development (2cdba7c)
- fix: lowercase locale filenames for Minecraft (edf452d)
- New Crowdin translations by GitHub Action (76622b5)
- Merge pull request #43 from hackrxd/crowdin-translations (14d65c5)
- chore: bump version number (4746a46)
- chore: commit leftovers (8391f33)
- fix: lowercase locale filenames for Minecraft (fd84788)
- New Crowdin translations by GitHub Action (51f2f04)
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| stuffed-0.5.0+1.21.3-sources.jar | Unknown | 90.98 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:HlFxdoCD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uFJpd4nb:HlFxdoCD"
}

