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
|
{
"itemid": "minecraft:dropper",
"displayname": "§9Dwarven Super Compactor",
"nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7This item can be used as a\",1:\"§7minion upgrade.\",2:\"§7Automatically smelts materials\",3:\"§7produced by minions before\",4:\"§7compacting them into their\",5:\"§7enchanted form.\",6:\"\",7:\"§9§lRARE\"],Name:\"§9Dwarven Super Compactor\"},ExtraAttributes:{id:\"DWARVEN_COMPACTOR\"}}",
"damage": 0,
"lore": [
"§7This item can be used as a",
"§7minion upgrade.",
"§7Automatically smelts materials",
"§7produced by minions before",
"§7compacting them into their",
"§7enchanted form.",
"",
"§9§lRARE"
],
"recipe": {
"A1": "ENCHANTED_MITHRIL:8",
"A2": "AUTO_SMELTER:1",
"A3": "ENCHANTED_MITHRIL:8",
"B1": "ENCHANTED_MITHRIL:8",
"B2": "SUPER_COMPACTOR_3000:1",
"B3": "ENCHANTED_MITHRIL:8",
"C1": "ENCHANTED_MITHRIL:8",
"C2": "ENCHANTED_MITHRIL:8",
"C3": "ENCHANTED_MITHRIL:8"
},
"internalname": "DWARVEN_COMPACTOR",
"clickcommand": "viewrecipe",
"modver": "1.7.1-REL"
}
|