Skip to content

Commit

Permalink
change: Disable Sky/Stars/Sun/Moon toggles
Browse files Browse the repository at this point in the history
Iris seems to have these built in now.
  • Loading branch information
FlashyReese committed Sep 15, 2024
1 parent ad32a13 commit baa657c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public static CaffeineConfig mixinConfig() {
.addMixinOption("render.block", true)
.addMixinOption("render.block.entity", true)
.addMixinOption("render.entity", true)
.addMixinOption("sky", true)
.addMixinOption("sky", false)
.addMixinOption("sky_colors", true)
.addMixinOption("sodium", true)
.addMixinOption("sodium.accessibility", true)
Expand All @@ -69,9 +69,9 @@ public static CaffeineConfig mixinConfig() {
.addMixinOption("sodium.resolution", true)
.addMixinOption("sodium.scrollable_page", true)
.addMixinOption("sodium.vsync", true)
.addMixinOption("stars", true)
.addMixinOption("stars", false)
.addMixinOption("steady_debug_hud", true)
.addMixinOption("sun_moon", true)
.addMixinOption("sun_moon", false)
.addMixinOption("toasts", true)

//.withLogger(SodiumExtraClientMod.logger())
Expand Down

0 comments on commit baa657c

Please sign in to comment.