diff options
author | apotato321 <ryrylin5@gmail.com> | 2020-11-17 14:34:12 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-17 14:34:12 -0800 |
commit | 549357a3a201a2a24bfab4406346ab2289248929 (patch) | |
tree | f0e223f259d634852a48fc8454d0fcf756f1dafa /items/ETERNAL_HOOF.json | |
parent | 21aed1acba081de6af108596c1c09376f69f3730 (diff) | |
parent | 27b5eb06a7f3926492ea83b2f59401ca7671b5f4 (diff) | |
download | NotEnoughUpdates-REPO-549357a3a201a2a24bfab4406346ab2289248929.tar.gz NotEnoughUpdates-REPO-549357a3a201a2a24bfab4406346ab2289248929.tar.bz2 NotEnoughUpdates-REPO-549357a3a201a2a24bfab4406346ab2289248929.zip |
Merge pull request #3 from Moulberry/master
123123
Diffstat (limited to 'items/ETERNAL_HOOF.json')
-rw-r--r-- | items/ETERNAL_HOOF.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/items/ETERNAL_HOOF.json b/items/ETERNAL_HOOF.json new file mode 100644 index 00000000..d3c6a330 --- /dev/null +++ b/items/ETERNAL_HOOF.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:golden_horse_armor", + "displayname": "§9Eternal Hoof", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gain §a2% §7chance to find Trick\",1:\"§7or Treat chests.\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§9§lRARE ACCESSORY\"],Name:\"§9Eternal Hoof\"},ExtraAttributes:{id:\"ETERNAL_HOOF\"}}", + "damage": 0, + "lore": [ + "§7Gain §a2% §7chance to find Trick", + "§7or Treat chests.", + "", + "§7§8This item can be reforged!", + "§9§lRARE ACCESSORY" + ], + "recipe": { + "A1": "SOUL_FRAGMENT:1", + "A2": "SOUL_FRAGMENT:1", + "A3": "SOUL_FRAGMENT:1", + "B1": "SOUL_FRAGMENT:1", + "B2": "LUCKY_HOOF:1", + "B3": "SOUL_FRAGMENT:1", + "C1": "SOUL_FRAGMENT:1", + "C2": "SOUL_FRAGMENT:1", + "C3": "SOUL_FRAGMENT:1" + }, + "internalname": "ETERNAL_HOOF", + "clickcommand": "viewrecipe", + "modver": "1.5-REL" +}
\ No newline at end of file |