diff --git a/common/src/main/java/com/seibel/distanthorizons/common/wrappers/minecraft/MinecraftClientWrapper.java b/common/src/main/java/com/seibel/distanthorizons/common/wrappers/minecraft/MinecraftClientWrapper.java index f0d3dc654..ba52253ae 100644 --- a/common/src/main/java/com/seibel/distanthorizons/common/wrappers/minecraft/MinecraftClientWrapper.java +++ b/common/src/main/java/com/seibel/distanthorizons/common/wrappers/minecraft/MinecraftClientWrapper.java @@ -117,7 +117,7 @@ public class MinecraftClientWrapper implements IMinecraftClientWrapper, IMinecra switch (lodShading) { default: - case MINECRAFT: + case AUTO: if (this.mc.level != null) { Direction mcDir = McObjectConverter.Convert(lodDirection); @@ -128,7 +128,7 @@ public class MinecraftClientWrapper implements IMinecraftClientWrapper, IMinecra return 0.0f; } - case OLD_LIGHTING: + case ENABLED: switch (lodDirection) { case DOWN: @@ -144,7 +144,7 @@ public class MinecraftClientWrapper implements IMinecraftClientWrapper, IMinecra return 0.6F; } - case NONE: + case DISABLED: return 1.0F; } } diff --git a/coreSubProjects b/coreSubProjects index a1a45f50b..f09818e56 160000 --- a/coreSubProjects +++ b/coreSubProjects @@ -1 +1 @@ -Subproject commit a1a45f50bf7e978545fec2820f86290e7028b415 +Subproject commit f09818e564da8d17cb858172469949af9a4356e9