Fix compilation of 1.14.4-forge
This commit is contained in:
2
jGui
2
jGui
Submodule jGui updated: b434c78529...716fd1b9ed
@@ -78,7 +78,7 @@ public abstract class Mixin_CubicRotation {
|
|||||||
y = 1;
|
y = 1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
//#if MC>=11400
|
//#if MC>=11500
|
||||||
//$$ matrixStack.multiply(new Vector3f(x, y, 0).getDegreesQuaternion(angle));
|
//$$ matrixStack.multiply(new Vector3f(x, y, 0).getDegreesQuaternion(angle));
|
||||||
//#else
|
//#else
|
||||||
GL11.glRotatef(angle, x, y, 0);
|
GL11.glRotatef(angle, x, y, 0);
|
||||||
|
|||||||
@@ -34,11 +34,6 @@ import de.johni0702.minecraft.gui.versions.callbacks.PreTickCallback;
|
|||||||
//$$ import static com.replaymod.core.versions.MCVer.FML_BUS;
|
//$$ import static com.replaymod.core.versions.MCVer.FML_BUS;
|
||||||
//#endif
|
//#endif
|
||||||
|
|
||||||
//#if FABRIC>=1
|
|
||||||
//#else
|
|
||||||
//$$ import com.github.steveice10.mc.protocol.data.game.setting.Difficulty;
|
|
||||||
//#endif
|
|
||||||
|
|
||||||
import javax.annotation.Nullable;
|
import javax.annotation.Nullable;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.util.Collections;
|
import java.util.Collections;
|
||||||
|
|||||||
Reference in New Issue
Block a user