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