Uploaded September 2022 | Updated September 2026, 2 weeks ago
Hello and welcome to or welcome back to my channel! In todays video, I tell you everything you need to know about textures in blockbench. We also dive into making animated textures, and adding models to your game!
Use Pixlr for more complex animations: pixlr.com/e
Copy this code and adapt as needed for any item.json files:
{
"parent": "item/handheld",
"textures": {
"layer0": "item/netherite_pickaxe"
},
"overrides": [
{ "predicate": {"custom_model_data": 1}, "model": "custom/spacepickaxe"},
]
}
Copy this code for your animated .mcmeta file:
{
"animation": {
"frametime":5,
"frames": [
1,
2,
3,
4,
5
]
}
}
Copy this code for your pack.mcmeta file:
{
"pack": {
"pack_format": 8,
"description": "Animation test"
}
}
Join my discord server here: discord.gg/K8UttNPaMu
Join my Minecraft server here: discord.gg/EVZ9EHMUa9
Hello and welcome to or welcome back to my channel! In todays video, I tell you everything you need to know about textures in blockbench. We also dive into making animated textures, and adding models to your game!
Use Pixlr for more complex animations: pixlr.com/e
Copy this code and adapt as needed for any item.json files:
{
"parent": "item/handheld",
"textures": {
"layer0": "item/netherite_pickaxe"
},
"overrides": [
{ "predicate": {"custom_model_data": 1}, "model": "custom/spacepickaxe"},
]
}
Copy this code for your animated .mcmeta file:
{
"animation": {
"frametime":5,
"frames": [
1,
2,
3,
4,
5
]
}
}
Copy this code for your pack.mcmeta file:
{
"pack": {
"pack_format": 8,
"description": "Animation test"
}
}
Join my discord server here: discord.gg/K8UttNPaMu
Join my Minecraft server here: discord.gg/EVZ9EHMUa9










