Skip to content

Commit

Permalink
Merge branch '1.20.x/dev' into 1.20.x/stable
Browse files Browse the repository at this point in the history
  • Loading branch information
FlashyReese committed Jul 17, 2023
2 parents fffabb2 + 68b7e85 commit 86712ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.14.21

# Mod Properties
mod_version=0.4.22
mod_version=0.4.23
maven_group=me.flashyreese.mods
archives_base_name=sodium-extra

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static CaffeineConfig mixinConfig() {
.addMixinOption("instant_sneak", true)
.addMixinOption("light_updates", true)
.addMixinOption("optimizations", true)
.addMixinOption("optimizations.beacon_beam_rendering", true)
.addMixinOption("optimizations.beacon_beam_rendering", !FabricLoader.getInstance().isModLoaded("iris")) // See #133, we disable this when Iris is detected
.addMixinOption("particle", true)
.addMixinOption("prevent_shaders", true)
.addMixinOption("reduce_resolution_on_mac", true)
Expand Down

0 comments on commit 86712ed

Please sign in to comment.