https://github.com/serilum/cave-spider-spawn
🕷️ Adds a chance for cave spiders to spawn naturally underground instead of a spider.
https://github.com/serilum/cave-spider-spawn
cave-spider-spawn curseforge fabric forge minecraft mod modding modrinth natamus neoforge quilt rick-south serilum
Last synced: 3 months ago
JSON representation
🕷️ Adds a chance for cave spiders to spawn naturally underground instead of a spider.
- Host: GitHub
- URL: https://github.com/serilum/cave-spider-spawn
- Owner: Serilum
- License: other
- Created: 2023-12-20T11:53:29.000Z (over 1 year ago)
- Default Branch: 1.21.4
- Last Pushed: 2024-12-06T12:39:46.000Z (6 months ago)
- Last Synced: 2025-02-23T02:33:30.372Z (3 months ago)
- Topics: cave-spider-spawn, curseforge, fabric, forge, minecraft, mod, modding, modrinth, natamus, neoforge, quilt, rick-south, serilum
- Language: Java
- Homepage: https://serilum.com/mod/cave-spider-spawn
- Size: 218 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license.md
Awesome Lists containing this project
README
Cave Spider Spawn
Download
You can download Cave Spider Spawn on CurseForge and Modrinth:
CurseForge: https://curseforge.com/minecraft/mc-mods/cave-spider-spawn
Modrinth: https://modrinth.com/mod/cave-spider-spawnIssue Tracker
To keep a better overview of all mods, the issue tracker is located in a separate repository.
For issues, ideas, suggestions or anything else, please follow this link:
Pull Requests
Because of the way mod loader files are bundled into one jar, some extra information is needed to do a PR.
A wiki page entry about it is available here:
Mod Description
Requires the library mod Collective.
This mod is part of The Vanilla Experience modpack and Serilum's Spawn Bundle mod.
Cave Spider Spawn adds a chance for cave spiders to spawn naturally in place of a normal spider. By default they have a 15% chance to spawn and only below the surface, though this can be changed in the config. Adds a bit more difficulty to the game, due to cave spiders being able to poison players and they're harder to hit.
It's also possible to make cave spiders only spawn below a certain Y level. For example below y=0, which is where deepslate is. This is disabled by default, and can be toggled in the config.
Configurable: ( how do I configure? )
chanceSpiderIsCaveSpider (default = 0.15, min 0, max 1.0): The chance a spider that has spawned is a cave spider.
onlySpawnCaveSpidersBelowSurface (default = true): When enabled, cave spiders will only spawn below the surface.
onlySpawnCaveSpidersBelowSpecificY (default = false): When enabled, cave spiders will only spawn below the specific y value set in 'belowSpecificY'.
belowSpecificY (default = 0, min -1000, max 1000): The specific y value used in 'onlySpawnCaveSpidersBelowSpecificY'.
------------------
You may freely use this mod in any modpack, as long as the download remains hosted within the CurseForge or Modrinth ecosystem.
Serilum.com contains an overview and more information on all mods available.
Comments are disabled as I'm unable to keep track of all the separate pages on each mod.
For issues, ideas, suggestions or anything else there is the Github repo. Thanks!