Files
Tenet/patches/minecraft/com/mojang/blaze3d/vertex/SheetedDecalTextureGenerator.java.patch
2022-06-10 16:07:03 +08:00

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(); }
}