Fixes zero block drops when having disable_silk_touch
set to 1
. #109
- fixed server crash #106
- Update to 1.21.1
- WIP: Slash commands for changing config values ingame. See this PR for details.
- Changed so that when spawner has no spawns left (with limited spawns), the egg is still present inside.
- Update to 1.19.4. Special thanks to mordof
- Fixed an issue where the config file would not find modded entities and create console spam saying keys were missing #65.
- Added support to blacklist items when right clicking spawner. This can prevent mod conflicts. See issue 59 for more info
- Removed custom Iron Golem egg. Mojang added it. Note that this will give a warning where some items in registry was not found for old worlds.
- 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.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.
Forge 1.19 - 1.9.0
- Fixed compatibility with new forge version 41.0.99. Closes #57
Forge 1.19 - 1.9.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
-
Fixed server config sync
-
Fixed version numbering
Forge 1.19 - 1.8.16
-
Update to 1.19!
-
Fixed limited spawns, they now work. Look in config to enable it!
-
Fixed redstone consistency issue: #55
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.
- Changed spawner block drop to loot_table instead of ingame event
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