mirror of
https://github.com/JonasunderscoreJones/nicer-skies.git
synced 2025-10-22 19:29:18 +02:00
17 lines
324 B
JSON
17 lines
324 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "codes.ztereohype.nicerskies.mixin",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"mixins": [],
|
|
"client": [
|
|
"MinecraftMixin",
|
|
"MixinLightTexutre",
|
|
"MixinStarRendering",
|
|
"ClientLevelMixin"
|
|
],
|
|
"server": [],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|