promotional bannermobile promotional banner

Enhanced Mob Spawners

Adds more functionality to mob spawner block. Change range from 16 to 128 blocks and more!

File Details

spawnermod-1.19.3-1.2.3+Fabric.jar

  • R
  • Jan 10, 2023
  • 98.43 KB
  • 4.8K
  • 1.19.3
  • Fabric

File Name

spawnermod-1.19.3-1.2.3+Fabric.jar

Supported Versions

  • 1.19.3

Curse Maven Snippet

Fabric

modImplementation "curse.maven:enhanced-mob-spawners-321663:4326070"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

FABRIC VERSION 1.2.3

- Fixed mod conflict issue with Carrier mod. You can now pick up spawners as expected.

 

FABRIC VERSION 1.2.2

- Removed custom Iron Golem egg. Mojang added it. **Note that this will give a warning where some items in registry was not found**
- You can now get the spawn eggs for Ender Dragon, Wither and Snow Golem from spawner block.
- Removed on block place event. Mojang fixed so the spawner is empty when placed by a player. However, there was no good way to set back to an empty spawner which means the "area effect cloud" still still be considered as an empty spawner (just like before).

 

FABRIC VERSION 1.2.1

- Removed code for adding spawner block to creative tab. Mojang finally implemented it.

 

FABRIC VERSION 1.2.0

+ Ability to change the default range for all spawners through config. Look for the fields: default_spawner_range and default_spawner_range_enabled

+ You can now change the hardness of the spawner through config. Default is 5 (obsidian is 50 for comparison). Field is: spawner_hardness

 

FABRIC VERSION 1.1.4

- Fixed bug where Spawner block would not show in Creative Tab (decorations). Now it does.

 

FABRIC VERSION 1.1.3

 - Minor fix #53

Known issue: Spawner does still not show up in Creative Tab.

 

FABRIC VERSION 1.1.2

- Fixed so that Spawner Block can be powered via soft power redstone.

- Added option to only enable spawn eggs to drop when the mob is killed by the player.

 

FABRIC VERSION 1.1.1
- Fixed bug where the entity inside the Spawner would go back to previous entity after one spawn, if it was changed when the Spawner was off.
- Better support for modded entities which have spawns eggs. Can also be configured in spawnermod.json config!

 

FABRIC VERSION 1.1.0
- Changed Spawner Key to have limited number of uses.
- Added mod icon.png
- Improved config handler
- Added config values for controlling which mobs can drop eggs
- Added option to turn on limited spawners. Control number of entities a spawner can spawn before it dies.

 

FABRIC VERSION 1.0.0
- Ported to Fabric