mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Fix the Double Drop string in the mining command
This commit is contained in:
parent
a763f7f025
commit
88d8d0e6bb
@ -1,3 +1,6 @@
|
|||||||
|
Version 2.1.61
|
||||||
|
Fixed the locale string formatting of 'Mining.SubSkill.DoubleDrops.Stat'
|
||||||
|
|
||||||
Version 2.1.60
|
Version 2.1.60
|
||||||
Fixed a NPE error if a LivingEntity's target was set to null
|
Fixed a NPE error if a LivingEntity's target was set to null
|
||||||
Fixed a bug where tamed mobs could kill themselves if their owner shot them once
|
Fixed a bug where tamed mobs could kill themselves if their owner shot them once
|
||||||
|
@ -303,7 +303,7 @@ Mining.SubSkill.SuperBreaker.Description=Speed+, Triple Drop Chance
|
|||||||
Mining.SubSkill.SuperBreaker.Stat=Super Breaker Length
|
Mining.SubSkill.SuperBreaker.Stat=Super Breaker Length
|
||||||
Mining.SubSkill.DoubleDrops.Name=Double Drops
|
Mining.SubSkill.DoubleDrops.Name=Double Drops
|
||||||
Mining.SubSkill.DoubleDrops.Description=Double the normal loot
|
Mining.SubSkill.DoubleDrops.Description=Double the normal loot
|
||||||
Mining.SubSkill.DoubleDrops.Stat=Double Drop Chance: [[YELLOW]]{0}
|
Mining.SubSkill.DoubleDrops.Stat=Double Drop Chance
|
||||||
Mining.SubSkill.BlastMining.Name=Blast Mining
|
Mining.SubSkill.BlastMining.Name=Blast Mining
|
||||||
Mining.SubSkill.BlastMining.Description=Bonuses to mining with TNT
|
Mining.SubSkill.BlastMining.Description=Bonuses to mining with TNT
|
||||||
Mining.SubSkill.BlastMining.Stat=Blast Mining:[[GREEN]] Rank {0}/{1} [[GRAY]]({2})
|
Mining.SubSkill.BlastMining.Stat=Blast Mining:[[GREEN]] Rank {0}/{1} [[GRAY]]({2})
|
||||||
|
Loading…
Reference in New Issue
Block a user