Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
120 changes: 120 additions & 0 deletions pack/assets/minecraft/models/armband/blue_cross_armband.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
{
"credit": "Made with Blockbench",
"parent": "red_armband",
"textures": {
"0": "block/white_shulker_box",
"1": "block/blue_concrete",
"particle": "block/white_shulker_box"
},
"elements": [
{
"from": [0, 0, 0],
"to": [2, 10, 16],
"faces": {
"north": {"uv": [11, 0, 13, 16], "texture": "#0"},
"east": {"uv": [3, 0, 13, 16], "texture": "#0"},
"south": {"uv": [3, 0, 5, 16], "texture": "#0"},
"west": {"uv": [3, 0, 13, 16], "texture": "#0"},
"up": {"uv": [0, 0, 2, 16], "texture": "#0"},
"down": {"uv": [0, 0, 2, 16], "texture": "#0"}
}
},
{
"from": [14, 0, 0],
"to": [16, 10, 16],
"faces": {
"north": {"uv": [3, 0, 5, 16], "texture": "#0"},
"east": {"uv": [3, 0, 13, 16], "texture": "#0"},
"south": {"uv": [11, 0, 13, 16], "texture": "#0"},
"west": {"uv": [3, 0, 13, 16], "texture": "#0"},
"up": {"uv": [14, 0, 16, 16], "texture": "#0"},
"down": {"uv": [0, 0, 16, 2], "rotation": 90, "texture": "#0"}
}
},
{
"from": [2, 0, 0],
"to": [14, 10, 2],
"faces": {
"north": {"uv": [5, 0, 11, 16], "texture": "#0"},
"east": {"uv": [0, 0, 2, 10], "texture": "#missing"},
"south": {"uv": [5, 0, 11, 16], "texture": "#0"},
"west": {"uv": [0, 0, 2, 10], "texture": "#missing"},
"up": {"uv": [2, 0, 14, 2], "texture": "#0"},
"down": {"uv": [2, 0, 14, 2], "texture": "#0"}
}
},
{
"from": [2, 0, 14],
"to": [14, 10, 16],
"faces": {
"north": {"uv": [5, 0, 11, 16], "texture": "#0"},
"east": {"uv": [0, 0, 2, 10], "texture": "#missing"},
"south": {"uv": [5, 0, 11, 16], "texture": "#0"},
"west": {"uv": [0, 0, 2, 10], "texture": "#missing"},
"up": {"uv": [2, 0, 14, 2], "texture": "#0"},
"down": {"uv": [2, 0, 14, 2], "texture": "#0"}
}
},
{
"from": [15.25, 2, 7],
"to": [16.25, 8, 9],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 5, 0]},
"faces": {
"north": {"uv": [0, 0, 1, 6], "texture": "#1"},
"east": {"uv": [0, 0, 2, 6], "texture": "#1"},
"south": {"uv": [0, 0, 1, 6], "texture": "#1"},
"west": {"uv": [0, 0, 2, 6], "texture": "#1"},
"up": {"uv": [0, 0, 2, 1], "rotation": 90, "texture": "#1"},
"down": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#1"}
}
},
{
"from": [15.25, 4, 5],
"to": [16.25, 6, 11],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 5, 0]},
"faces": {
"north": {"uv": [0, 0, 1, 2], "texture": "#1"},
"east": {"uv": [0, 0, 6, 2], "texture": "#1"},
"south": {"uv": [0, 0, 1, 2], "texture": "#1"},
"west": {"uv": [0, 0, 6, 2], "texture": "#1"},
"up": {"uv": [0, 0, 6, 1], "rotation": 90, "texture": "#1"},
"down": {"uv": [0, 0, 6, 1], "rotation": 270, "texture": "#1"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [90, 0, 0],
"translation": [0, -2, 9],
"scale": [0.3, 0.3, 0.3]
},
"thirdperson_lefthand": {
"rotation": [90, -180, 0],
"translation": [0, -2, 9],
"scale": [0.3, 0.3, 0.3]
},
"firstperson_righthand": {
"translation": [0, -20, 0]
},
"firstperson_lefthand": {
"translation": [0, -20, 0]
},
"ground": {
"translation": [0, 8.5, 0],
"scale": [0.37, 0.37, 0.37]
},
"gui": {
"rotation": [-164.5, -63.75, -180],
"translation": [0, 2, 0],
"scale": [0.67, 0.67, 0.67]
},
"head": {
"rotation": [-180, 90, -180],
"scale": [0.83, 0.83, 0.83]
},
"fixed": {
"rotation": [-180, 90, -180],
"translation": [0, 3, 5]
}
}
}
2 changes: 1 addition & 1 deletion pack/assets/minecraft/models/item/stick.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@
{"predicate": {"custom_model_data":6002}, "model":"armband/blue_armband"},
{"predicate": {"custom_model_data":6003}, "model":"armband/lime_armband"},
{"predicate": {"custom_model_data":6004}, "model":"armband/white_armband"},
{"predicate": {"custom_model_data":6005}, "model":"armband/red_cross_armband"}
{"predicate": {"custom_model_data":6005}, "model":"armband/blue_cross_armband"}
]
}
2 changes: 1 addition & 1 deletion pack/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"pack":{
"pack_format": 6,
"pack_version": "v1.17.5",
"pack_version": "v1.17.6",
"description": "F-Tex %pack_version% §c夏祭り§eアップデート"
}
}