mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-26 10:44:43 +02:00
Fuel Efficiency now uses a rank system, also fixed some bugs with it
This commit is contained in:
@ -409,14 +409,6 @@ Skills:
|
||||
# Settings for Smelting
|
||||
###
|
||||
Smelting:
|
||||
FuelEfficiency:
|
||||
# Multiplier: The furnace burn time will be multiplied by this value.
|
||||
# MaxBonusLevel: On this level, the efficiency multiplier will stop increasing
|
||||
Multiplier: 3.0
|
||||
MaxBonusLevel:
|
||||
Standard: 100
|
||||
RetroMode: 1000
|
||||
|
||||
SecondSmelt:
|
||||
# ChanceMax: Maximum chance of triggering Second Smelt
|
||||
# MaxBonusLevel: On this level, the chance to cause Second Smelt will be <ChanceMax>
|
||||
|
@ -207,11 +207,17 @@ Taming:
|
||||
RetroMode:
|
||||
Rank_1: 750
|
||||
Smelting:
|
||||
FluxMining:
|
||||
FuelEfficiency:
|
||||
Standard:
|
||||
Rank_1: 25
|
||||
Retro:
|
||||
Rank_1: 250
|
||||
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
|
||||
|
Reference in New Issue
Block a user