mirror of
https://github.com/barkeser2002/CatServer.git
synced 2026-09-25 09:26:08 +03:00
10 lines
294 B
Diff
10 lines
294 B
Diff
--- a/com/mojang/blaze3d/vertex/SheetedDecalTextureGenerator.java
|
|
+++ b/com/mojang/blaze3d/vertex/SheetedDecalTextureGenerator.java
|
|
@@ -91,4 +_,6 @@
|
|
this.f_85878_ = p_85902_;
|
|
return this;
|
|
}
|
|
+
|
|
+ public VertexFormat getVertexFormat() { return f_85867_.getVertexFormat(); }
|
|
}
|