File tree Expand file tree Collapse file tree
src/main/java/me/flashyreese/mods/sodiumextra/client Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ org.gradle.jvmargs=-Xmx1G
77 loader_version =0.15.11
88
99# Mod Properties
10- mod_version =0.5.6
10+ mod_version =0.5.7
1111 maven_group =me.flashyreese.mods
1212 archives_base_name =sodium-extra
1313
Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ public static CaffeineConfig mixinConfig() {
4949 .addMixinOption ("gui" , true )
5050 .addMixinOption ("instant_sneak" , true )
5151 .addMixinOption ("light_updates" , true )
52- .addMixinOption ("optimizations" , true )
53- .addMixinOption ("optimizations.beacon_beam_rendering" , true )
52+ .addMixinOption ("optimizations" , false )
53+ .addMixinOption ("optimizations.beacon_beam_rendering" , false )
5454 .addMixinOption ("optimizations.draw_helpers" , false )
5555 .addMixinOption ("optimizations.fast_weather" , false )
5656 .addMixinOption ("particle" , true )
You can’t perform that action at this time.
0 commit comments