Skip to content

Commit 76353b7

Browse files
authored
Merge pull request #12 from p0lymatic/main
бита сахура)))
2 parents c4ff77f + cb1d8a9 commit 76353b7

3 files changed

Lines changed: 112 additions & 0 deletions

File tree

assets/minecraft/items/mace.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"model": {
3+
"type": "minecraft:select",
4+
"property": "minecraft:component",
5+
"component": "minecraft:custom_name",
6+
"cases": [
7+
{
8+
"when": [
9+
"sahur",
10+
"Sahur",
11+
"bat",
12+
"Bat",
13+
"бита",
14+
"Бита"
15+
],
16+
"model": {
17+
"type": "minecraft:model",
18+
"model": "minecraft:item/bat/bat"
19+
}
20+
}
21+
],
22+
"fallback": {
23+
"type": "minecraft:model",
24+
"model": "minecraft:item/mace"
25+
}
26+
}
27+
}
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
{
2+
"format_version": "1.21.6",
3+
"credit": "Made with Blockbench",
4+
"texture_size": [32, 32],
5+
"textures": {
6+
"0": "item/bat/bat"
7+
},
8+
"elements": [
9+
{
10+
"from": [6.75, 3, 6.70711],
11+
"to": [9.25, 4, 9.20711],
12+
"rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 8]},
13+
"faces": {
14+
"north": {"uv": [7.5, 8, 9, 8.5], "texture": "#0"},
15+
"east": {"uv": [7.5, 8.5, 9, 9], "texture": "#0"},
16+
"south": {"uv": [9, 2, 10.5, 2.5], "texture": "#0"},
17+
"west": {"uv": [9, 2.5, 10.5, 3], "texture": "#0"},
18+
"up": {"uv": [6.5, 9.5, 5, 8], "texture": "#0"},
19+
"down": {"uv": [9.5, 5.5, 8, 7], "texture": "#0"}
20+
}
21+
},
22+
{
23+
"from": [7, 4, 7],
24+
"to": [9, 11, 9],
25+
"rotation": {"angle": 0, "axis": "y", "origin": [0, 2, 0]},
26+
"faces": {
27+
"north": {"uv": [2, 8, 3, 11.5], "texture": "#0"},
28+
"east": {"uv": [8, 2, 9, 5.5], "texture": "#0"},
29+
"south": {"uv": [3, 8, 4, 11.5], "texture": "#0"},
30+
"west": {"uv": [4, 8, 5, 11.5], "texture": "#0"},
31+
"up": {"uv": [7.5, 9, 6.5, 8], "texture": "#0"},
32+
"down": {"uv": [9, 7, 8, 8], "texture": "#0"}
33+
}
34+
},
35+
{
36+
"from": [6, 10, 6],
37+
"to": [10, 26, 10],
38+
"rotation": {"angle": -45, "axis": "y", "origin": [8, 9, 8]},
39+
"faces": {
40+
"north": {"uv": [0, 0, 2, 8], "texture": "#0"},
41+
"east": {"uv": [2, 0, 4, 8], "texture": "#0"},
42+
"south": {"uv": [4, 0, 6, 8], "texture": "#0"},
43+
"west": {"uv": [6, 0, 8, 8], "texture": "#0"},
44+
"up": {"uv": [2, 10, 0, 8], "texture": "#0"},
45+
"down": {"uv": [10, 0, 8, 2], "texture": "#0"}
46+
}
47+
}
48+
],
49+
"display": {
50+
"firstperson_righthand": {
51+
"rotation": [27, 25, 0],
52+
"translation": [0, -0.25, 0],
53+
"scale": [0.65, 0.65, 0.65]
54+
},
55+
"firstperson_lefthand": {
56+
"rotation": [26, 25, 0]
57+
},
58+
"ground": {
59+
"rotation": [93, 0, 0],
60+
"translation": [0, 0, 3.5],
61+
"scale": [0.9, 0.9, 0.9]
62+
},
63+
"gui": {
64+
"rotation": [0, 0, 47],
65+
"translation": [3.75, -3, 0],
66+
"scale": [0.7, 0.7, 0.7]
67+
},
68+
"head": {
69+
"translation": [0, 11.5, 0.5]
70+
},
71+
"fixed": {
72+
"rotation": [0, 0, -44],
73+
"translation": [-4, -4.25, 0],
74+
"scale": [0.9, 0.9, 0.9]
75+
}
76+
},
77+
"groups": [
78+
{
79+
"name": "group",
80+
"origin": [8, 7, 8],
81+
"color": 0,
82+
"children": [0, 1, 2]
83+
}
84+
]
85+
}
553 Bytes
Loading

0 commit comments

Comments
 (0)