Skip to content

Commit

Permalink
change: Enable resolution mixing for RSO when present
Browse files Browse the repository at this point in the history
  • Loading branch information
FlashyReese committed Mar 23, 2022
1 parent 42d9010 commit 7f22f7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ protected CaffeineConfig createConfig() {
.addMixinOption("sodium.fast_random", true)
.addMixinOption("sodium.gui_scale", true)
.addMixinOption("sodium.resolution", true)
.addMixinOption("sodium.resolution.reeses_sodium_options", true) // whacky packaging
.addMixinOption("sodium.resolution.reeses_sodium_options", FabricLoader.getInstance().isModLoaded("reeses-sodium-options"))
.addMixinOption("stars", true)
.addMixinOption("sun_moon", true)
.addMixinOption("toasts", true)
Expand Down

0 comments on commit 7f22f7d

Please # to comment.