Fixed Experienced upgrade
This commit is contained in:
parent
0354045796
commit
a96db67381
|
@ -2,6 +2,10 @@
|
|||
Version 3.0.4
|
||||
------------------------------------------------------
|
||||
|
||||
- Fixed the following Living Armour upgrades so that they are now obtainable:
|
||||
- Experienced
|
||||
- Body Builder
|
||||
|
||||
- Added new alchemy arrays:
|
||||
- Two arrays, which changes the current daylight cycle to day and night.
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@ public class LivingArmorRegistrar
|
|||
def.put("arrow_shot", BloodMagic.rl("arrow_shot"));
|
||||
def.put("critical_strike", BloodMagic.rl("critical_strike"));
|
||||
def.put("digging", BloodMagic.rl("digging"));
|
||||
def.put("experience", BloodMagic.rl("experienced"));
|
||||
def.put("experienced", BloodMagic.rl("experienced"));
|
||||
def.put("fall_protect", BloodMagic.rl("fall_protect"));
|
||||
def.put("fire_resist", BloodMagic.rl("fire_resist"));
|
||||
def.put("grave_digger", BloodMagic.rl("grave_digger"));
|
||||
|
|
Loading…
Reference in a new issue