mirror of
https://github.com/TeamMidnightDust/Celestria.git
synced 2025-12-16 07:45:11 +01:00
Celestria 2.0.0 - Improved Everything
- Port to 1.21 - Neoforge support - Multiple shooting stars at the same time - Stellar nights based on moon phase -> Increased shooting star rate - Stars now move linearly instead of rotating - Serverside-mode using Polymer
This commit is contained in:
14
common/src/main/resources/celestria.mixins.json
Executable file
14
common/src/main/resources/celestria.mixins.json
Executable file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"required": true,
|
||||
"package": "eu.midnightdust.celestria.mixin",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"client": [
|
||||
"MixinWorldRenderer"
|
||||
],
|
||||
"mixins": [
|
||||
"MixinBedBlock"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user