You've already forked minecraft-assets
Create/Update assets for version 21w07a
This commit is contained in:
52
assets/minecraft/models/item/spyglass.json
Normal file
52
assets/minecraft/models/item/spyglass.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"textures": {
|
||||
"spyglass": "item/spyglass"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [7, 8.5, 7],
|
||||
"to": [9, 13.5, 9],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 2, 2, 7], "texture": "#spyglass"},
|
||||
"east": {"uv": [0, 2, 2, 7], "texture": "#spyglass"},
|
||||
"south": {"uv": [0, 2, 2, 7], "texture": "#spyglass"},
|
||||
"west": {"uv": [0, 2, 2, 7], "texture": "#spyglass"},
|
||||
"up": {"uv": [0, 0, 2, 2], "texture": "#spyglass"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6.9, 2.4, 6.9],
|
||||
"to": [9.1, 8.6, 9.1],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 7, 2, 13], "texture": "#spyglass"},
|
||||
"east": {"uv": [0, 7, 2, 13], "texture": "#spyglass"},
|
||||
"south": {"uv": [0, 7, 2, 13], "texture": "#spyglass"},
|
||||
"west": {"uv": [0, 7, 2, 13], "texture": "#spyglass"},
|
||||
"up": {"uv": [0, 5, 2, 7], "texture": "#spyglass"},
|
||||
"down": {"uv": [0, 13, 2, 15], "texture": "#spyglass"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"gui_light": "front",
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"translation": [0, -2, 0]
|
||||
},
|
||||
"ground": {
|
||||
"rotation": [90, 0, 0]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [-67.5, 0, 45],
|
||||
"scale": [1.5, 1.5, 1.5]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [90, 0, 0],
|
||||
"translation": [0, 0, -16],
|
||||
"scale": [1.6, 1.6, 1.6]
|
||||
},
|
||||
"fixed": {
|
||||
"translation": [0, 0, -1.5],
|
||||
"scale": [1.5, 1.5, 1.5]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user