Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated last year
All versions
1.13.3
Release
Perfect Plushies 1.13.3 [Fabric]last year 357.4K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Versions 1.13.3
- Fixed an issue where fabric would not load on server.
Version 1.13.2
- internal api update.
Version 1.13.1
- Fixed Player Plushie Rendering.
Version 1.13.0
- Added Config Options to Fabric for Chest Loot Drops.
Version 1.12.0
- Rename Rabbit plushie to Brown Rabbit plushie
- New plushies:
- White rabbit
- Koala
- Fennec fox
Version 1.11.1
- Fixed Forge JarInJar
Version 1.11.0
- Added three new plushies
- Quokka
- Hedgehog
- Aye-Aye
- Remodeled two plushies
- Hippo
- Rabbit
- Updated promotional material (new icon, banner, and gallery)
Version 1.10.1
- Fixed Forge JarInJar
Version 1.10.0
- New mythical Dumbo Blob plushie with a special animation
- Adjusted rarity of plushies
Version 1.9.0
- Made all plushies wearable on the head
- New plushies:
- Robin
- Hummingbird
- Made player plushies send a message under the name of "Player Plushie" instead of plushie
- Made dropped duck plushie item smaller
Version 1.8.0
- Rephrased "Early Supporter" tooltip to "Community Pillar"
- Retextured, resized, and optimized goose plushie
- Renamed old deer plushie to "Doe Plushie"
- New player plushie
- New animal plushies:
- Duck
- Rubber duck
- Reindeer
- Mouse
Version 1.7.0
- New plushies:
- Snow fox
- Goose
- Red panda
- Seal
- Rename fox plushie to red fox plushie
Version 1.6.0
- Add wandering plushie trader spawn egg
- Add the following animal plushies: raccoon, lemur, and panda
Version 1.5.0
- Added wandering plushie merchant
Version 1.4.0
- Changed mod icon to use new fox plushie model and increase quality
- Added new animal plushies: turtle, cat, dog, and monkey
- Added two new player plushies
- Make dog and cat plushies appear closer to the start of the mod group
- Update mod to be compatible with the latest version of GeckoLib
Version 1.3.0
- Retextured and revamped animal plushies
- Made display settings of animal plushies more consistent
- Removed dog and cat plushies
- Added lion cub plushie
- Added 4 new player plushies
- Tweaked display settings of player plushies
- Made player plushies display last in creative tab
Version 1.2.1
- Fixed rare player plushie not visible
Version 1.2.0
- Added rare player plushie
- Added common player plushie
- Added cat plushie
- Added capybara plushie
- Re-Adjusted Spawn Rates
Version 1.1.0
- Added brand-new player plushies!
- Added Forge port
- Added all plushies to separate item group
- Retextured rabbit and hippo plushies
- Decreased chances of animal plushies spawning slightly
- Fixed "Hehe!" message displaying to all players in a server
- Fixed many plushies being mined with fortune pickaxes
Version 1.0.2
- Add spanish translation
- Port to 1.20.1
Version 1.0.1
- Update to 1.20
Version 1.0.0
- Initial release!
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:L5MLckDN:9ilpOTK1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:L5MLckDN:9ilpOTK1"
}


