diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-08-03 16:14:51 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-08-03 16:14:51 -0400 |
commit | 87ee7fe2ce0af1b3f1afb290418e7265b33a5221 (patch) | |
tree | 53d329e07f05b37fd3803770de185ded46bf00b4 /items/DUNGEON_CHEST_KEY.json | |
parent | 91f8aa7db485ae8359dc634734889dc41c546678 (diff) | |
download | NotEnoughUpdates-REPO-87ee7fe2ce0af1b3f1afb290418e7265b33a5221.tar.gz NotEnoughUpdates-REPO-87ee7fe2ce0af1b3f1afb290418e7265b33a5221.tar.bz2 NotEnoughUpdates-REPO-87ee7fe2ce0af1b3f1afb290418e7265b33a5221.zip |
Dungeon f4
Diffstat (limited to 'items/DUNGEON_CHEST_KEY.json')
-rw-r--r-- | items/DUNGEON_CHEST_KEY.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/items/DUNGEON_CHEST_KEY.json b/items/DUNGEON_CHEST_KEY.json new file mode 100644 index 00000000..f6245266 --- /dev/null +++ b/items/DUNGEON_CHEST_KEY.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:tripwire_hook", + "displayname": "§f§f§9Dungeon Chest Key", + "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Allows you to open an additional\",1:\"§7treasure chest at the end of a\",2:\"§7dungeon!\",3:\"\",4:\"§9§lRARE DUNGEON ITEM\"],Name:\"§f§f§9Dungeon Chest Key\"},ExtraAttributes:{id:\"DUNGEON_CHEST_KEY\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7Allows you to open an additional", + "§7treasure chest at the end of a", + "§7dungeon!", + "", + "§9§lRARE DUNGEON ITEM" + ], + "internalname": "DUNGEON_CHEST_KEY", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "" +}
\ No newline at end of file |