1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"internalname": "MEDIUM_ENCHANTED_CHEST",
"itemid": "minecraft:chest",
"displayname": "Medium Storage",
"clickcommand": "viewrecipe",
"damage": 0,
"nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Place this chest next to a\",1:\"§7minion and the minion will store\",2:\"§7items inside once its storage is\",3:\"§7full!\",4:\"\",5:\"§7Storage space: §b9 §7items\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§aMedium Storage\"},ExtraAttributes:{id:\"MEDIUM_ENCHANTED_CHEST\"}}",
"modver": "1.0.0",
"lore": [
"§7Place this chest next to a",
"§7minion and the minion will store",
"§7items inside once its storage is",
"§7full!",
"",
"§7Storage space: §b9 §7items",
"",
"§a§lUNCOMMON"
]
}
|