forked from virt-mirrors/Sit
complete rewrite
This commit is contained in:
parent
d059cd4b8d
commit
1316686d85
24 changed files with 1808 additions and 871 deletions
|
@ -22,7 +22,7 @@
|
|||
"one.oth3r.sit.SitClient"
|
||||
],
|
||||
"modmenu": [
|
||||
"one.oth3r.sit.ModMenu"
|
||||
"one.oth3r.sit.screen.ModMenu"
|
||||
]
|
||||
},
|
||||
"depends": {
|
||||
|
@ -34,5 +34,8 @@
|
|||
"suggests": {
|
||||
"yet-another-config-lib": "*",
|
||||
"modmenu": "*"
|
||||
}
|
||||
},
|
||||
"mixins": [
|
||||
"sit!.mixins.json"
|
||||
]
|
||||
}
|
12
src/main/resources/sit!.mixins.json
Normal file
12
src/main/resources/sit!.mixins.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"required": true,
|
||||
"minVersion": "0.8",
|
||||
"package": "one.oth3r.sit.mixin",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [
|
||||
"TextDisplayDismountMixin"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue