All versions
0.0.4-Fabric-v1.20
Beta
Spider Overhaul 0.0.4-Fabric-v1.2023 hours ago 12
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Fabric
Supported environments
Client and server
Changes
Spider Overhaul v0.0.4
This update improves compatibility with other mods by introducing support for additional tags:
[id]:spiders- Used to identify all spiders added by the mod.[id]:is_[spider_variant]- Used to define the biomes where each spider variant can spawn.
[id] is spider_overhaul for Forge/NeoForge and spider-overhaul for Fabric
Bug Fixes & Changes
- Fixed a server crash affecting Forge 1.20 and 1.20.1.
- Renamed Spider Lily Pad to Infested Lily Pad.
- Cloth Config is no longer required on dedicated servers.
- Added integration with universal biome tags for improved mod compatibility.
Optional dependencies
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:jEnrr5I7:5plOxK1R"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jEnrr5I7:5plOxK1R"
}


