1
0
Fork 0
mirror of https://github.com/Sollace/Unicopia.git synced 2025-04-07 19:49:40 +02:00

Added missing model definitions

This commit is contained in:
Sollace 2019-01-30 22:27:37 +02:00
parent 89cc446be7
commit 062ec0611b
2 changed files with 12 additions and 0 deletions
src/main/resources/assets/unicopia/models/item

View file

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "unicopia:items/burned_juice"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "unicopia:items/juice"
}
}