1
mirror of https://github.com/Shiewk/Widgets.git synced 2026-04-28 11:34:17 +02:00

Initial Commit (1.0)

This commit is contained in:
Shy
2024-09-07 18:54:20 +02:00
commit 6ef0f3758d
42 changed files with 2893 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"required": true,
"minVersion": "0.8",
"package": "de.shiewk.widgets.mixin",
"compatibilityLevel": "JAVA_21",
"mixins": [
],
"client": [
"MixinMouse"
],
"injectors": {
"defaultRequire": 1
}
}