Tags
Creators
Details
Licensed CC-BY-4.0
Published 3 years ago
Updated 2 months ago
All versions
v2.0-mod
Release
v2.0 [Mod]2 years ago 1,646
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
- Updated datapack to 1.21-1.21.1 version
- Performance fixes
- Datapack no longer requires [RP]
- Silverfish spawns in strongholds with 50% chance
- Cave Spider spawns in mineshafts with 50% chance
- Arthropods appear randomly in different sizes
- Depending on size arthropods will have different stats
- Fixed Aggressive Bee spawning
- Aggressive bee is 40% larger than regular bee
- Aggressive bee health increased from 10 to 16
- Aggressive bee ignores entity, if it wears 1 peice of chainmail armor
- Gamerule "allow.upgraded.silverfish" has been removed
- Gamerule "allow.upgraded.endermite" has been removed
- Gamerule "allow.mother_spider.spawn" has been removed
- Gamerule "allow.arthropods.spawning.with.random.size" has been added
- Gamerule "allow.regen_spider.spawn" has been added
- Renamed gamerules
- Removed Mother Spider
- Added Regen Spider
- The Regen Spider provides regeneration and instant health effects within an 8 block radius to it allies
- The Regen spider removes the regeneration effect from its target
- Special spiders have 12 armor points
- Arthropods no longer drown in water, instead they have a 20% chance to take 2 damage
- Update Showcase
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:N391RX90:fvOjrtKg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:N391RX90:fvOjrtKg"
}

