1.0.0
Compatibility
Changes
New Plushies
- 8 unique plush toys were added.
- With custom model.
- Unique textures.
- Special interactions.
Interactive sound system
- Stuffed animals now make sounds when you interact with them.
- Some sounds are: Funny, Mysterious, Soft or ambient.
- The foundation was laid for future exclusive and personalized sounds for specific plush toys.
Rarity system
- Stuffed animals now have quality levels:
- ⚪ Common
- 🟣 Epic
- The oddities affect:
- Visual appearance.
- Exclusiveness.
- Stackable quantity.
Technical improvements
Initial compatibility with Minecraft 1.21.1. Basic model and rendering optimization. Improvements to interaction and placement of decorative entities.
In development
- Features planned for future versions:
- More plushies.
- Unique sounds for each character.
- Additional rarities.
- Secret events/hidden interactions.
- Possible collection system.
Known problems
- Some sounds still use temporary placeholders.
- Rarities do not yet affect gameplay mechanics.
❤️ Thanks for trying the beta ❤️
This is just the first experimental version of PlushysMod. More content, secrets, and plushies will arrive in future updates.
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:3unqmDOi:8zV4YCyY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3unqmDOi:8zV4YCyY"
}

