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
|
{
"itemid": "minecraft:anvil",
"displayname": "§5Reforge Anvil",
"nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Opens a menu that allows you to\",1:\"§7apply advanced reforges to items\",2:\"§7using various types of §aReforge\",3:\"§aStones§7.\",4:\"\",5:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§5Reforge Anvil\"},ExtraAttributes:{id:\"REFORGE_ANVIL\"}}",
"damage": 0,
"lore": [
"§7Opens a menu that allows you to",
"§7apply advanced reforges to items",
"§7using various types of §aReforge",
"§aStones§7.",
"",
"§5§lEPIC DUNGEON ITEM"
],
"recipe": {
"A1": "ENCHANTED_OBSIDIAN:64",
"A2": "ENCHANTED_OBSIDIAN:64",
"A3": "ENCHANTED_OBSIDIAN:64",
"B1": "",
"B2": "ENCHANTED_OBSIDIAN:64",
"B3": "",
"C1": "ENCHANTED_IRON:64",
"C2": "ENCHANTED_IRON:64",
"C3": "ENCHANTED_IRON:64"
},
"internalname": "REFORGE_ANVIL",
"crafttext": "Requires: Obsidian X",
"clickcommand": "viewrecipe",
"modver": "2.0.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Reforge_Anvil"
]
}
|