Tags
Creators
Details
1.9.1
Compatibility
Required content
Changes
Update 1.9.0 - 1.9.1: New spider forms have been released!

New Form
Spider forms introduce a new silk-based ability system, allowing players to shoot web projectiles, create climbable web structures, hinder enemies, and gain stronger mobility options in later stages.
Added Spider-exclusive trinkets/tools gameplay through extra hand slots with different special effects.
Hint: Searching for cursed spiders in abandoned mineshafts.
(Yes, I know spiders in real life don't go through metamorphosis development… This is for gameplay reasons! )
Improvements
For the Sinytra Connector version, the form-specific Trinkets are now compatible with Curios and can be placed directly in the Curios slot.
Improved codex readability with support for longer scrollable text.
Added more advancement guidance for discovering and collecting forms.
Added vanilla recipe unlocks for several vanilla-form accessories and tools.
Improved permanent spider form and feral forms' footstep behavior to better match the form’s movement style.
Bug Fixes
Fixed missing Spider form abilities, including missing sounds/night vision behavior.
Fixed spiders incorrectly attacking during the daytime.
Fixed several Spider-related item, slot, rendering, and compatibility issues.
Fixed a few crash issues that could occur in specific situations.
Fixed missing form text, ability entries, and localization keys.
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:aqhZDcov:qlN2WGr0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aqhZDcov:qlN2WGr0"
}


