1.13 is dead (followup to 8bc0b0a)

This commit is contained in:
Jonas Herzig
2020-03-30 01:27:57 +02:00
parent 49ea1ae40a
commit 8b7ef8d1e3
105 changed files with 300 additions and 300 deletions

View File

@@ -27,7 +27,7 @@ public class FullBrightness extends EventRegistrations implements Extra {
private MinecraftClient mc;
private boolean active;
//#if MC>=11300
//#if MC>=11400
private double originalGamma;
//#else
//$$ private float originalGamma;
@@ -43,7 +43,7 @@ public class FullBrightness extends EventRegistrations implements Extra {
public void run() {
active = !active;
// need to tick once to update lightmap when replay is paused
//#if MC>=11300
//#if MC>=11400
mod.getMinecraft().gameRenderer.tick();
//#else
//$$ mod.getMinecraft().entityRenderer.updateRenderer();