add basic config

This commit is contained in:
Liz Graham
2022-03-17 21:46:24 +00:00
parent 88b58f137b
commit 8b14d89369
18 changed files with 594 additions and 190 deletions

View File

@@ -0,0 +1,16 @@
{
"required": true,
"minVersion": "0.8",
"package": "net.lizistired.cavedust.mixin",
"compatibilityLevel": "JAVA_16",
"mixins": [
],
"client": [
"MixinDebugScreenOverlay"
],
"server": [
],
"injectors": {
"defaultRequire": 1
}
}