diff options
author | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-08-20 06:26:11 +1000 |
---|---|---|
committer | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-08-20 06:26:11 +1000 |
commit | d673233ca2315e92ec703a9d39ac3c436fa9fad1 (patch) | |
tree | 1cd56a32dc76b2c7173b2232049abc426793599e /items/DUNGEON_CHEST_KEY.json | |
parent | 885669e05fb9476f3c96fca471df19588430fc24 (diff) | |
parent | a6d765c01b809e775c0dc1bc6c10ac8576086709 (diff) | |
download | NotEnoughUpdates-REPO-d673233ca2315e92ec703a9d39ac3c436fa9fad1.tar.gz NotEnoughUpdates-REPO-d673233ca2315e92ec703a9d39ac3c436fa9fad1.tar.bz2 NotEnoughUpdates-REPO-d673233ca2315e92ec703a9d39ac3c436fa9fad1.zip |
Merge branch 'master' of https://github.com/Moulberry/NotEnoughUpdates-REPO
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 |