mirror of
https://github.com/TeamMidnightDust/Celestria.git
synced 2025-12-15 15:25:10 +01:00
14 lines
233 B
JSON
Executable File
14 lines
233 B
JSON
Executable File
{
|
|
"required": true,
|
|
"package": "eu.midnightdust.celestria.mixin",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"client": [
|
|
"MixinSkyRendering"
|
|
],
|
|
"mixins": [
|
|
"MixinBedBlock"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
} |