-
Notifications
You must be signed in to change notification settings - Fork 3
Cave Spider
Charly Bollinger edited this page Oct 25, 2024
·
5 revisions
Cave Spiders can spawn naturally in caves.
- Natural spawn as a monster.
- Spawn in group of 1 to 3.
- Spawn 1.25x less frequently than Spiders at most, but the deeper the more common.
This means 1.25x less frequently at y=-64, but 2.5x less frequently at y=0.
They can't spawn above y=64.
Cave Spiders can spawn baby Cave Spiders on death.
-> In EXTENSIONS mod! 🧩
- Cave Spiders have a 10% chance to spawn baby Cave Spiders when they die.
- It spawns 1 to 5 babies depending on local difficulty and randomness.
- It always spawn a minimum of 1 baby.
- Randomness can add 0 to 2 babies.
- Local difficulty can add 0 to 2 babies.
- So, 1-3 to 3-5 depending on local difficulty.
- Baby Cave Spiders have 2x less health and deal 2x less damages.
They also deal Poison for *5x less time, falling from 7s/15s (normal/hard) to 1.4s/3s. - They don't drop loot, but drop experience.
Cave Spiders can naturally spawn baby with others.
-> In EXTENSIONS mod! 🧩
- Cave Spiders have 15% chance to spawn baby (if they can spawn naturally!).
- When they do, they spawn with 2 others babies (whom don't count in the spawn group).
- Baby spiders have 2x less health and deal 2x less damages.
- They don't drop loot, but drop experience.
Cave Spiders can be ridden by a Skeleton.
- Cave Spider Jockeys have a 2% chance to spawn.
- It can't spawn from a spawner.
This means natural spawn needs to be enabled.
The configuration of the Cave Spider can be found in .minecraft/config/sihywtcamd/arthropods.json
and .minecraft/config/sihywtcamd_extensions/arthropods.json
.
-
naturalSpawn: [true|false]
to enable/disable natural spawn of cave spiders -
babyOnDeath: [true|false]
to enable/disable cave spiders spawning babies on death (EXTENSIONS) 🧩 -
babySpawnGroup: [true|false]
to enable/disable cave spiders spawning in group of babies (EXTENSIONS) 🧩 -
jockey: [true|false]
to enable/disable spawn of cave spider jockeys