mirror of
https://github.com/JonasunderscoreJones/nicer-skies.git
synced 2025-10-23 03:39:18 +02:00
change: big refactor for new name and organisation
This commit is contained in:
parent
2ec1c5f329
commit
707e0279a1
14 changed files with 49 additions and 151 deletions
18
src/main/resources/nicer_skies.mixins.json
Normal file
18
src/main/resources/nicer_skies.mixins.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"required": true,
|
||||
"minVersion": "0.8",
|
||||
"package": "codes.ztereohype.example.mixin",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [],
|
||||
"client": [
|
||||
"debug.MixinKeyboardHandler",
|
||||
"MixinStarRendering",
|
||||
"debug.LightTextureInvoker",
|
||||
"debug.MixinDebug",
|
||||
"MixinLightTexutre"
|
||||
],
|
||||
"server": [],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue