mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 08:31:32 +01:00
(release) 2.1.0
This commit is contained in:
parent
062e57d139
commit
dfc34d4dd8
@ -25,8 +25,6 @@ public class ScoreboardMod extends Mod {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setup() {
|
public void setup() {
|
||||||
this.setUpdated(true);
|
|
||||||
|
|
||||||
this.addSliderSetting("Scale", this, 1, 0.3, 2, false);
|
this.addSliderSetting("Scale", this, 1, 0.3, 2, false);
|
||||||
|
|
||||||
this.addBooleanSetting("Header Background", this, true);
|
this.addBooleanSetting("Header Background", this, true);
|
||||||
|
@ -12,7 +12,6 @@ public class AnimationsMod extends Mod {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setup() {
|
public void setup() {
|
||||||
this.setUpdated(true);
|
|
||||||
this.addBooleanSetting("1.7 Item Positions", this, true);
|
this.addBooleanSetting("1.7 Item Positions", this, true);
|
||||||
this.addBooleanSetting("1.7 Bow Pullback", this, true);
|
this.addBooleanSetting("1.7 Bow Pullback", this, true);
|
||||||
this.addBooleanSetting("1.7 Block Animation", this, true);
|
this.addBooleanSetting("1.7 Block Animation", this, true);
|
||||||
|
@ -15,7 +15,6 @@ public class HitColorMod extends Mod {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setup() {
|
public void setup() {
|
||||||
this.setUpdated(true);
|
|
||||||
this.addColorSetting("Color", this, new Color(255, 0, 0), 76);
|
this.addColorSetting("Color", this, new Color(255, 0, 0), 76);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -56,7 +56,6 @@ public class CrosshairMod extends Mod {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setup() {
|
public void setup() {
|
||||||
this.setUpdated(true);
|
|
||||||
this.addBooleanSetting("Preset Crosshair", this, false);
|
this.addBooleanSetting("Preset Crosshair", this, false);
|
||||||
|
|
||||||
ArrayList<String> presets = new ArrayList<String>();
|
ArrayList<String> presets = new ArrayList<String>();
|
||||||
|
@ -38,8 +38,6 @@ public class FPSBoostMod extends Mod {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setup() {
|
public void setup() {
|
||||||
this.setUpdated(true);
|
|
||||||
|
|
||||||
ArrayList<String> lazyLoading = new ArrayList<String>();
|
ArrayList<String> lazyLoading = new ArrayList<String>();
|
||||||
|
|
||||||
lazyLoading.add("Off");
|
lazyLoading.add("Off");
|
||||||
|
Loading…
Reference in New Issue
Block a user