aboutsummaryrefslogtreecommitdiff
path: root/versions/src/main/resources
diff options
context:
space:
mode:
authorWyvest <45589059+Wyvest@users.noreply.github.com>2022-07-02 06:12:23 +0700
committerWyvest <45589059+Wyvest@users.noreply.github.com>2022-07-02 06:12:23 +0700
commitd4bb5a94308d4379ef3d6cc7b9221ea0d98ff051 (patch)
tree9bb9b53e2823f73084780673763504f4098bae69 /versions/src/main/resources
parentd2b1d57120bb51e76191302a58d935afe52b89df (diff)
downloadOneConfig-d4bb5a94308d4379ef3d6cc7b9221ea0d98ff051.tar.gz
OneConfig-d4bb5a94308d4379ef3d6cc7b9221ea0d98ff051.tar.bz2
OneConfig-d4bb5a94308d4379ef3d6cc7b9221ea0d98ff051.zip
Separate Minecraft dependant and non-dependant code
Diffstat (limited to 'versions/src/main/resources')
-rw-r--r--versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.internal.gui.BlurHandler1
-rw-r--r--versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.platform.GLPlatform1
-rw-r--r--versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.platform.GuiPlatform1
-rw-r--r--versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.platform.I18nPlatform1
-rw-r--r--versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.platform.LoaderPlatform1
-rw-r--r--versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.platform.MousePlatform1
-rw-r--r--versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.platform.Platform1
-rw-r--r--versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.platform.ServerPlatform1
-rw-r--r--versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.utils.commands.PlatformCommandManager1
-rw-r--r--versions/src/main/resources/mixins.oneconfig.json21
10 files changed, 30 insertions, 0 deletions
diff --git a/versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.internal.gui.BlurHandler b/versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.internal.gui.BlurHandler
new file mode 100644
index 0000000..85a263a
--- /dev/null
+++ b/versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.internal.gui.BlurHandler
@@ -0,0 +1 @@
+cc.polyfrost.oneconfig.internal.gui.impl.BlurHandlerImpl \ No newline at end of file
diff --git a/versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.platform.GLPlatform b/versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.platform.GLPlatform
new file mode 100644
index 0000000..74d17cb
--- /dev/null
+++ b/versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.platform.GLPlatform
@@ -0,0 +1 @@
+cc.polyfrost.oneconfig.platform.impl.GLPlatformImpl \ No newline at end of file
diff --git a/versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.platform.GuiPlatform b/versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.platform.GuiPlatform
new file mode 100644
index 0000000..b228911
--- /dev/null
+++ b/versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.platform.GuiPlatform
@@ -0,0 +1 @@
+cc.polyfrost.oneconfig.platform.impl.GuiPlatformImpl \ No newline at end of file
diff --git a/versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.platform.I18nPlatform b/versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.platform.I18nPlatform
new file mode 100644
index 0000000..a8ffd49
--- /dev/null
+++ b/versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.platform.I18nPlatform
@@ -0,0 +1 @@
+cc.polyfrost.oneconfig.platform.impl.I18nPlatformImpl \ No newline at end of file
diff --git a/versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.platform.LoaderPlatform b/versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.platform.LoaderPlatform
new file mode 100644
index 0000000..f17bd87
--- /dev/null
+++ b/versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.platform.LoaderPlatform
@@ -0,0 +1 @@
+cc.polyfrost.oneconfig.platform.impl.LoaderPlatformImpl \ No newline at end of file
diff --git a/versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.platform.MousePlatform b/versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.platform.MousePlatform
new file mode 100644
index 0000000..a6071db
--- /dev/null
+++ b/versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.platform.MousePlatform
@@ -0,0 +1 @@
+cc.polyfrost.oneconfig.platform.impl.MousePlatformImpl \ No newline at end of file
diff --git a/versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.platform.Platform b/versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.platform.Platform
new file mode 100644
index 0000000..397ade7
--- /dev/null
+++ b/versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.platform.Platform
@@ -0,0 +1 @@
+cc.polyfrost.oneconfig.platform.impl.PlatformImpl \ No newline at end of file
diff --git a/versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.platform.ServerPlatform b/versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.platform.ServerPlatform
new file mode 100644
index 0000000..261df35
--- /dev/null
+++ b/versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.platform.ServerPlatform
@@ -0,0 +1 @@
+cc.polyfrost.oneconfig.platform.impl.ServerPlatformImpl \ No newline at end of file
diff --git a/versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.utils.commands.PlatformCommandManager b/versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.utils.commands.PlatformCommandManager
new file mode 100644
index 0000000..000adc7
--- /dev/null
+++ b/versions/src/main/resources/META-INF/services/cc.polyfrost.oneconfig.utils.commands.PlatformCommandManager
@@ -0,0 +1 @@
+cc.polyfrost.oneconfig.utils.commands.PlatformCommandManagerImpl \ No newline at end of file
diff --git a/versions/src/main/resources/mixins.oneconfig.json b/versions/src/main/resources/mixins.oneconfig.json
new file mode 100644
index 0000000..4a03fd0
--- /dev/null
+++ b/versions/src/main/resources/mixins.oneconfig.json
@@ -0,0 +1,21 @@
+{
+ "compatibilityLevel": "JAVA_8",
+ "minVersion": "0.7",
+ "package": "cc.polyfrost.oneconfig.internal.mixin",
+ "refmap": "mixins.oneconfig.refmap.json",
+ "plugin": "cc.polyfrost.oneconfig.internal.plugin.OneConfigMixinPlugin",
+ "injectors": {
+ "maxShiftBy": 5
+ },
+ "verbose": true,
+ "client": [
+ "GuiIngameForgeMixin",
+ "MinecraftMixin",
+ "NetHandlerPlayClientMixin",
+ "NetworkManagerMixin",
+ "OptifineConfigMixin",
+ "ShaderGroupAccessor",
+ "VigilantMixin",
+ "WorldClientMixin"
+ ]
+} \ No newline at end of file