mirror of
https://github.com/XevianLight/Aphelion.git
synced 2026-05-11 10:00:54 +01:00
16 lines
316 B
JSON
16 lines
316 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "net.xevianlight.aphelion.mixins",
|
|
"compatibilityLevel": "JAVA_21",
|
|
"mixins": [
|
|
"common.LivingEntityMixin"
|
|
],
|
|
"client": [
|
|
"common.ClientLevelMixin",
|
|
"common.DimensionSpecialEffectsMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
} |