diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-10-04 06:30:29 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-04 06:30:29 +1100 |
commit | 94d19e1d9751feb370ad788340174b26403bff5e (patch) | |
tree | eab66b43c47cc4a7aec2c55040b11b7a73a79863 /items/LIVID_FRAGMENT.json | |
parent | 3ecf258ced69724feb09c9807d1dd73719bf7f5c (diff) | |
parent | fda898157180835ef537d70e5137f108a61c7bed (diff) | |
download | NotEnoughUpdates-REPO-94d19e1d9751feb370ad788340174b26403bff5e.tar.gz NotEnoughUpdates-REPO-94d19e1d9751feb370ad788340174b26403bff5e.tar.bz2 NotEnoughUpdates-REPO-94d19e1d9751feb370ad788340174b26403bff5e.zip |
Merge pull request #279 from IRONM00N/master
More dungeon stuff| also added some more parenting
Diffstat (limited to 'items/LIVID_FRAGMENT.json')
-rw-r--r-- | items/LIVID_FRAGMENT.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/items/LIVID_FRAGMENT.json b/items/LIVID_FRAGMENT.json new file mode 100644 index 00000000..2fa64016 --- /dev/null +++ b/items/LIVID_FRAGMENT.json @@ -0,0 +1,14 @@ +{ + "itemid": "minecraft:netherbrick", + "displayname": "§9Livid Fragment", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"\",2:\"§9§lRARE DUNGEON ITEM\"],Name:\"§9Livid Fragment\"},ExtraAttributes:{id:\"LIVID_FRAGMENT\"}}", + "damage": 0, + "lore": [ + "§eRight-click to view recipes!", + "", + "§9§lRARE DUNGEON ITEM" + ], + "internalname": "LIVID_FRAGMENT", + "clickcommand": "", + "modver": "1.3-REL" +}
\ No newline at end of file |