Commit Graph
7 Commits
Author SHA1 Message Date
MisterVector 428affde24 Add PlayerFlowerPotManipulateEvent 2019-08-13 21:47:06 -07:00
Joel Paulien 3216b19a10 Add PlayerPostRespawnEvent (#1622) 2019-03-24 10:50:42 -07:00
MisterVector ecc751796d MC-136865: Pass original itemstack for enchantment checks on block break
When an itemstack runs out of durability, the amount is reduced to
0 which then marks the item as invalid. This causes the last unit
of durability to not apply enchantments as the enchantment level
check sees the item as a dud.

keep the clone of the item used to a non empty value so it represents
the item used.
2018-11-01 14:53:43 -07:00
AlphaBlend 37d3c5cd55 Add source to PlayerExpChangeEvent 2016-11-30 17:31:46 -06:00
AlphaBlend b36fbd6687 Relocate bad call to ProjectileHitEvent 2016-11-21 22:24:19 -08:00
AlphaBlend e0f49c8788 Add EntityZapEvent 2016-10-16 23:27:02 -07:00
AlphaBlend 793dc2df52 Add hit entity to ProjectileHitEvent 2016-10-05 16:07:29 -05:00