Skip to content

Commit

Permalink
Adding textures
Browse files Browse the repository at this point in the history
  • Loading branch information
leighghunt committed May 20, 2016
1 parent bd3abb5 commit db296aa
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/main/resources/assets/tm/models/item/test_item.json
@@ -0,0 +1,18 @@
{
"parent": "builtin/generated",
"textures": {
"layer0": "tm:items/test_item"
},
"display": {
"thirdperson": {
"rotation": [ 90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
}
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit db296aa

Please sign in to comment.