All versions
1.0.2
Release
Banana SMP Plushies 1.0.2last month 9
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Player Plushies:
- AlexThatCutie
- SrNiix
New Stuff:
- Plushies can now be put on the players head (Sneak right click a plush with an empty hand)
- Blockbench Plushie (no player attachments)
Fixes/Changes:
- Updated textures for all colors of Fabric
- Updated texture for Wishingbonsai11's Plushie
- Plushie squeak sound is no longer client side
- Needle is now fire resistant
- Needle is now unbreakable
- Needle now deals 100,000 base attack damage
- Plush Mace now imitates the vanilla mace with 0.6 attack speed
- Plush Mace and Needle are now in the creative inventory
- Akira_Husky Plushie is now required to complete the 'Wildlife' advancement
- Fabric items can now be re-dyed
- Added Brown Dye recipe using Red, Yellow, and Blue Dyes
- Black Impostor Plush is now blast resistant
- Black Impostor Plush is now fire resistant -Renamed 'Black Impostor Plushie' to 'Black Impostor Plush'
- Changed the mod icon
- Included an extra .txt file in the mod .jar
- Removed luxaraw Plushie
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:Q3gdLmw0:Kd508RMc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Q3gdLmw0:Kd508RMc"
}

