mirror of
https://github.com/barkeser2002/CatServer.git
synced 2026-09-25 11:25:55 +03:00
19 lines
651 B
Diff
19 lines
651 B
Diff
--- ../src-base/minecraft/net/minecraft/client/model/TexturedQuad.java
|
|
+++ ../src-work/minecraft/net/minecraft/client/model/TexturedQuad.java
|
|
@@ -7,7 +7,6 @@
|
|
import net.minecraftforge.fml.relauncher.Side;
|
|
import net.minecraftforge.fml.relauncher.SideOnly;
|
|
|
|
-@SideOnly(Side.CLIENT)
|
|
public class TexturedQuad
|
|
{
|
|
public PositionTextureVertex[] vertexPositions;
|
|
@@ -43,6 +42,7 @@
|
|
this.vertexPositions = apositiontexturevertex;
|
|
}
|
|
|
|
+ @SideOnly(Side.CLIENT)
|
|
public void draw(BufferBuilder renderer, float scale)
|
|
{
|
|
Vec3d vec3d = this.vertexPositions[1].vector3D.subtractReverse(this.vertexPositions[0].vector3D);
|