rename stuff

This commit is contained in:
Morrígan 2025-06-25 19:28:32 +02:00
parent 1c6e3a2abf
commit 1695fac71e
Signed by: morrigan
GPG key ID: CACB010F463A77D0
6 changed files with 27 additions and 28 deletions

View file

@ -1,13 +1,11 @@
{
"required": true,
"minVersion": "0.8",
"package": "com.example.example_mod.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [],
"client": [
"TitleScreenMixin"
],
"injectors": {
"defaultRequire": 1
}
"required": true,
"minVersion": "0.8",
"package": "xyz.minecommune.micomc.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [],
"client": ["TitleScreenMixin"],
"injectors": {
"defaultRequire": 1
}
}