aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorDeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com>2022-06-05 17:43:23 +0200
committerGitHub <noreply@github.com>2022-06-05 17:43:23 +0200
commitab7256dff5d6d37488081ba7a01b36d3ee9ef563 (patch)
tree8207341e6c402848cdbe7b2f2297f5f975e0e083 /src/main/resources
parenta903cfc4d3f76cf3db24749b65156d126fa714e7 (diff)
downloadOneConfig-ab7256dff5d6d37488081ba7a01b36d3ee9ef563.tar.gz
OneConfig-ab7256dff5d6d37488081ba7a01b36d3ee9ef563.tar.bz2
OneConfig-ab7256dff5d6d37488081ba7a01b36d3ee9ef563.zip
refactor (#36)
* refactor * fix vig compat * fix nanovg thingy * e * finalize * gui utils package thingy
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/mixins.oneconfig.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/mixins.oneconfig.json b/src/main/resources/mixins.oneconfig.json
index 63a1e08..a3e954e 100644
--- a/src/main/resources/mixins.oneconfig.json
+++ b/src/main/resources/mixins.oneconfig.json
@@ -1,9 +1,9 @@
{
"compatibilityLevel": "JAVA_8",
"minVersion": "0.7",
- "package": "cc.polyfrost.oneconfig.mixin",
+ "package": "cc.polyfrost.oneconfig.internal.mixin",
"refmap": "mixins.oneconfig.refmap.json",
- "plugin": "cc.polyfrost.oneconfig.plugin.OneConfigMixinPlugin",
+ "plugin": "cc.polyfrost.oneconfig.internal.plugin.OneConfigMixinPlugin",
"injectors": {
"maxShiftBy": 5
},