diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-10-31 14:33:19 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-31 14:33:19 +1100 |
commit | b7202d52f404898d677b6a05a8f35f641417437f (patch) | |
tree | 4c5875fbed9c50d2405ccf340fe050600d2f2b67 /items/ECTOPLASM.json | |
parent | 4d7122837083f7e4549932c48e670ce9237a365d (diff) | |
parent | 5cb9414a678506aa6f11b0d81e79f2cb13c9ef24 (diff) | |
download | NotEnoughUpdates-REPO-b7202d52f404898d677b6a05a8f35f641417437f.tar.gz NotEnoughUpdates-REPO-b7202d52f404898d677b6a05a8f35f641417437f.tar.bz2 NotEnoughUpdates-REPO-b7202d52f404898d677b6a05a8f35f641417437f.zip |
Merge pull request #293 from IRONM00N/master
Halloween Items Etc.
Diffstat (limited to 'items/ECTOPLASM.json')
-rw-r--r-- | items/ECTOPLASM.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/items/ECTOPLASM.json b/items/ECTOPLASM.json new file mode 100644 index 00000000..3589f6ce --- /dev/null +++ b/items/ECTOPLASM.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:prismarine_crystals", + "displayname": "§9Ectoplasm", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Spooky, yet practical.\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§9§lRARE\"],Name:\"§9Ectoplasm\"},ExtraAttributes:{id:\"ECTOPLASM\"}}", + "damage": 0, + "lore": [ + "§7Spooky, yet practical.", + "", + "§eRight-click to view recipes!", + "", + "§9§lRARE" + ], + "internalname": "ECTOPLASM", + "clickcommand": "", + "modver": "1.4-REL" +}
\ No newline at end of file |