diff options
Diffstat (limited to 'items/DWARVEN_METAL_DETECTOR.json')
-rw-r--r-- | items/DWARVEN_METAL_DETECTOR.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/DWARVEN_METAL_DETECTOR.json b/items/DWARVEN_METAL_DETECTOR.json new file mode 100644 index 00000000..41151b00 --- /dev/null +++ b/items/DWARVEN_METAL_DETECTOR.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:iron_hoe", + "displayname": "§cMetal Detector", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Used to find lost Dwarven\",1:\"§7treasures in the §2Mines of\",2:\"§2Divan§7. The Metal Detector\",3:\"§7beeps louder and faster the\",4:\"§7closer you are to a buried\",5:\"§7treasure.\",6:\"\",7:\"§c§lSPECIAL\"],Name:\"§cMetal Detector\"},ExtraAttributes:{id:\"DWARVEN_METAL_DETECTOR\"}}", + "damage": 0, + "lore": [ + "§7Used to find lost Dwarven", + "§7treasures in the §2Mines of", + "§2Divan§7. The Metal Detector", + "§7beeps louder and faster the", + "§7closer you are to a buried", + "§7treasure.", + "", + "§c§lSPECIAL" + ], + "internalname": "DWARVEN_METAL_DETECTOR", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file |