mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 02:04:44 +02:00
Patches!
* Update bukkit version * Default vanilla exp modifier for fishing is now 1 * Fixed beetroot permission for herbalism
This commit is contained in:
@ -649,6 +649,6 @@ public class FishingManager extends SkillManager {
|
||||
}
|
||||
}
|
||||
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
@ -340,7 +340,7 @@ permissions:
|
||||
mcmmo.ability.herbalism.greenthumb.plants.crops: true
|
||||
mcmmo.ability.herbalism.greenthumb.plants.netherwarts: true
|
||||
mcmmo.ability.herbalism.greenthumb.plants.potato: true
|
||||
mcmmo.ability.herbalism.greenthumb.plants.beetroot: true
|
||||
mcmmo.ability.herbalism.greenthumb.plants.beetrootblock: true
|
||||
mcmmo.ability.herbalism.greenthumb.plants.carrot:
|
||||
description: Allows access to the Green Thumb ability for carrots
|
||||
mcmmo.ability.herbalism.greenthumb.plants.cocoa:
|
||||
@ -351,7 +351,7 @@ permissions:
|
||||
description: Allows access to the Green Thumb ability for netherwart
|
||||
mcmmo.ability.herbalism.greenthumb.plants.potato:
|
||||
description: Allows access to the Green Thumb ability for potatoes
|
||||
mcmmo.ability.herbalism.greenthumb.plants.beetroot:
|
||||
mcmmo.ability.herbalism.greenthumb.plants.beetrootblock:
|
||||
description: Allows access to the Green Thumb ability for beetrootes
|
||||
mcmmo.ability.herbalism.hylianluck:
|
||||
description: Allows access to the Hylian Luck ability
|
||||
|
Reference in New Issue
Block a user