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
|
{
"section": "Primitive",
"title": "Coke Oven",
"stream": [
{
"type": "textbox",
"content": [
"The §6Coke Oven§r is most likely one of the first Multiblocks that you will make. It is the source of early game §1Charcoal§r, a nice fuel for making §1Steel§r initially."
]
},
{
"type": "slots",
"item_list": [
{
"id": "gregtech:machine",
"damage": 1017,
"count": 1
}
]
},
{
"type": "textbox",
"content": [
"Unlike other Multiblocks,this structure has a limited number of multiblock parts that can be added."
]
}
],
"fixed": [
{
"type": "card",
"x": 6,
"y": 137,
"width": 182,
"height": 61,
"fill": -3745585,
"isShadow": true
},
{
"type": "slots",
"x": 3,
"y": 140,
"width": 52,
"height": 18,
"item_list": [
{
"id": "gregtech:machine",
"damage": 1017,
"count": 1
}
]
},
{
"type": "slots",
"x": -3,
"y": 163,
"width": 65,
"height": 18,
"item_list": [
{
"id": "gregtech:machine",
"damage": 1018,
"count": 1
}
]
},
{
"type": "textbox",
"x": 46,
"y": 160,
"width": 100,
"height": 20,
"content": [
"The Coke Oven Hatch. Maximum: 5"
]
},
{
"type": "textbox",
"x": 47,
"y": 139,
"width": 100,
"height": 20,
"content": [
"The Controller Block"
]
}
],
"metatileentity": "coke_oven"
}
|