1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
|
{
"section": "Electric",
"title": "Distillation Tower",
"stream": [
{
"type": "textbox",
"content": [
"The §6Distillation Tower§r is the Variable Layer Multiblock form of the Single Block Distilleries. While the Distillery can only have one output from an input fluid, the Distillation Tower can get all possible outputs from the input fluid.\n\nHowever, the Distillation Tower has a few additional limitations. Most importantly, The number of fluids that the Distillation Tower can output is equal to the number of layers of the of the Multiblock. Additionally, the Distillation Tower cannot be formed with Multifluid output hatches, and the fluid input hatch must be located on the bottom layer of the structure."
]
},
{
"type": "slots",
"item_list": [
{
"id": "gregtech:machine",
"damage": 1005,
"count": 1
}
]
}
],
"fixed": [
{
"type": "card",
"x": 10,
"y": 234,
"width": 177,
"height": 90,
"fill": -3745585,
"isShadow": true
},
{
"type": "slots",
"x": 3,
"y": 269,
"width": 52,
"height": 18,
"item_list": [
{
"id": "gregtech:machine",
"damage": 1181,
"count": 1
}
]
},
{
"type": "slots",
"x": -1,
"y": 242,
"width": 61,
"height": 18,
"item_list": [
{
"id": "gregtech:machine",
"damage": 1196,
"count": 1
}
]
},
{
"type": "slots",
"x": -5,
"y": 296,
"width": 67,
"height": 18,
"item_list": [
{
"id": "gregtech:machine",
"damage": 1166,
"count": 1
}
]
},
{
"type": "textbox",
"x": 50,
"y": 241,
"width": 100,
"height": 20,
"content": [
"Fluid Output Hatch. Exactly 1 per layer"
]
},
{
"type": "textbox",
"x": 49,
"y": 267,
"width": 100,
"height": 20,
"content": [
"Fluid Input Hatch. Exactly 1"
]
},
{
"type": "textbox",
"x": 46,
"y": 294,
"width": 100,
"height": 20,
"content": [
"Item Output bus. Optionally 1"
]
}
],
"metatileentity": "distillation_tower"
}
|