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
|
{
"section": "Primitive",
"title": "Steel Multiblock Tank",
"stream": [
{
"type": "textbox",
"content": [
"The §6Steel Multiblock Tank§r is another early game multiblock for storing fluids. However, unlike the Wooden version, this structure can store gases and hot fluids."
]
},
{
"type": "slots",
"item_list": [
{
"id": "gregtech:machine",
"damage": 1599,
"count": 1
}
]
},
{
"type": "textbox",
"content": [
"Similar to the Wooden version, this structure has specific Multiblock Parts used for automating fluid input and output into the structure."
]
}
],
"fixed": [
{
"type": "slots",
"x": 2,
"y": 149,
"width": 52,
"height": 18,
"item_list": [
{
"id": "gregtech:machine",
"damage": 1598,
"count": 1
}
]
},
{
"type": "card",
"x": 8,
"y": 146,
"width": 178,
"height": 32,
"fill": -3745585,
"isShadow": true
},
{
"type": "textbox",
"x": 47,
"y": 149,
"width": 137,
"height": 20,
"content": [
"Tank Valve for automating structure. Maximum: 2"
]
}
],
"metatileentity": "tank.steel"
}
|