diff options
author | BuildTools <james.jenour@protonmail.com> | 2020-07-08 14:52:27 +1000 |
---|---|---|
committer | BuildTools <james.jenour@protonmail.com> | 2020-07-08 14:52:27 +1000 |
commit | 2ebf7137e1827cfb5e4e2bd7f0bb1ca04971507b (patch) | |
tree | a8876b04cf9d5ae6a9abfdc74950092a4fd61e45 /items/DUNGEON_DECOY.json | |
parent | 0272241edb84e1a2288e6a204a5f196ede529704 (diff) | |
download | NotEnoughUpdates-REPO-2ebf7137e1827cfb5e4e2bd7f0bb1ca04971507b.tar.gz NotEnoughUpdates-REPO-2ebf7137e1827cfb5e4e2bd7f0bb1ca04971507b.tar.bz2 NotEnoughUpdates-REPO-2ebf7137e1827cfb5e4e2bd7f0bb1ca04971507b.zip |
dungeons & other stuff
Diffstat (limited to 'items/DUNGEON_DECOY.json')
-rw-r--r-- | items/DUNGEON_DECOY.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/items/DUNGEON_DECOY.json b/items/DUNGEON_DECOY.json new file mode 100644 index 00000000..b085505a --- /dev/null +++ b/items/DUNGEON_DECOY.json @@ -0,0 +1,19 @@ +{ + "internalname": "DUNGEON_DECOY", + "itemid": 383, + "displayname": "§aDecoy", + "clickcommand": "", + "damage": 0, + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Runs around and draws\",1:\"§7attention from nearby mobs,\",2:\"§7very handy for creating a\",3:\"§7distraction!\",4:\"\",5:\"§cDungeons only!\",6:\"\",7:\"§a§lUNCOMMON DUNGEON ITEM\"],Name:\"§aDecoy\"},ExtraAttributes:{id:\"DUNGEON_DECOY\"}}", + "modver": "1.0.0", + "lore": [ + "§7Runs around and draws", + "§7attention from nearby mobs,", + "§7very handy for creating a", + "§7distraction!", + "", + "§cDungeons only!", + "", + "§a§lUNCOMMON DUNGEON ITEM" + ] +}
\ No newline at end of file |