In this video, I'll explain how you can create your own items or special textures for new items using Custom Model Data in Vanilla Minecraft!
—————
📁 | Files:
pack.mcmeta:
{
"pack": {
"pack_format": 7,
"description": "[A lot of unnecessary text]"
}
}
Link to pack_format: https://minecraft.wiki/wiki/Resource_...
[item].json:
{
"parent": "item/handheld",
"textures": {
"layer0": "item/diamond"
},
"overrides": [
{ "predicate": { "custom_model_data": 1}, "model": "item/diamond/1" }
]
}
[number].json:
{
"parent": "item/handheld",
"textures": {
"layer0": "item/diamond/1"
}
}
—————
💬 | Social Media:
Subscribe: https://www.youtube.com/c/Kalimero2/a...
Join the channel: / kalimero2
Discord: / discord
—————
🖥 | Setup:
https://bit.ly/37QhaZU
—————
🎵 | Music:
All songs (if used) are from the YouTube Audio Library.
—————
▶️ | Official Minecraft website:
https://www.minecraft.net
#Kalimero2