Basic development

This commit is contained in:
XevianLight
2026-01-16 17:51:41 -07:00
parent b0131011e5
commit 48e5499ad3
119 changed files with 3613 additions and 185 deletions

View File

@@ -0,0 +1,15 @@
{
"required": true,
"minVersion": "0.8",
"package": "net.xevianlight.aphelion.mixins",
"compatibilityLevel": "JAVA_21",
"mixins": [
],
"client": [
"common.ClientLevelMixin",
"common.DimensionSpecialEffectsMixin"
],
"injectors": {
"defaultRequire": 1
}
}