Skip to content

Commit 214723c

Browse files
committed
add texture for ammo assembler
1 parent 00c1ecb commit 214723c

15 files changed

+170
-0
lines changed
Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
1+
{
2+
"variants": {
3+
"facing=down,led=black": {
4+
"model": "vschunkloader:block/ammo_assembler_black",
5+
"x": 180,
6+
"y": 0
7+
},
8+
"facing=up,led=black": {
9+
"model": "vschunkloader:block/ammo_assembler_black",
10+
"x": 0,
11+
"y": 0
12+
},
13+
"facing=north,led=black": {
14+
"model": "vschunkloader:block/ammo_assembler_black",
15+
"x": 90,
16+
"y": 0
17+
},
18+
"facing=south,led=black": {
19+
"model": "vschunkloader:block/ammo_assembler_black",
20+
"x": 90,
21+
"y": 180
22+
},
23+
"facing=west,led=black": {
24+
"model": "vschunkloader:block/ammo_assembler_black",
25+
"x": 90,
26+
"y": 270
27+
},
28+
"facing=east,led=black": {
29+
"model": "vschunkloader:block/ammo_assembler_black",
30+
"x": 90,
31+
"y": 90
32+
},
33+
34+
"facing=down,led=green": {
35+
"model": "vschunkloader:block/ammo_assembler_green",
36+
"x": 180,
37+
"y": 0
38+
},
39+
"facing=up,led=green": {
40+
"model": "vschunkloader:block/ammo_assembler_green",
41+
"x": 0,
42+
"y": 0
43+
},
44+
"facing=north,led=green": {
45+
"model": "vschunkloader:block/ammo_assembler_green",
46+
"x": 90,
47+
"y": 0
48+
},
49+
"facing=south,led=green": {
50+
"model": "vschunkloader:block/ammo_assembler_green",
51+
"x": 90,
52+
"y": 180
53+
},
54+
"facing=west,led=green": {
55+
"model": "vschunkloader:block/ammo_assembler_green",
56+
"x": 90,
57+
"y": 270
58+
},
59+
"facing=east,led=green": {
60+
"model": "vschunkloader:block/ammo_assembler_green",
61+
"x": 90,
62+
"y": 90
63+
},
64+
65+
"facing=down,led=red": {
66+
"model": "vschunkloader:block/ammo_assembler_red",
67+
"x": 180,
68+
"y": 0
69+
},
70+
"facing=up,led=red": {
71+
"model": "vschunkloader:block/ammo_assembler_red",
72+
"x": 0,
73+
"y": 0
74+
},
75+
"facing=north,led=red": {
76+
"model": "vschunkloader:block/ammo_assembler_red",
77+
"x": 90,
78+
"y": 0
79+
},
80+
"facing=south,led=red": {
81+
"model": "vschunkloader:block/ammo_assembler_red",
82+
"x": 90,
83+
"y": 180
84+
},
85+
"facing=west,led=red": {
86+
"model": "vschunkloader:block/ammo_assembler_red",
87+
"x": 90,
88+
"y": 270
89+
},
90+
"facing=east,led=red": {
91+
"model": "vschunkloader:block/ammo_assembler_red",
92+
"x": 90,
93+
"y": 90
94+
},
95+
96+
"facing=down,led=yellow": {
97+
"model": "vschunkloader:block/ammo_assembler_yellow",
98+
"x": 180,
99+
"y": 0
100+
},
101+
"facing=up,led=yellow": {
102+
"model": "vschunkloader:block/ammo_assembler_yellow",
103+
"x": 0,
104+
"y": 0
105+
},
106+
"facing=north,led=yellow": {
107+
"model": "vschunkloader:block/ammo_assembler_yellow",
108+
"x": 90,
109+
"y": 0
110+
},
111+
"facing=south,led=yellow": {
112+
"model": "vschunkloader:block/ammo_assembler_yellow",
113+
"x": 90,
114+
"y": 180
115+
},
116+
"facing=west,led=yellow": {
117+
"model": "vschunkloader:block/ammo_assembler_yellow",
118+
"x": 90,
119+
"y": 270
120+
},
121+
"facing=east,led=yellow": {
122+
"model": "vschunkloader:block/ammo_assembler_yellow",
123+
"x": 90,
124+
"y": 90
125+
}
126+
}
127+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"variants": {
3+
"": {
4+
"model": "vschunkloader:block/ammo_manager"
5+
}
6+
}
7+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"parent": "minecraft:block/cube_bottom_top",
3+
"textures": {
4+
"bottom": "vschunkloader:block/ammo_assembler_bottom",
5+
"particle": "vschunkloader:block/ammo_assembler_side",
6+
"side": "vschunkloader:block/ammo_assembler_side",
7+
"top": "vschunkloader:block/ammo_assembler_top"
8+
}
9+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "vschunkloader:block/ammo_assembler",
3+
"textures": {
4+
"side": "vschunkloader:block/ammo_assembler_side_black"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "vschunkloader:block/ammo_assembler",
3+
"textures": {
4+
"side": "vschunkloader:block/ammo_assembler_side_green"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "vschunkloader:block/ammo_assembler",
3+
"textures": {
4+
"side": "vschunkloader:block/ammo_assembler_side_red"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "vschunkloader:block/ammo_assembler",
3+
"textures": {
4+
"side": "vschunkloader:block/ammo_assembler_side_yellow"
5+
}
6+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"parent": "vschunkloader:block/ammo_assembler_black"
3+
}
437 Bytes
Loading
615 Bytes
Loading

0 commit comments

Comments
 (0)