summaryrefslogtreecommitdiff
path: root/config/gregtech/terminal/guide/multiblocks/en_us/electric/implosion_compressor.json
blob: bb6d263b2198a4b81da0cf985b22da2b1e7dc04e (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
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": "Implosion Compressor",
  "stream": [
    {
      "type": "textbox",
      "content": [
        "The §6Implosion Compressor§r is a Multiblock that turns gem dusts back into gems, as well as processes a few other recipes."
      ]
    },
    {
      "type": "slots",
      "item_list": [
        {
          "id": "gregtech:machine",
          "damage": 1003,
          "count": 1
        }
      ]
    },
    {
      "type": "textbox",
      "content": [
        "Recipes in the Implosion Compressor use varying explosives with different efficiencies, so make sure to check recipes in JEI."
      ]
    }
  ],
  "fixed": [
    {
      "type": "card",
      "x": 11,
      "y": 138,
      "width": 179,
      "height": 112,
      "fill": -3745585,
      "isShadow": true
    },
    {
      "type": "slots",
      "x": 6,
      "y": 147,
      "width": 63,
      "height": 18,
      "item_list": [
        {
          "id": "gregtech:machine",
          "damage": 1151,
          "count": 1
        }
      ]
    },
    {
      "type": "slots",
      "x": 6,
      "y": 174,
      "width": 63,
      "height": 18,
      "item_list": [
        {
          "id": "gregtech:machine",
          "damage": 1166,
          "count": 1
        }
      ]
    },
    {
      "type": "slots",
      "x": 7,
      "y": 203,
      "width": 63,
      "height": 18,
      "item_list": [
        {
          "id": "gregtech:machine",
          "damage": 1657,
          "count": 1
        }
      ]
    },
    {
      "type": "slots",
      "x": 9,
      "y": 229,
      "width": 58,
      "height": 18,
      "item_list": [
        {
          "id": "gregtech:machine",
          "damage": 1654,
          "count": 1
        }
      ]
    },
    {
      "type": "textbox",
      "x": 56,
      "y": 146,
      "width": 100,
      "height": 20,
      "content": [
        "Item Input Bus. Minimum 1"
      ]
    },
    {
      "type": "textbox",
      "x": 52,
      "y": 172,
      "width": 100,
      "height": 20,
      "content": [
        "Item Output Bus. Minimum 1"
      ]
    },
    {
      "type": "textbox",
      "x": 53,
      "y": 203,
      "width": 100,
      "height": 20,
      "content": [
        "Muffler Hatch. Exactly 1"
      ]
    },
    {
      "type": "textbox",
      "x": 55,
      "y": 227,
      "width": 100,
      "height": 20,
      "content": [
        "Maintenance Hatch. Exactly 1"
      ]
    }
  ],
  "metatileentity": "implosion_compressor"
}