mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Update changelog.
This commit is contained in:
parent
b90d1c31c7
commit
f20fa571f1
@ -18,6 +18,7 @@ Version 1.4.08-dev
|
|||||||
= Fixed bug with Salvage not reading the config value for the anvil material.
|
= Fixed bug with Salvage not reading the config value for the anvil material.
|
||||||
= Fixed exploit where you could receive smelting XP for improper items
|
= Fixed exploit where you could receive smelting XP for improper items
|
||||||
= Fixed bug where the Unbreaking enchantment was ignored when using "Super Breaker" or "Giga Drill Breaker"
|
= Fixed bug where the Unbreaking enchantment was ignored when using "Super Breaker" or "Giga Drill Breaker"
|
||||||
|
! Updated localization files
|
||||||
|
|
||||||
Version 1.4.07
|
Version 1.4.07
|
||||||
+ Added XP boost to Acrobatics when wearing Boots of Feather Falling
|
+ Added XP boost to Acrobatics when wearing Boots of Feather Falling
|
||||||
|
@ -405,9 +405,7 @@ public class FishingManager extends SkillManager {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case SKELETON:
|
case SKELETON:
|
||||||
Skeleton skeleton = (Skeleton) target;
|
if (((Skeleton) target).getSkeletonType() == SkeletonType.WITHER) {
|
||||||
|
|
||||||
if (skeleton.getSkeletonType() == SkeletonType.WITHER) {
|
|
||||||
switch (drop.getType()) {
|
switch (drop.getType()) {
|
||||||
case SKULL_ITEM:
|
case SKULL_ITEM:
|
||||||
drop.setDurability((short) 1);
|
drop.setDurability((short) 1);
|
||||||
|
Loading…
Reference in New Issue
Block a user