diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-11-08 17:46:34 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-08 17:46:34 +1100 |
commit | f8a56abfb09bfb9e9005a26ab9e42a80b30f966a (patch) | |
tree | 86a2e9ff2f9d80e4566fc60d0c968ca9b77a6a92 /items/DUNGEON_TRAP.json | |
parent | fcaae9f8f7ff42dcd42c2ec6fddd7ef64f46299f (diff) | |
parent | 50a5b5d568924333df1b61082fb977b5223d31f7 (diff) | |
download | NotEnoughUpdates-REPO-f8a56abfb09bfb9e9005a26ab9e42a80b30f966a.tar.gz NotEnoughUpdates-REPO-f8a56abfb09bfb9e9005a26ab9e42a80b30f966a.tar.bz2 NotEnoughUpdates-REPO-f8a56abfb09bfb9e9005a26ab9e42a80b30f966a.zip |
Merge pull request #292 from TymanWasTaken/master
Add wiki urls
Diffstat (limited to 'items/DUNGEON_TRAP.json')
-rw-r--r-- | items/DUNGEON_TRAP.json | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/items/DUNGEON_TRAP.json b/items/DUNGEON_TRAP.json index 865582b6..047cbc02 100644 --- a/items/DUNGEON_TRAP.json +++ b/items/DUNGEON_TRAP.json @@ -1,11 +1,11 @@ { "internalname": "DUNGEON_TRAP", - "itemid": 148, + "itemid": "minecraft:heavy_weighted_pressure_plate", "displayname": "§aTrap", "clickcommand": "", "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Place an explosive trap\",1:\"§7that triggers when mobs\",2:\"§7walk over it dealing\",3:\"§7§c20,000§7-§c250,000\",4:\"§c§7damage based on the\",5:\"§7dungeon floor you are on.\",6:\"\",7:\"§cDungeons only!\",8:\"\",9:\"§a§lUNCOMMON DUNGEON ITEM\"],Name:\"§aTrap\"},ExtraAttributes:{id:\"DUNGEON_TRAP\"}}", - "modver": "1.0.0", + "modver": "1.4-REL", "lore": [ "§7Place an explosive trap", "§7that triggers when mobs", @@ -17,5 +17,10 @@ "§cDungeons only!", "", "§a§lUNCOMMON DUNGEON ITEM" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Trap" ] -}
\ No newline at end of file +} |