Skip to content

Commit

Permalink
Add colored flags
Browse files Browse the repository at this point in the history
  • Loading branch information
29cmb committed Nov 2, 2024
1 parent cc700a7 commit 38e69cf
Show file tree
Hide file tree
Showing 3 changed files with 772 additions and 0 deletions.
376 changes: 376 additions & 0 deletions assets/minecraft/models/item/custom/blue_flag.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,376 @@
{
"credit": "Made with Blockbench",
"textures": {
"0": "block/oak_planks",
"1": "block/blue_concrete",
"particle": "block/oak_planks"
},
"elements": [
{
"from": [
7,
0,
7
],
"to": [
10,
22,
10
],
"rotation": {
"angle": 0,
"axis": "y",
"origin": [
7,
0,
7
]
},
"faces": {
"north": {
"uv": [
0,
0,
2,
16
],
"texture": "#0"
},
"east": {
"uv": [
0,
0,
2,
16
],
"texture": "#0"
},
"south": {
"uv": [
0,
0,
2,
16
],
"texture": "#0"
},
"west": {
"uv": [
0,
0,
2,
16
],
"texture": "#0"
},
"up": {
"uv": [
0,
0,
2,
2
],
"texture": "#0"
},
"down": {
"uv": [
0,
0,
2,
2
],
"texture": "#0"
}
}
},
{
"from": [
7.5,
12,
-5
],
"to": [
9.5,
15,
7
],
"rotation": {
"angle": 0,
"axis": "y",
"origin": [
7.5,
19,
5
]
},
"faces": {
"north": {
"uv": [
0,
6,
2,
9
],
"texture": "#1"
},
"east": {
"uv": [
0,
6,
12,
9
],
"texture": "#1"
},
"south": {
"uv": [
0,
6,
2,
9
],
"texture": "#1"
},
"west": {
"uv": [
0,
6,
12,
9
],
"texture": "#1"
},
"up": {
"uv": [
0,
0,
2,
12
],
"texture": "#1"
},
"down": {
"uv": [
0,
0,
2,
12
],
"texture": "#1"
}
}
},
{
"from": [
7.5,
15,
-4
],
"to": [
9.5,
18,
7
],
"rotation": {
"angle": 0,
"axis": "y",
"origin": [
7.5,
19,
5
]
},
"faces": {
"north": {
"uv": [
0,
3,
2,
6
],
"texture": "#1"
},
"east": {
"uv": [
0,
3,
11,
6
],
"texture": "#1"
},
"south": {
"uv": [
0,
3,
2,
6
],
"texture": "#1"
},
"west": {
"uv": [
0,
3,
11,
6
],
"texture": "#1"
},
"up": {
"uv": [
0,
0,
2,
11
],
"texture": "#1"
},
"down": {
"uv": [
0,
0,
2,
11
],
"texture": "#1"
}
}
},
{
"from": [
7.5,
18,
-5
],
"to": [
9.5,
21,
7
],
"rotation": {
"angle": 0,
"axis": "y",
"origin": [
7.5,
19,
5
]
},
"faces": {
"north": {
"uv": [
0,
0,
2,
3
],
"texture": "#1"
},
"east": {
"uv": [
0,
0,
12,
3
],
"texture": "#1"
},
"south": {
"uv": [
0,
0,
2,
3
],
"texture": "#1"
},
"west": {
"uv": [
0,
0,
12,
3
],
"texture": "#1"
},
"up": {
"uv": [
0,
0,
2,
12
],
"texture": "#1"
},
"down": {
"uv": [
0,
0,
2,
12
],
"texture": "#1"
}
}
}
],
"gui_light": "front",
"display": {
"thirdperson_righthand": {
"translation": [
-0.5,
1.75,
0
]
},
"thirdperson_lefthand": {
"translation": [
0.5,
1.5,
0
]
},
"ground": {
"rotation": [
-11.07,
-21.36,
78.03
]
},
"gui": {
"rotation": [
-90,
-73,
-90
],
"translation": [
-3.5,
-2,
0
],
"scale": [
1,
0.70117,
0.65625
]
},
"fixed": {
"rotation": [
-92.9,
58.96,
92.51
],
"translation": [
4,
-1.25,
0
],
"scale": [
0.49219,
0.68555,
0.64063
]
}
}
}
Loading

0 comments on commit 38e69cf

Please sign in to comment.