Compare commits

..

2 Commits

Author SHA1 Message Date
cola98765 9e0046ba83 Update en_us.json 2024-03-15 09:07:24 +00:00
cola98765 150d929a45 Update EVerticalQuality.java 2024-03-15 08:58:26 +00:00
2 changed files with 9 additions and 3 deletions
@@ -38,7 +38,9 @@ public enum EVerticalQuality
LOW(new int[]{4, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1}),
MEDIUM(new int[]{6, 4, 3, 2, 2, 1, 1, 1, 1, 1, 1}),
HIGH(new int[]{8, 6, 4, 2, 2, 2, 2, 1, 1, 1, 1}),
EXTREME(new int[]{16, 8, 4, 2, 2, 2, 2, 1, 1, 1, 1});
EXTREME(new int[]{16, 8, 4, 2, 2, 2, 2, 1, 1, 1, 1}),
WHAT(new int[]{64, 16, 8, 4, 2, 2, 2, 2, 1, 1, 1}),
WHY(new int[]{120, 16, 8, 4, 2, 2, 2, 2, 1, 1, 1});
/** represents how many LODs can be rendered in a single vertical slice */
public final int[] maxVerticalData;
@@ -651,6 +651,10 @@
"High",
"distanthorizons.config.enum.EVerticalQuality.EXTREME":
"Extreme",
"distanthorizons.config.enum.EVerticalQuality.WHAT":
"What? (64)",
"distanthorizons.config.enum.EVerticalQuality.WHY":
"Why? (120)",
"distanthorizons.config.enum.EHorizontalQuality.LOWEST":
"Lowest",
"distanthorizons.config.enum.EHorizontalQuality.LOW":
@@ -871,9 +875,9 @@
"Rare",
"distanthorizons.config.enum.ELodShading.MINECRAFT":
"Auto",
"Minecraft",
"distanthorizons.config.enum.ELodShading.OLD_LIGHTING":
"Force",
"Old Lighting",
"distanthorizons.config.enum.ELodShading.NONE":
"None",