Beginning
Namespace
The namespaces are what the resourcepack is made of, as an example path is this one
a more concrete example that we can find in minecraft itself is
these are used to define spaces, and must always be specified when choosing the path to a model, for example minecraft:item/diamond
which will reference assets/minecraft/models/item/diamond.json
pack.mcmeta
What is this, this is to define the version and the description in which the resourcepack will work, which is located in the main path of the resourcepack
overlays
these are used to apply textures and anything else to a given version of minecraft, it is used to add compatibility to multiple versions without breaking
and these need to be specified in the pack.mcmeta to work.
pack.png
This is to define the image that will be seen when selecting the resourcepack, generally it is 64x64.
Last updated