mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
Up default ShakeChance and remove useless entries
This commit is contained in:
parent
db55635f0d
commit
3b7f416ed9
@ -1,5 +1,11 @@
|
|||||||
Version 2.1.187
|
Version 2.1.187
|
||||||
Fixed a ClassCastException error involving Rupture
|
Fixed a ClassCastException error involving Rupture
|
||||||
|
Default Shake chance increased from 15% to 30% (update advanced.yml manually or delete the file to regenerate it and receive these changes)
|
||||||
|
Removed entries for ranks 2-8 of Shake from advanced.yml (Shake only has one rank, these entries were a mistake)
|
||||||
|
Modified the warning about UltraPermissions
|
||||||
|
|
||||||
|
NOTES:
|
||||||
|
The latest versions of UltraPermissions should play nicely with mcMMO, but older versions do not. Make sure to update UltraPermissions.
|
||||||
|
|
||||||
Version 2.1.186
|
Version 2.1.186
|
||||||
Rupture has been reworked to solve a few outstanding issues (see notes)
|
Rupture has been reworked to solve a few outstanding issues (see notes)
|
||||||
|
@ -206,14 +206,7 @@ Skills:
|
|||||||
Fishing:
|
Fishing:
|
||||||
|
|
||||||
ShakeChance:
|
ShakeChance:
|
||||||
Rank_1: 15.0
|
Rank_1: 30
|
||||||
Rank_2: 15.0
|
|
||||||
Rank_3: 25.0
|
|
||||||
Rank_4: 35.0
|
|
||||||
Rank_5: 45.0
|
|
||||||
Rank_6: 55.0
|
|
||||||
Rank_7: 65.0
|
|
||||||
Rank_8: 75.0
|
|
||||||
|
|
||||||
# VanillaXPMultiplier: Vanilla XP gained from fishing is multiplied by these values.
|
# VanillaXPMultiplier: Vanilla XP gained from fishing is multiplied by these values.
|
||||||
VanillaXPMultiplier:
|
VanillaXPMultiplier:
|
||||||
|
Loading…
Reference in New Issue
Block a user