fix: wrong path for nectar

This commit is contained in:
Ampflower 🌺 2025-03-13 12:14:22 -07:00
parent da08c5cb96
commit d1c34aa464
No known key found for this signature in database
GPG Key ID: FC0397C90D508D7F

View File

@ -38,7 +38,7 @@ public class TreeRenderer<T extends BeeEntity> extends MobEntityRenderer<T, BeeE
JoyUtil.id("textures/entity/bee/" + base + "_angry.png"),
JoyUtil.id("textures/entity/bee/" + base + "_angry_nectar.png"),
JoyUtil.id("textures/entity/bee/" + base + ".png"),
JoyUtil.id("textures/entity/bee/" + base + "_nextar.png")
JoyUtil.id("textures/entity/bee/" + base + "_nectar.png")
);
}