1.1
Compatibility
Required content
Changes
1.1.0 Updated for Shape Shifter Curse 1.9.1, with full support for the new spider form, a brand-new first-person snout and fangs view, plus a lot of new config and fixes. For Minecraft 1.20.1 (Fabric). New
First-person snout and fangs. Each feral form shows its own muzzle in first person (fox, wolf, cat, bat, axolotl) and the spider shows its fangs. It sways with your head movement and is fully adjustable in the config (size, opacity, sway, offset), with a toggle key (default K). Spider form (new in 1.9.1): fangs in first person on phases 2 and 3, and its own chat sounds. (despite axolotl doesn't have snouts in the model) Allay form recognized, with its own chat sounds. Taur-like forms (axolotl, spider, allay) keep their full inventory, since they still have hands. Toggle in the config. Optional slow regen while curled up asleep.
Changes
Config reorganized into two tabs: Server (gameplay) and Client (visuals), with several new options. Going feral now drops the items that don't fit on the ground instead of losing them; the extra slots stay locked with an invisible placeholder. Multiplayer: feral state and the curl-up pose now sync correctly between server and clients, dedicated servers included.
Fixes
Items no longer vanish when you go feral. Fixed the Translation Core recipe and the carved log not dropping when broken. Fixed a possible crash from player state being touched by two threads at once. Fixed the HUD getting stuck on the feral layout after relogging. Raising the mouth-slot count in the config now unlocks the slots correctly.
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:lHpuDyrB:ouScerv7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lHpuDyrB:ouScerv7"
}


