diff --git a/src/main/java/com/gildedgames/the_aether/client/renders/entity/PlayerAetherRenderer.java b/src/main/java/com/gildedgames/the_aether/client/renders/entity/PlayerAetherRenderer.java index 3145f66d..30b0758c 100644 --- a/src/main/java/com/gildedgames/the_aether/client/renders/entity/PlayerAetherRenderer.java +++ b/src/main/java/com/gildedgames/the_aether/client/renders/entity/PlayerAetherRenderer.java @@ -29,7 +29,7 @@ public class PlayerAetherRenderer { - private static final ResourceLocation TEXTURE_VALKYRIE = Aether.locate("textures/entities/valkyrie/valkyrie.png"); + private static final ResourceLocation TEXTURE_VALKYRIE = Aether.locate("textures/other/wings.png"); private static final ResourceLocation TEXTURE_HALO = Aether.locate("textures/other/halo.png"); diff --git a/src/main/resources/assets/aether_legacy/textures/other/wings.png b/src/main/resources/assets/aether_legacy/textures/other/wings.png new file mode 100644 index 00000000..8d7b697b Binary files /dev/null and b/src/main/resources/assets/aether_legacy/textures/other/wings.png differ