diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-03 15:28:59 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-03 15:28:59 -0400 |
commit | fda898157180835ef537d70e5137f108a61c7bed (patch) | |
tree | eab66b43c47cc4a7aec2c55040b11b7a73a79863 /items/LIVID_FRAGMENT.json | |
parent | 53df26bfed360f90f5eed3947e854606138888c7 (diff) | |
download | NotEnoughUpdates-REPO-fda898157180835ef537d70e5137f108a61c7bed.tar.gz NotEnoughUpdates-REPO-fda898157180835ef537d70e5137f108a61c7bed.tar.bz2 NotEnoughUpdates-REPO-fda898157180835ef537d70e5137f108a61c7bed.zip |
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 |