(release) 2.1.0

This commit is contained in:
kirillsaint 2024-03-15 15:31:16 +06:00
parent 062e57d139
commit dfc34d4dd8
5 changed files with 0 additions and 7 deletions

View File

@ -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);

View File

@ -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);

View File

@ -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);
} }

View File

@ -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>();

View File

@ -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");