Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coathier/hostilemobs
Minecraft mod that increases the hostility of mobs
https://github.com/coathier/hostilemobs
fabricmc minecraft minecraft-mod
Last synced: 6 days ago
JSON representation
Minecraft mod that increases the hostility of mobs
- Host: GitHub
- URL: https://github.com/coathier/hostilemobs
- Owner: coathier
- License: mit
- Created: 2024-11-11T12:59:35.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-02T10:29:24.000Z (2 months ago)
- Last Synced: 2024-12-02T11:34:54.813Z (2 months ago)
- Topics: fabricmc, minecraft, minecraft-mod
- Language: Java
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hostile Mobs
This server side mod increases the hostility of mobs by making them detect "sounds" through walls such as open chests and lit furnaces.Creeper will also blow up walls in order to get to and destroy these blocks, there's a long timer before they blow up and they make sounds in the mean while.
If the [Create](https://github.com/Fabricators-of-Create/Create) mod is loaded mobs will also detects spinning components and they will flock toward them.
Here's a list of the configuration options that can be found in the `hostilemobs.toml` file within the configuration directory.
| Name | Value | Description |
| -------------------- | ------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| activeNthDay | Number | A number 3 means that this behavior will only be active every 3rd day |
| triesBeforeBlowingUp | Number | Relevant for creepers, a try triggers everytime it tries finding a new path to a block, if it stays in the same area for N amount of times it will explode |
| detectionDistance | Number | At what range can mobs "hear" blocks through walls |