This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
Twine/src/main/resources/assets/twine/models/item/small_backpack.json

8 lines
165 B
JSON
Raw Normal View History

2020-06-14 03:04:21 +00:00
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "twine:item/backpack",
"layer1": "twine:item/backpack_overlay_small"
}
}