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
TheBrokenRail c4a2e8e529
All checks were successful
Twine/pipeline/head This commit looks good
Initial Commit
2020-06-13 23:04:21 -04:00

8 lines
165 B
JSON

{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "twine:item/backpack",
"layer1": "twine:item/backpack_overlay_small"
}
}