mirror of
https://github.com/JonasunderscoreJones/nicer-skies.git
synced 2025-10-23 11:49:17 +02:00
change: rename package
This commit is contained in:
parent
3c8a7412c8
commit
8af53aa1ff
24 changed files with 52 additions and 52 deletions
|
@ -15,10 +15,10 @@
|
|||
"environment": "client",
|
||||
"entrypoints": {
|
||||
"main": [
|
||||
"codes.ztereohype.example.NicerSkies"
|
||||
"codes.ztereohype.nicerskies.NicerSkies"
|
||||
],
|
||||
"modmenu": [
|
||||
"codes.ztereohype.example.gui.ModMenuSettingsApi"
|
||||
"codes.ztereohype.nicerskies.gui.ModMenuSettingsApi"
|
||||
]
|
||||
},
|
||||
"mixins": [
|
||||
|
|
|
@ -5,12 +5,12 @@
|
|||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [],
|
||||
"client": [
|
||||
"MinecraftMixin",
|
||||
"MixinLightTexutre",
|
||||
"MixinStarRendering",
|
||||
"debug.LightTextureInvoker",
|
||||
"debug.MixinDebug",
|
||||
"debug.MixinKeyboardHandler"
|
||||
"codes.ztereohype.nicer.skies.mixin.MinecraftMixin",
|
||||
"codes.ztereohype.nicer.skies.mixin.MixinLightTexutre",
|
||||
"codes.ztereohype.nicer.skies.mixin.MixinStarRendering",
|
||||
"codes.ztereohype.nicer.skies.mixin.debug.LightTextureInvoker",
|
||||
"codes.ztereohype.nicer.skies.mixin.debug.MixinDebug",
|
||||
"codes.ztereohype.nicer.skies.mixin.debug.MixinKeyboardHandler"
|
||||
],
|
||||
"server": [],
|
||||
"injectors": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue