Skip to content

Entity Texture not loading in-game #2020

Answered by warjort
Uskoe asked this question in Mod Dev Support
Discussion options

You must be logged in to vote

The game is showing the "missingno" (purple and black) texture you get when it can't load a model or texture.
I would guess if you look closely in your log/latest.log there is a warning about it?

The difference between development and "production" is that development effectively runs the game with your src/main/resources in the classpath while production uses a jar file which you can find in the build/libs folder of your project.
So check your jar file actually contains the files you expect it to have.
Run the command jar -tf your-mod.jar or use a tool that can handle zip files to look inside it.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Uskoe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants