diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-01-15 10:52:19 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-01-15 10:52:19 -0500 |
commit | 7f3c750fc4829e23fd6b4df230018ef568fd2231 (patch) | |
tree | 3e7a6c97ce3a631f8beb883bad12eff639434f20 /items | |
parent | c45c7d2fdf37bf43f36cebf45774b9ab9a2bf0fb (diff) | |
download | NotEnoughUpdates-REPO-7f3c750fc4829e23fd6b4df230018ef568fd2231.tar.gz NotEnoughUpdates-REPO-7f3c750fc4829e23fd6b4df230018ef568fd2231.tar.bz2 NotEnoughUpdates-REPO-7f3c750fc4829e23fd6b4df230018ef568fd2231.zip |
Refined Diamond
Diffstat (limited to 'items')
-rw-r--r-- | items/REFINED_DIAMOND.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/items/REFINED_DIAMOND.json b/items/REFINED_DIAMOND.json new file mode 100644 index 00000000..c8bb3c1a --- /dev/null +++ b/items/REFINED_DIAMOND.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:diamond", + "displayname": "§5Refined Diamond", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"\",1:\"§7§7§oLooking at it for too long\",2:\"§7§omay cause eye trauma.\",3:\"\",4:\"§5§lEPIC\"],Name:\"§5Refined Diamond\"},ExtraAttributes:{id:\"REFINED_DIAMOND\"}}", + "damage": 0, + "lore": [ + "", + "§7§7§oLooking at it for too long", + "§7§omay cause eye trauma.", + "", + "§5§lEPIC" + ], + "internalname": "REFINED_DIAMOND", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +}
\ No newline at end of file |