4.2.0
Compatibility
Changes
Added the following plushies:
-
Junimo plushies were added! (RARITY: COMMON). (from Stardew Valley, includes nine styles of different colors!).
- Has a special RAINBOW style, can be obtained VERY rarely in boxes.
-
Ultimate Chicken plushies were added! (RARITY: UNCOMMON). (from Ultimate Chicken Horse, includes a second style based on the macaw transformation!).
-
Vault Boy plushies were added! (RARITY: RARE). (from the Fallout Series, includes a second style with the thumbs up pose!).
Styles added:
- Added a golden style for Rambley plushies.
- Added a special RAINBOW style for crewmate plushies, can VERY rarely be dropped in boxes.
Changes and fixes:
- The Rainbow sheep (AKA: jeb_ sheep) plushie is now obtainable!, it can VERY rarely be dropped in boxes.
- Changed Isaac plushies textures (including styles).
- Azazel plushies now have it's wings rotated backwards.
- Henry Stickmin plushies now have their eyebrows higher, begin more accurate to the original character.
- Monika's skirt was redesigned to be 3D.
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:EnHNgJd3:lsChkxIY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EnHNgJd3:lsChkxIY"
}

