Fix compilation of 1.14.4-forge

This commit is contained in:
Jonas Herzig
2020-03-30 01:08:15 +02:00
parent eb1fbed0d8
commit 13283fb5d2
3 changed files with 2 additions and 7 deletions

2
jGui

Submodule jGui updated: b434c78529...716fd1b9ed

View File

@@ -78,7 +78,7 @@ public abstract class Mixin_CubicRotation {
y = 1;
break;
}
//#if MC>=11400
//#if MC>=11500
//$$ matrixStack.multiply(new Vector3f(x, y, 0).getDegreesQuaternion(angle));
//#else
GL11.glRotatef(angle, x, y, 0);

View File

@@ -34,11 +34,6 @@ import de.johni0702.minecraft.gui.versions.callbacks.PreTickCallback;
//$$ import static com.replaymod.core.versions.MCVer.FML_BUS;
//#endif
//#if FABRIC>=1
//#else
//$$ import com.github.steveice10.mc.protocol.data.game.setting.Difficulty;
//#endif
import javax.annotation.Nullable;
import java.io.IOException;
import java.util.Collections;