https://github.com/maierfelix/mc-spawner-upgrade
Lets you upgrade your mob spawners in minecraft
https://github.com/maierfelix/mc-spawner-upgrade
minecraft mob spawner
Last synced: 7 months ago
JSON representation
Lets you upgrade your mob spawners in minecraft
- Host: GitHub
- URL: https://github.com/maierfelix/mc-spawner-upgrade
- Owner: maierfelix
- License: mit
- Created: 2018-12-15T20:12:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-15T20:47:28.000Z (over 7 years ago)
- Last Synced: 2025-03-24T05:44:35.398Z (about 1 year ago)
- Topics: minecraft, mob, spawner
- Language: Java
- Homepage:
- Size: 76.2 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spawner Upgrade
This mod allows you to upgrade mob spawners to have increased range and (slightly) better spawn rates.
There are 3 levels of spawn upgraders - With increasing level, the mob spawner gets improved.
## Installation:
Download this mod from [here](https://github.com/maierfelix/mc-spawner-upgrade/releases/download/0.1/SpawnerUpgrade-0.1.jar) and place it into your minecraft ``/mods`` folder.
## Usage:
Placing a spawn upgrader on top of a mob spawner activates the effect.

## Recipes:
**Spawn Upgrader I:**
| | | |
| ------------- | ------------- | ------------- |
|

| 
| 
|
| 
| 
| 
|
| 
| 
| 
|
**Spawn Upgrader II:**
| | | |
| ------------- | ------------- | ------------- |
|

| 
| 
|
| 
| 
| 
|
| 
| 
| 
|
**Spawn Upgrader III:**
| | | |
| ------------- | ------------- | ------------- |
|

| 
| 
|
| 
| 
| 
|
| 
| 
| 
|
## Effects:

| Name | Value | Description |
| ------------- | ------------- | ------------- |
| Spawn Count | 4 | How many mobs to attempt to spawn each time |
| Max Spawn Delay | 800 | The minimum random delay for the next spawn delay |
| Min Spawn Delay | 200 | The maximum random delay for the next spawn delay |
| Max Nearby Entities | 6 | The maximum number of nearby spawned mobs |
| Required Player Range | 16 | The block radius of the sphere of activation by players for this spawner |

| Name | Value |
| ------------- | ------------- |
| Spawn Count | 5 |
| Max Spawn Delay | 700 |
| Min Spawn Delay | 175 |
| Max Nearby Entities | 6 |
| Required Player Range | 64 |

| Name | Value |
| ------------- | ------------- |
| Spawn Count | 5 |
| Max Spawn Delay | 650 |
| Min Spawn Delay | 150 |
| Max Nearby Entities | 6 |
| Required Player Range | 128 |

| Name | Value |
| ------------- | ------------- |
| Spawn Count | 6 |
| Max Spawn Delay | 475 |
| Min Spawn Delay | 125 |
| Max Nearby Entities | 7 |
| Required Player Range | 256 |