CorneliusMa / SilkSpawners_v2

SilkSpawners - A Minecraft plugin to make Spawners mineable
https://www.spigotmc.org/resources/silkspawners-versions-1-8-8-1-18-2.60063/
MIT License
14 stars 10 forks source link

Spawner Break Duplication Fix #35

Closed DucksIncoming closed 3 months ago

DucksIncoming commented 1 year ago

Went through and found that BlockBreakListener.jar was running it's onCall method twice each time a spawner was broken, so I added a switch in to only allow one drop per spawner break. Bit of a hacky workaround, but it's functional!