Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kurosio381 authored Dec 14, 2024
1 parent 519f464 commit 166b248
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions life/assets/minecraft/models/item/at4-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"credit": "Made with Blockbench",
"textures": {
"1": "block/at4-1",
"2": "block/concrete_white",
"3": "block/concrete_gray",
"4": "block/concrete_powder_gray",
"particle": "uptodate:blocks/concrete_white"
},
"elements": [
{
"from": [-16, 0, 0],
"to": [32, 7, 2],
"faces": {
"north": {"uv": [0.05333, 0, 16, 16], "texture": "#1"},
"east": {"uv": [0, 0, 2, 7], "texture": "#2"},
"south": {"uv": [0, 0, 16, 7], "texture": "#2"},
"west": {"uv": [0, 0, 2, 7], "texture": "#2"},
"up": {"uv": [0, 0, 16, 2], "texture": "#3"},
"down": {"uv": [0, 0, 16, 2], "texture": "#3"}
}
},
{
"from": [-10, 7, 0],
"to": [-8, 13, 2],
"rotation": {"angle": 0, "axis": "y", "origin": [-10, 7, 0]},
"faces": {
"north": {"uv": [0, 0, 2, 6], "texture": "#4"},
"east": {"uv": [0, 0, 2, 6], "texture": "#4"},
"south": {"uv": [0, 0, 2, 6], "texture": "#4"},
"west": {"uv": [0, 0, 2, 6], "texture": "#4"},
"up": {"uv": [0, 0, 2, 6], "texture": "#4"},
"down": {"uv": [0, 0, 2, 6], "texture": "#4"}
}
},
{
"from": [24, 7, 0],
"to": [26, 13, 2],
"rotation": {"angle": 0, "axis": "y", "origin": [24, 7, 0]},
"faces": {
"north": {"uv": [0, 0, 2, 6], "texture": "#4"},
"east": {"uv": [0, 0, 2, 6], "texture": "#4"},
"south": {"uv": [0, 0, 2, 6], "texture": "#4"},
"west": {"uv": [0, 0, 2, 6], "texture": "#4"},
"up": {"uv": [0, 0, 2, 6], "texture": "#4"},
"down": {"uv": [0, 0, 2, 6], "texture": "#4"}
}
}
],
"display": {
"gui": {
"rotation": [0, 180, 0],
"scale": [0.5, 0.5, 0.5]
},
"head": {
"translation": [0, -15.75, -1]
},
"fixed": {
"rotation": [90, 0, 0],
"translation": [15.75, -5.25, -10.75],
"scale": [2.5, 2.5, 2.5]
}
}
}

0 comments on commit 166b248

Please sign in to comment.