We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae38897 + cf43e52 commit cc9e86cCopy full SHA for cc9e86c
src/main/java/com/falsepattern/lib/util/RenderUtil.java
@@ -47,7 +47,7 @@
47
@StableAPI(since = "0.8.0")
48
public final class RenderUtil {
49
private static final Timer MINECRAFT_TIMER = getMinecraftTimer();
50
- private static final ResourceLocation EMPTY_TEXTURE = new ResourceLocation(Tags.MODID, "textures/gui/empty_texture.png");
+ private static final ResourceLocation EMPTY_TEXTURE = new ResourceLocation(Tags.MODID, "textures/empty_texture.png");
51
52
/**
53
* Sets the OpenGL translation, relative to the player's position.
0 commit comments