Skip to content

Commit a7b49d8

Browse files
committed
PylonPack 0.7.1
1 parent 672f18e commit a7b49d8

25 files changed

Lines changed: 650 additions & 3 deletions
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"author": "Pandicka",
3+
"vanilla": "minecraft:lime_concrete",
4+
"namespace": "fluid_point_input",
5+
"id": "pylon:fluid_pipe_creative",
6+
"display": "head",
7+
"properties": ["face"],
8+
"variants": {
9+
"face=north": {
10+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_noside",
11+
"y": 180
12+
},
13+
"face=south": {
14+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_noside"
15+
},
16+
"face=west": {
17+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_noside",
18+
"y": 270
19+
},
20+
"face=east": {
21+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_noside",
22+
"y": 90
23+
},
24+
"face=up": {
25+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_noside",
26+
"x": 90
27+
},
28+
"face=down": {
29+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_noside",
30+
"x": 270
31+
}
32+
}
33+
}
Lines changed: 275 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,275 @@
1+
{
2+
"author": "Pandicka",
3+
"vanilla": "minecraft:black_concrete",
4+
"namespace": "fluid_point_intersection",
5+
"id": "pylon:fluid_pipe_creative",
6+
"display": "head",
7+
"properties": ["up","down","east","west","south","north"],
8+
"variants": {
9+
"up=false,down=false,east=false,west=false,south=false,north=true": {
10+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_noside"
11+
},
12+
"up=false,down=false,east=false,west=false,south=true,north=false": {
13+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_noside",
14+
"y": 180
15+
},
16+
"up=false,down=false,east=false,west=false,south=true,north=true": {
17+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_side"
18+
},
19+
"up=false,down=false,east=false,west=true,south=false,north=false": {
20+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_noside",
21+
"y": 90
22+
},
23+
"up=false,down=false,east=false,west=true,south=false,north=true": {
24+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_elbow"
25+
},
26+
"up=false,down=false,east=false,west=true,south=true,north=false": {
27+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_elbow",
28+
"y": 90
29+
},
30+
"up=false,down=false,east=false,west=true,south=true,north=true": {
31+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_tee",
32+
"y": 90
33+
},
34+
"up=false,down=false,east=true,west=false,south=false,north=false": {
35+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_noside",
36+
"y": 270
37+
},
38+
"up=false,down=false,east=true,west=false,south=false,north=true": {
39+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_elbow",
40+
"y": 270
41+
},
42+
"up=false,down=false,east=true,west=false,south=true,north=false": {
43+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_elbow",
44+
"y": 180
45+
},
46+
"up=false,down=false,east=true,west=false,south=true,north=true": {
47+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_tee",
48+
"y": 270
49+
},
50+
"up=false,down=false,east=true,west=true,south=false,north=false": {
51+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_side",
52+
"y": 90
53+
},
54+
"up=false,down=false,east=true,west=true,south=false,north=true": {
55+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_tee"
56+
},
57+
"up=false,down=false,east=true,west=true,south=true,north=false": {
58+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_tee",
59+
"y": 180
60+
},
61+
"up=false,down=false,east=true,west=true,south=true,north=true": {
62+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_cross"
63+
},
64+
"up=false,down=true,east=false,west=false,south=false,north=false": {
65+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_noside",
66+
"x": 90
67+
},
68+
"up=false,down=true,east=false,west=false,south=false,north=true": {
69+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_elbow",
70+
"z": 270
71+
},
72+
"up=false,down=true,east=false,west=false,south=true,north=false": {
73+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_elbow",
74+
"y": 180,
75+
"z": 270
76+
},
77+
"up=false,down=true,east=false,west=false,south=true,north=true": {
78+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_tee",
79+
"x": 90,
80+
"z": 90
81+
},
82+
"up=false,down=true,east=false,west=true,south=false,north=false": {
83+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_elbow",
84+
"y": 90,
85+
"z": 270
86+
},
87+
"up=false,down=true,east=false,west=true,south=false,north=true": {
88+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_elbow_alt",
89+
"x": 180,
90+
"y": 90
91+
},
92+
"up=false,down=true,east=false,west=true,south=true,north=false": {
93+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_elbow_alt",
94+
"x": 180
95+
},
96+
"up=false,down=true,east=false,west=true,south=true,north=true": {
97+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_cross_alt",
98+
"x": 180,
99+
"y": 90
100+
},
101+
"up=false,down=true,east=true,west=false,south=false,north=false": {
102+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_elbow",
103+
"y": 270,
104+
"z": 270
105+
},
106+
"up=false,down=true,east=true,west=false,south=false,north=true": {
107+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_elbow_alt",
108+
"x": 180,
109+
"y": 180
110+
},
111+
"up=false,down=true,east=true,west=false,south=true,north=false": {
112+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_elbow_alt",
113+
"x": 270,
114+
"y": 180
115+
},
116+
"up=false,down=true,east=true,west=false,south=true,north=true": {
117+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_cross_alt",
118+
"x": 180,
119+
"y": 270
120+
},
121+
"up=false,down=true,east=true,west=true,south=false,north=false": {
122+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_tee",
123+
"x": 90,
124+
"z": 180
125+
},
126+
"up=false,down=true,east=true,west=true,south=false,north=true": {
127+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_cross_alt",
128+
"x": 180,
129+
"y": 180
130+
},
131+
"up=false,down=true,east=true,west=true,south=true,north=false": {
132+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_cross_alt",
133+
"x": 180
134+
},
135+
"up=false,down=true,east=true,west=true,south=true,north=true": {
136+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_5_cross",
137+
"x": 180
138+
},
139+
"up=true,down=false,east=false,west=false,south=false,north=false": {
140+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_noside",
141+
"x": 270
142+
},
143+
"up=true,down=false,east=false,west=false,south=false,north=true": {
144+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_elbow",
145+
"z": 90
146+
},
147+
"up=true,down=false,east=false,west=false,south=true,north=false": {
148+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_elbow",
149+
"y": 180,
150+
"z": 90
151+
},
152+
"up=true,down=false,east=false,west=false,south=true,north=true": {
153+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_tee",
154+
"x": 270,
155+
"z": 90
156+
},
157+
"up=true,down=false,east=false,west=true,south=false,north=false": {
158+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_elbow",
159+
"x": 270
160+
},
161+
"up=true,down=false,east=false,west=true,south=false,north=true": {
162+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_elbow_alt"
163+
},
164+
"up=true,down=false,east=false,west=true,south=true,north=false": {
165+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_elbow_alt",
166+
"y": 90
167+
},
168+
"up=true,down=false,east=false,west=true,south=true,north=true": {
169+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_cross_alt",
170+
"x": 270,
171+
"y": 90,
172+
"z": 90
173+
},
174+
"up=true,down=false,east=true,west=false,south=false,north=false": {
175+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_elbow",
176+
"y": 270,
177+
"z": 90
178+
},
179+
"up=true,down=false,east=true,west=false,south=false,north=true": {
180+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_elbow_alt",
181+
"y": 270
182+
},
183+
"up=true,down=false,east=true,west=false,south=true,north=false": {
184+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_elbow_alt",
185+
"y": 180
186+
},
187+
"up=true,down=false,east=true,west=false,south=true,north=true": {
188+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_cross_alt",
189+
"y": 270
190+
},
191+
"up=true,down=false,east=true,west=true,south=false,north=false": {
192+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_tee",
193+
"x": 270
194+
},
195+
"up=true,down=false,east=true,west=true,south=false,north=true": {
196+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_cross_alt"
197+
},
198+
"up=true,down=false,east=true,west=true,south=true,north=false": {
199+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_cross_alt",
200+
"y": 180
201+
},
202+
"up=true,down=false,east=true,west=true,south=true,north=true": {
203+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_5_cross"
204+
},
205+
"up=true,down=true,east=false,west=false,south=false,north=false": {
206+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_side",
207+
"x": 90
208+
},
209+
"up=true,down=true,east=false,west=false,south=false,north=true": {
210+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_tee",
211+
"z": 90
212+
},
213+
"up=true,down=true,east=false,west=false,south=true,north=false": {
214+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_tee",
215+
"y": 180,
216+
"z": 90
217+
},
218+
"up=true,down=true,east=false,west=false,south=true,north=true": {
219+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_cross",
220+
"z": 90
221+
},
222+
"up=true,down=true,east=false,west=true,south=false,north=false": {
223+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_tee",
224+
"y": 90,
225+
"z": 90
226+
},
227+
"up=true,down=true,east=false,west=true,south=false,north=true": {
228+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_cross_alt",
229+
"y": 90,
230+
"z": 90
231+
},
232+
"up=true,down=true,east=false,west=true,south=true,north=false": {
233+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_cross_alt",
234+
"x": 180,
235+
"z": 270
236+
},
237+
"up=true,down=true,east=false,west=true,south=true,north=true": {
238+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_5_cross",
239+
"z": 270
240+
},
241+
"up=true,down=true,east=true,west=false,south=false,north=false": {
242+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_tee",
243+
"y": 270,
244+
"z": 90
245+
},
246+
"up=true,down=true,east=true,west=false,south=false,north=true": {
247+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_cross_alt",
248+
"z": 90
249+
},
250+
"up=true,down=true,east=true,west=false,south=true,north=false": {
251+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_cross_alt",
252+
"x": 180,
253+
"z": 90
254+
},
255+
"up=true,down=true,east=true,west=false,south=true,north=true": {
256+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_5_cross",
257+
"z": 90
258+
},
259+
"up=true,down=true,east=true,west=true,south=false,north=false": {
260+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_cross",
261+
"x": 90
262+
},
263+
"up=true,down=true,east=true,west=true,south=false,north=true": {
264+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_5_cross",
265+
"x": 90
266+
},
267+
"up=true,down=true,east=true,west=true,south=true,north=false": {
268+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_5_cross",
269+
"x": 270
270+
},
271+
"up=true,down=true,east=true,west=true,south=true,north=true": {
272+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_all"
273+
}
274+
}
275+
}
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"author": "Pandicka",
3+
"vanilla": "minecraft:red_concrete",
4+
"namespace": "fluid_point_output",
5+
"id": "pylon:fluid_pipe_creative",
6+
"display": "head",
7+
"properties": ["face"],
8+
"variants": {
9+
"face=north": {
10+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_noside",
11+
"y": 180
12+
},
13+
"face=south": {
14+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_noside"
15+
},
16+
"face=west": {
17+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_noside",
18+
"y": 270
19+
},
20+
"face=east": {
21+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_noside",
22+
"y": 90
23+
},
24+
"face=up": {
25+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_noside",
26+
"x": 90
27+
},
28+
"face=down": {
29+
"model": "pylon:block/machines/pipes/display/creative/intersection_point_noside",
30+
"x": 270
31+
}
32+
}
33+
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"author": "Pandicka",
3-
"vanilla": "minecraft:iron_block",
4-
"model": "pylon:block/machines/diesel_machines/quarry"
3+
"vanilla": "minecraft:yellow_terracotta",
4+
"model": "pylon:block/machines/diesel_machines/quarry_gui"
55
}

0 commit comments

Comments
 (0)