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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
|
{
"section": "Electric",
"title": "Vacuum Freezer",
"stream": [
{
"type": "textbox",
"content": [
"The §6Vacuum Freezer§r is one of the more important Multiblocks, as it allows you to get actual ingots from super heated Blast Furnace outputs."
]
},
{
"type": "slots",
"item_list": [
{
"id": "gregtech:machine",
"damage": 1002,
"count": 1
}
]
},
{
"type": "textbox",
"content": [
"Any ingots made in the §6Electric Blast Furnace§r that have a blast temperature of greater than §91750§r K will not generate regular ingots, but instead will generate Hot Ingots. These Ingots will damage the player when held, and are required to be cooled down in the Vacuum Freezer."
]
}
],
"fixed": [
{
"type": "card",
"x": 6,
"y": 189,
"width": 178,
"height": 105,
"fill": -3745585,
"isShadow": true
},
{
"type": "slots",
"x": 7,
"y": 198,
"width": 56,
"height": 18,
"item_list": [
{
"id": "gregtech:machine",
"damage": 1151,
"count": 1
}
]
},
{
"type": "slots",
"x": 14,
"y": 224,
"width": 43,
"height": 18,
"item_list": [
{
"id": "gregtech:machine",
"damage": 1166,
"count": 1
}
]
},
{
"type": "textbox",
"x": 54,
"y": 199,
"width": 100,
"height": 20,
"content": [
"Item Input bus. Maximum 1"
]
},
{
"type": "textbox",
"x": 53,
"y": 223,
"width": 100,
"height": 20,
"content": [
"Item Output Bus. Maximum 1"
]
},
{
"type": "slots",
"x": 8,
"y": 249,
"width": 55,
"height": 18,
"item_list": [
{
"id": "gregtech:machine",
"damage": 1181,
"count": 1
}
]
},
{
"type": "slots",
"x": 1,
"y": 274,
"width": 68,
"height": 18,
"item_list": [
{
"id": "gregtech:machine",
"damage": 1196,
"count": 1
}
]
},
{
"type": "textbox",
"x": 52,
"y": 248,
"width": 100,
"height": 20,
"content": [
"Fluid Input Hatch. Optionally 1"
]
},
{
"type": "textbox",
"x": 51,
"y": 273,
"width": 100,
"height": 20,
"content": [
"Fluid Output Hatch. Optionally 1"
]
}
],
"metatileentity": "vacuum_freezer"
}
|