2.1.15 Release - Fixing Fuel Efficiency Max Rank Benefits

This commit is contained in:
nossr50 2019-03-09 18:10:01 -08:00
parent ef5cd3ec60
commit 7296deb149
4 changed files with 5 additions and 4 deletions

View File

@ -7,6 +7,9 @@ Key:
! Change
- Removal
Version 2.1.15
Fixed a bug where a max rank of Fuel Efficiency would cause its benefits to be lost
Version 2.1.14
Added a config option to toggle double drops for Silk Touch pickaxes (advanced.yml "Skills.Mining.DoubleDrops.SilkTouch"
Mycelium removed from Woodcutting XP tables (because its soil!)

View File

@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.gmail.nossr50.mcMMO</groupId>
<artifactId>mcMMO</artifactId>
<version>2.1.14</version>
<version>2.1.15</version>
<name>mcMMO</name>
<url>https://github.com/mcMMO-Dev/mcMMO</url>
<scm>

View File

@ -63,7 +63,7 @@ public enum SubSkillType {
SALVAGE_ARCANE_SALVAGE(8),
/* Smelting */
SMELTING_FUEL_EFFICIENCY(4),
SMELTING_FUEL_EFFICIENCY(3),
SMELTING_SECOND_SMELT,
SMELTING_UNDERSTANDING_THE_ART(8),

View File

@ -212,12 +212,10 @@ Smelting:
Rank_1: 10
Rank_2: 50
Rank_3: 75
Rank_4: 100
RetroMode:
Rank_1: 100
Rank_2: 500
Rank_3: 750
Rank_4: 1000
UnderstandingTheArt:
Standard:
Rank_1: 10