mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-13 02:11:31 +01:00
Updates
This commit is contained in:
parent
9e45afdb35
commit
54e4e25401
@ -15,6 +15,7 @@ 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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
package net.silentclient.client.mods.render.crosshair;
|
package net.silentclient.client.mods.render.crosshair;
|
||||||
|
|
||||||
import com.sun.corba.se.impl.resolver.SplitLocalResolverImpl;
|
|
||||||
import net.minecraft.client.Minecraft;
|
import net.minecraft.client.Minecraft;
|
||||||
import net.minecraft.client.gui.GuiScreen;
|
import net.minecraft.client.gui.GuiScreen;
|
||||||
import net.minecraft.client.gui.ScaledResolution;
|
import net.minecraft.client.gui.ScaledResolution;
|
||||||
@ -26,7 +25,6 @@ import net.silentclient.client.mods.settings.RenderMod;
|
|||||||
import net.silentclient.client.utils.DisplayUtil;
|
import net.silentclient.client.utils.DisplayUtil;
|
||||||
import net.silentclient.client.utils.MouseCursorHandler;
|
import net.silentclient.client.utils.MouseCursorHandler;
|
||||||
import net.silentclient.client.utils.Sounds;
|
import net.silentclient.client.utils.Sounds;
|
||||||
import org.lwjgl.opengl.Display;
|
|
||||||
import org.lwjgl.opengl.GL11;
|
import org.lwjgl.opengl.GL11;
|
||||||
|
|
||||||
import java.awt.*;
|
import java.awt.*;
|
||||||
@ -58,6 +56,7 @@ 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>();
|
||||||
|
Loading…
Reference in New Issue
Block a user