Testing Your Pack - PacksIndex/PacksIndex GitHub Wiki
Testing Your Pack
- Open Minecraft
- Go to Options → Resource Packs.
- Move your resource pack folder (or ZIP it) into the resource packs folder if needed.
- Enable the pack.
- Spawn or hold the item associated with your model—you should see your model appear.
Troubleshooting
- Model does not appear? Check folder structure, filenames, and JSON syntax. To ensure your JSON has no syntax errors, paste it into a JSON formatter to validate it.
- Texture is wrong or missing? Make sure the PNG name matches the
layer0 reference in the model JSON.
- Pack not appearing? Make sure your mcmeta is correct, and that you are on 1.21.4+
- You can also compare your pack to one of our samples here
Next Steps
- Add more custom items or blocks.
- Experiment with rotations, layers, and simple animations.
- Use overlays or advanced JSON features once comfortable.
This is the foundation of creating modern Minecraft resource packs.
← Exporting Your Blockbench Model
← Home