tiny ficks
This commit is contained in:
@@ -5,7 +5,7 @@ import meteordevelopment.meteorclient.MeteorClient;
|
||||
import net.minecraft.nbt.NbtCompound;
|
||||
|
||||
public class RejectsConfig extends System<RejectsConfig> {
|
||||
private static final RejectsConfig rejectsConfig = new RejectsConfig();
|
||||
private static final RejectsConfig INSTANCE = new RejectsConfig();
|
||||
|
||||
public enum HttpAllowed {
|
||||
Everything,
|
||||
@@ -23,7 +23,7 @@ public class RejectsConfig extends System<RejectsConfig> {
|
||||
}
|
||||
|
||||
public static RejectsConfig get() {
|
||||
return rejectsConfig;
|
||||
return INSTANCE;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -2,10 +2,8 @@
|
||||
"required": true,
|
||||
"package": "cloudburst.rejects.mixin.meteor",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"modules.NoRenderAccessor"
|
||||
],
|
||||
"client": [
|
||||
"modules.NoRenderAccessor",
|
||||
"ConfigTabMixin",
|
||||
"GuiRendererAccessor",
|
||||
"HttpMixin"
|
||||
|
||||
@@ -2,10 +2,8 @@
|
||||
"required": true,
|
||||
"package": "cloudburst.rejects.mixin",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"CommandSuggestorMixin"
|
||||
],
|
||||
"client": [
|
||||
"CommandSuggestorMixin",
|
||||
"CustomPayloadS2CPacketMixin",
|
||||
"Deadmau5FeatureRendererMixin",
|
||||
"EntityAccessor",
|
||||
|
||||
Reference in New Issue
Block a user