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": "Wooden Multiblock Tank",
"stream": [
{
"type": "textbox",
"content": [
"The §6Wooden Multiblock Tank§r is an early game solution for storing liquids. Unfortunately, it cannot store much, as it does not handle gases or hot liquids."
]
},
{
"type": "slots",
"item_list": [
{
"id": "gregtech:machine",
"damage": 1597,
"count": 1
}
]
},
{
"type": "textbox",
"content": [
"This Multiblock has one possible Multiblock Part, which is used for automatically filling and extracting fluids from the structure."
]
}
],
"fixed": [
{
"type": "slots",
"x": -12,
"y": 176,
"width": 59,
"height": 18,
"item_list": [
{
"id": "gregtech:machine",
"damage": 1596,
"count": 1
}
]
},
{
"type": "card",
"x": 7,
"y": 170,
"width": 178,
"height": 35,
"fill": -3745585,
"isShadow": true
},
{
"type": "textbox",
"x": 35,
"y": 176,
"width": 137,
"height": 20,
"content": [
"Tank Valve for automating structure. Maximum: 2"
]
}
],
"metatileentity": "tank.wood"
}
|