-
Notifications
You must be signed in to change notification settings - Fork 2
/
external_database.json
50 lines (50 loc) · 3.33 KB
/
external_database.json
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
{
"mechanization:raw_tin": {
"id": "minecraft:structure_block",
"custom_data": {"smithed": {"dict": {"raw": {"tin": true}}},"mechanization": {"id": "raw_tin"}},
"item_name": "{\"text\": \"Raw Tin\", \"italic\": false, \"color\": \"white\"}",
"lore": ["['', {'text': 'I', 'color': 'white', 'italic': false, 'font': 'simplenergy:icons'}, {'text': ' Mechanization', 'italic': true, 'color': 'blue'}]"]
},
"mechanization:tin_ore": {
"id": "minecraft:blast_furnace",
"custom_data": {"smithed": {"dict": {"ore": {"tin": true}}},"mechanization": {"id": "tin_ore"}},
"item_name": "{\"text\": \"Tin Ore\", \"italic\": false, \"color\": \"white\"}",
"lore": ["['', {'text': 'I', 'color': 'white', 'italic': false, 'font': 'simplenergy:icons'}, {'text': ' Mechanization', 'italic': true, 'color': 'blue'}]"]
},
"mechanization:deepslate_tin_ore": {
"id": "minecraft:blast_furnace",
"custom_data": {"smithed": {"dict": {"ore": {"tin": true}}},"mechanization": {"id": "tin_ore"}},
"item_name": "{\"text\": \"Deepslate Tin Ore\", \"italic\": false, \"color\": \"white\"}",
"lore": ["['', {'text': 'I', 'color': 'white', 'italic': false, 'font': 'simplenergy:icons'}, {'text': ' Mechanization', 'italic': true, 'color': 'blue'}]"]
},
"mechanization:tin_ingot": {
"id": "minecraft:structure_block",
"custom_data": {"smithed": {"dict": {"ingot": {"tin": true}}},"mechanization": {"id": "tin_ingot"}},
"item_name": "{\"text\": \"Tin Ingot\", \"italic\": false, \"color\": \"white\"}",
"lore": ["['', {'text': 'I', 'color': 'white', 'italic': false, 'font': 'simplenergy:icons'}, {'text': ' Mechanization', 'italic': true, 'color': 'blue'}]"]
},
"mechanization:raw_titanium": {
"id": "minecraft:structure_block",
"custom_data": {"smithed": {"dict": {"raw": {"titanium": true}}},"mechanization": {"id": "raw_titanium"}},
"item_name": "{\"text\": \"Raw Titanium\", \"italic\": false, \"color\": \"white\"}",
"lore": ["['', {'text': 'I', 'color': 'white', 'italic': false, 'font': 'simplenergy:icons'}, {'text': ' Mechanization', 'italic': true, 'color': 'blue'}]"]
},
"mechanization:titanium_ore": {
"id": "minecraft:blast_furnace",
"custom_data": {"smithed": {"dict": {"ore": {"titanium": true}}},"mechanization": {"id": "titanium_ore"}},
"item_name": "{\"text\": \"Titanium Ore\", \"italic\": false, \"color\": \"white\"}",
"lore": ["['', {'text': 'I', 'color': 'white', 'italic': false, 'font': 'simplenergy:icons'}, {'text': ' Mechanization', 'italic': true, 'color': 'blue'}]"]
},
"mechanization:deepslate_titanium_ore": {
"id": "minecraft:blast_furnace",
"custom_data": {"smithed": {"dict": {"ore": {"titanium": true}}},"mechanization": {"id": "titanium_ore"}},
"item_name": "{\"text\": \"Deepslate Titanium Ore\", \"italic\": false, \"color\": \"white\"}",
"lore": ["['', {'text': 'I', 'color': 'white', 'italic': false, 'font': 'simplenergy:icons'}, {'text': ' Mechanization', 'italic': true, 'color': 'blue'}]"]
},
"mechanization:titanium_ingot": {
"id": "minecraft:structure_block",
"custom_data": {"smithed": {"dict": {"ingot": {"titanium": true}}},"mechanization": {"id": "titanium_ingot"}},
"item_name": "{\"text\": \"Titanium Ingot\", \"italic\": false, \"color\": \"white\"}",
"lore": ["['', {'text': 'I', 'color': 'white', 'italic': false, 'font': 'simplenergy:icons'}, {'text': ' Mechanization', 'italic': true, 'color': 'blue'}]"]
}
}