1.1.2 NC
This commit is contained in:
@@ -17,4 +17,7 @@
|
|||||||
|
|
||||||
## 1.18.1-1.1.1-unstable
|
## 1.18.1-1.1.1-unstable
|
||||||
- fixed weem stacking to 85 (maybe)
|
- fixed weem stacking to 85 (maybe)
|
||||||
- nerfed high effect
|
- nerfed high effect
|
||||||
|
|
||||||
|
## 1.18.1-1.1.2-unstable (incomplete)
|
||||||
|
- added healing back to high effect with lower amplifier
|
||||||
@@ -25,6 +25,7 @@ public class highStatusEffect extends StatusEffect{
|
|||||||
((PlayerEntity) entity).getFallSounds();
|
((PlayerEntity) entity).getFallSounds();
|
||||||
((PlayerEntity) entity).disableShield(true);
|
((PlayerEntity) entity).disableShield(true);
|
||||||
((PlayerEntity) entity).dismountVehicle();
|
((PlayerEntity) entity).dismountVehicle();
|
||||||
|
((PlayerEntity) entity).heal(0 <<< amplifier);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user