I am using forge version: 9.10.0.789
The texture for a custom projectile I created is not loading correctly, I have searched extensively for similar issues but with no luck. The entity renders correctly, but has the purple missing texture instead of the specified one. My textures are in forge/mcp/eclipse/Minecraft/bin/assets/chimera27metroid/textures/entities/
To be safe I also copied the texture to /entity, /projectile, and /model, also in textures.
I have tried using the default arrow texture instead to rule out a problem with the texture itself, but there was no change. The Render file is here, with the spots where the texture is specified.
I also tried replacing chimera27metroid:entitypowerbolt.png with:
chimera27metroid:entitypowerbolt
assets/chimera27metroid/textures/entities/entitypowerbolt.png
/assets/chimera27metroid/textures/entities/entitypowerbolt.png
bin/assets/chimera27metroid/textures/entities/entitypowerbolt.png
/bin/assets/chimera27metroid/textures/entities/entitypowerbolt.png
assets/chimera27metroid/textures/entities/entitypowerbolt
/assets/chimera27metroid/textures/entities/entitypowerbolt
bin/assets/chimera27metroid/textures/entities/entitypowerbolt
/bin/assets/chimera27metroid/textures/entities/entitypowerbolt
with no luck. If anyone knows what's going on, any help would be appreciated!!!