Item model patterns

This commit is contained in:
Aleksey 2020-11-20 15:51:35 +03:00
parent 73a0cb890c
commit d9a60fc7f2
15 changed files with 48 additions and 50 deletions

View file

@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "betterend:item/%texture%"
}
}
{
"parent": "item/generated",
"textures": {
"layer0": "betterend:%texture%"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "betterend:%texture%"
}
}