mirror of
https://github.com/Pridecraft-Studios/joy.git
synced 2025-09-09 20:17:46 -04:00
fix: wrong path for nectar
This commit is contained in:
parent
da08c5cb96
commit
d1c34aa464
@ -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.png"),
|
||||||
JoyUtil.id("textures/entity/bee/" + base + "_angry_nectar.png"),
|
JoyUtil.id("textures/entity/bee/" + base + "_angry_nectar.png"),
|
||||||
JoyUtil.id("textures/entity/bee/" + base + ".png"),
|
JoyUtil.id("textures/entity/bee/" + base + ".png"),
|
||||||
JoyUtil.id("textures/entity/bee/" + base + "_nextar.png")
|
JoyUtil.id("textures/entity/bee/" + base + "_nectar.png")
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user