summaryrefslogtreecommitdiff
path: root/config/gregtech/terminal/guide/multiblocks/en_us/primitive/steam_oven.json
blob: b45a1bf660420cd49b35165a28f995246648e7bc (plain)
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
{
  "section": "Primitive",
  "title": "Steam Oven",
  "stream": [
    {
      "type": "textbox",
      "content": [
        "The §6Steam Oven§r is an early game multiblock for performing furnace recipes. It can perform up to §58§r recipes in parallel, and has duration of §51.5§r times the normal furnace recipe duration.\n\nThis should not really matter, but only the first output from the recipe will be obtained. Although if someone is adding a weird furnace recipe, that is their fault."
      ]
    },
    {
      "type": "slots",
      "item_list": [
        {
          "id": "gregtech:machine",
          "damage": 1024,
          "count": 1
        }
      ]
    },
    {
      "type": "textbox",
      "content": [
        "Unlike other Multiblocks, this structure has specialized hatches for handling steam that must be used."
      ]
    }
  ],
  "fixed": [
    {
      "type": "card",
      "x": 4,
      "y": 217,
      "width": 182,
      "height": 81,
      "fill": -3745585,
      "isShadow": true
    },
    {
      "type": "slots",
      "x": 11,
      "y": 224,
      "width": 50,
      "height": 18,
      "item_list": [
        {
          "id": "gregtech:machine",
          "damage": 1651,
          "count": 1
        }
      ]
    },
    {
      "type": "slots",
      "x": 5,
      "y": 247,
      "width": 62,
      "height": 18,
      "item_list": [
        {
          "id": "gregtech:machine",
          "damage": 1652,
          "count": 1
        }
      ]
    },
    {
      "type": "slots",
      "x": 10,
      "y": 272,
      "width": 52,
      "height": 18,
      "item_list": [
        {
          "id": "gregtech:machine",
          "damage": 1653,
          "count": 1
        }
      ]
    },
    {
      "type": "textbox",
      "x": 53,
      "y": 224,
      "width": 117,
      "height": 20,
      "content": [
        "Specialized Output bus for Steam Multiblocks"
      ]
    },
    {
      "type": "textbox",
      "x": 53,
      "y": 250,
      "width": 120,
      "height": 20,
      "content": [
        "Specialized Input bus for Steam Multiblocks"
      ]
    },
    {
      "type": "textbox",
      "x": 53,
      "y": 273,
      "width": 120,
      "height": 20,
      "content": [
        "Specialized Input Hatch for Steam Multiblocks"
      ]
    }
  ],
  "metatileentity": "steam_oven"
}