Files
OldSliceMC/Spigot-API-Patches
Aikar 094bb03a37 Optimize Hoppers
- Lots of itemstack cloning removed. Only clone if the item is actually moved
- Return true when a plugin cancels inventory move item event instead of false, as false causes pulls to cycle through all items.
  However, pushes do not exhibit the same behavior, so this is not something plugins could of been relying on.
- Add option (Default on) to cooldown hoppers when they fail to move an item due to full inventory
- Skip subsequent InventoryMoveItemEvents if a plugin does not use the item after first event fire for an iteration
2018-02-12 23:26:02 -05:00
..
2017-12-27 22:45:33 -06:00
2017-12-27 22:45:33 -06:00
2017-08-16 16:47:06 +01:00
2017-11-08 16:13:57 +00:00
2017-08-06 00:08:21 +01:00
2017-07-28 15:51:46 +01:00
2018-02-12 23:26:02 -05:00