mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-23 00:29:51 +00:00
23 lines
491 B
JSON
23 lines
491 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "com.dfsek.terra.lifecycle.mixin",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"mixins": [
|
|
"NoiseConfigMixin",
|
|
"RegistryEntryReferenceInvoker",
|
|
"RegistryMixin",
|
|
"SimpleRegistryMixin",
|
|
"lifecycle.MinecraftServerMixin",
|
|
"lifecycle.RegistryLoaderMixin",
|
|
"lifecycle.SaveLoadingMixin"
|
|
],
|
|
"client": [
|
|
],
|
|
"server": [
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
},
|
|
"refmap": "terra.lifecycle.refmap.json"
|
|
} |