Introduction
What is this?
This guide will help you to get into the world of resourcepack covering most of the existing categories, this guide will be based mainly on +1.21.4
Basic Concepts
How do I recognize errors?
First of all, to start with the basics, in order to recognize the most common errors you need to read the logs of your own minecraft located mainly in
Unable to Load Model
If a model does not load and looks like a black square with purple, it means either that the model is invalid and you should check if it is correctly made, or if the path/directory where you specified it is correct.
Unable to Resolve Texture Reference
If the texture of the model does not load correctly, check precisely if you are writing the texture path correctly, and if the texture has capital letters, delete them.
Invalid Unicode Characters
If your fonts stopped working, you must check thoroughly if the texture does not exceed 256x and if you did not specify one that does not exist, just one texture that you have not set correctly can break all the rest.
How do I know if I am doing the json right?
Assets of Minecraft
Last updated