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.
1 parent da08c5c commit d1c34aaCopy full SHA for d1c34aa
xplat/src/client/java/gay/pridecraft/joy/render/entity/TreeRenderer.java
@@ -38,7 +38,7 @@ public static <T extends BeeEntity> Builder<T> factory(String base) {
38
JoyUtil.id("textures/entity/bee/" + base + "_angry.png"),
39
JoyUtil.id("textures/entity/bee/" + base + "_angry_nectar.png"),
40
JoyUtil.id("textures/entity/bee/" + base + ".png"),
41
- JoyUtil.id("textures/entity/bee/" + base + "_nextar.png")
+ JoyUtil.id("textures/entity/bee/" + base + "_nectar.png")
42
);
43
}
44
0 commit comments