Skip to content

Commit

Permalink
add katana model
Browse files Browse the repository at this point in the history
  • Loading branch information
PinkGoosik committed Sep 20, 2024
1 parent 14d9f95 commit 887c164
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,98 @@
{
"parent": "item/diamond_sword"
}
"credit": "Made with Blockbench",
"texture_size": [32, 32],
"textures": {
"0": "hiddenrealm:item/beheading_katana",
"particle": "hiddenrealm:item/beheading_katana"
},
"elements": [
{
"from": [7.5, 0, 6],
"to": [8.5, 5, 8],
"rotation": {"angle": 0, "axis": "y", "origin": [6.5, 0, 7]},
"faces": {
"north": {"uv": [7, 1.5, 7.5, 4], "texture": "#0"},
"east": {"uv": [6, 2.5, 5, 5], "texture": "#0"},
"south": {"uv": [7, 4, 7.5, 6.5], "texture": "#0"},
"west": {"uv": [5, 2.5, 6, 5], "texture": "#0"},
"up": {"uv": [8, 5, 7.5, 4], "texture": "#0"},
"down": {"uv": [8, 5, 7.5, 6], "texture": "#0"}
}
},
{
"from": [7, 5, 5],
"to": [9, 6, 9],
"rotation": {"angle": 0, "axis": "y", "origin": [6, 5, 6]},
"faces": {
"north": {"uv": [7.5, 5, 8.5, 5.5], "texture": "#0"},
"east": {"uv": [9, 7, 7, 7.5], "texture": "#0"},
"south": {"uv": [7.5, 6, 8.5, 6.5], "texture": "#0"},
"west": {"uv": [7, 6.5, 9, 7], "texture": "#0"},
"up": {"uv": [6, 7, 5, 5], "texture": "#0"},
"down": {"uv": [7, 0, 6, 2], "texture": "#0"}
}
},
{
"from": [7, 7, 5],
"to": [9, 8, 9],
"rotation": {"angle": 0, "axis": "y", "origin": [6, 7, 6]},
"faces": {
"north": {"uv": [7.5, 5.5, 8.5, 6], "texture": "#0"},
"east": {"uv": [9.5, 2, 7.5, 2.5], "texture": "#0"},
"south": {"uv": [7.5, 6, 8.5, 6.5], "texture": "#0"},
"west": {"uv": [7.5, 1.5, 9.5, 2], "texture": "#0"},
"up": {"uv": [6, 5, 5, 7], "texture": "#0"},
"down": {"uv": [7, 0, 6, 2], "texture": "#0"}
}
},
{
"from": [8, 6, 4],
"to": [8, 26, 9],
"rotation": {"angle": 0, "axis": "y", "origin": [6, 7, 8]},
"faces": {
"north": {"uv": [0, 0, 0, 10], "texture": "#0"},
"east": {"uv": [5, 0, 2.5, 10], "texture": "#0"},
"south": {"uv": [0, 0, 0, 10], "texture": "#0"},
"west": {"uv": [2.5, 0, 5, 10], "texture": "#0"},
"up": {"uv": [0, 2.5, 0, 0], "texture": "#0"},
"down": {"uv": [0, 0, 0, 2.5], "texture": "#0"}
}
}
],
"gui_light": "front",
"display": {
"thirdperson_righthand": {
"rotation": [0, -180, 0],
"translation": [0, 3, 0.5]
},
"thirdperson_lefthand": {
"rotation": [0, -180, 0],
"translation": [0, 3, 0.5]
},
"firstperson_righthand": {
"rotation": [-5, 180, 0],
"translation": [4.75, 0, -2.25],
"scale": [0.8, 0.8, 0.8]
},
"firstperson_lefthand": {
"rotation": [-5, 180, 0],
"translation": [4.75, 0, -2.25],
"scale": [0.8, 0.8, 0.8]
},
"ground": {
"rotation": [0, 0, 90],
"translation": [0, -3, 0],
"scale": [0.5, 0.5, 0.5]
},
"gui": {
"rotation": [-90, -47, -90],
"translation": [-2.75, -2.25, 0],
"scale": [0.7, 0.7, 0.7]
},
"fixed": {
"rotation": [0, 90, 0],
"translation": [0, -3, 0],
"scale": [0.7, 0.7, 0.7]
}
}
}
Loading
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 887c164

Please sign in to comment.