Skip to content

Commit

Permalink
Disable End Portal Parallax by default
Browse files Browse the repository at this point in the history
Breaks with certain shaders and has a visual issue with fog. Not worthy to have it active by default
  • Loading branch information
IcarussOne committed Jul 26, 2024
1 parent d158c62 commit bfe89e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,7 @@ public static class MiscCategory
@Config.RequiresMcRestart
@Config.Name("End Portal Parallax")
@Config.Comment("Re-implements parallax rendering of the end portal from 1.10 and older")
public boolean utEndPortalParallaxToggle = true;
public boolean utEndPortalParallaxToggle = false;

@Config.RequiresMcRestart
@Config.Name("Infinite Music")
Expand Down

0 comments on commit bfe89e9

Please sign in to comment.