mcMMO/src/main/java/com/gmail/nossr50/skills
Jake Ben-Tovim 5f9f3e8167 Fix 1.11 brewing, remove health bar from armor stands
This fixes brewing on the newest Spigot API builds. The Alchemy skill was completely broken due to a change in the Spigot BrewEvent constructor, which this fixes via the changes to FakeBrewEvent.java and AlchemyPotionBrewer.java. This also adds a check in EntityListener.java for armor stands, so that health bars aren't displayed for them. The health bars never really displayed properly (armor stand health acts differently from most entities), and it allowed players to punch invisible armor stands server admins may have been intentionally hiding to temporarily reveal them via a health bar, which is an issue.
2016-11-28 21:28:05 -05:00
..
acrobatics Use getItemInMainHand() 2016-03-11 16:20:23 +02:00
alchemy Fix 1.11 brewing, remove health bar from armor stands 2016-11-28 21:28:05 -05:00
archery Archery distance XP bonus cannot exceed indefinitely anymore 2015-02-21 09:42:22 +01:00
axes Was in a second location as well. 2016-03-20 17:52:21 -05:00
child SkillUtils cleanup, EventUtils creation 2013-10-15 13:03:33 -04:00
excavation Moving the center of block drops to block center. Fixes #2544. 2016-03-16 11:47:40 -05:00
fishing These should definently not be hard coded in the future... but allow rabbits and guardians to be shaken down 2016-06-19 17:41:18 -04:00
herbalism Add Beetroot to herbalism skill 2016-06-26 17:14:19 -04:00
mining Moving the center of block drops to block center. Fixes #2544. 2016-03-16 11:47:40 -05:00
repair I *think* this should be backwards compatible, I may be wrong and it could break both. 2016-03-01 13:08:11 -05:00
salvage Moved salvaged material spawn center to center of top face of anvil. 2016-03-17 02:06:19 -05:00
smelting Moving the center of block drops to block center. Fixes #2544. 2016-03-16 11:47:40 -05:00
swords use players for events 2014-12-17 22:34:42 -05:00
taming Use getItemInMainHand() 2016-03-11 16:20:23 +02:00
unarmed Use getItemInMainHand() 2016-03-11 16:20:23 +02:00
woodcutting Moving the center of block drops to block center. Fixes #2544. 2016-03-16 11:47:40 -05:00
SkillManager.java Added API to XP events to get XP gain reason 2014-04-18 22:32:32 +02:00