diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-01-16 16:44:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-16 10:44:33 -0500 |
commit | 4f409943c6eed9fb75ed765517d5b9b66e1a5440 (patch) | |
tree | ac143d513b487634983baa74b64876a58f84b601 /items/SORROW.json | |
parent | 8e84828b5d15b44345912d3821ae192b5f323eb5 (diff) | |
download | NotEnoughUpdates-REPO-4f409943c6eed9fb75ed765517d5b9b66e1a5440.tar.gz NotEnoughUpdates-REPO-4f409943c6eed9fb75ed765517d5b9b66e1a5440.tar.bz2 NotEnoughUpdates-REPO-4f409943c6eed9fb75ed765517d5b9b66e1a5440.zip |
Added new Items from the Mining Update (#358)
* Added new Items
* Forgot one Items brrr
Diffstat (limited to 'items/SORROW.json')
-rw-r--r-- | items/SORROW.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/items/SORROW.json b/items/SORROW.json new file mode 100644 index 00000000..5f924496 --- /dev/null +++ b/items/SORROW.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:ghast_tear", + "displayname": "§f§f§9Sorrow", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"\",2:\"§7§7§oTo become a ghost, one must\",3:\"§7§ogo through unimaginable\",4:\"§7§odistress.\",5:\"\",6:\"§9§lRARE\"],Name:\"§f§f§9Sorrow\"},ExtraAttributes:{id:\"SORROW\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§eRight-click to view recipes!", + "", + "§7§7§oTo become a ghost, one must", + "§7§ogo through unimaginable", + "§7§odistress.", + "", + "§9§lRARE" + ], + "internalname": "SORROW", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +}
\ No newline at end of file |