diff options
author | TymanWasTaken <32660892+TymanWasTaken@users.noreply.github.com> | 2020-10-29 20:09:23 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-29 20:09:23 -0600 |
commit | d3244230324197f0aa438b10b23f4cbae0e363e3 (patch) | |
tree | 8372125404c2c4c884effd731744b407d623d56e /items/DUNGEON_TRAP.json | |
parent | 333c409609a4f81ddcb5d7c9fb7d3b6231b2a473 (diff) | |
download | NotEnoughUpdates-REPO-d3244230324197f0aa438b10b23f4cbae0e363e3.tar.gz NotEnoughUpdates-REPO-d3244230324197f0aa438b10b23f4cbae0e363e3.tar.bz2 NotEnoughUpdates-REPO-d3244230324197f0aa438b10b23f4cbae0e363e3.zip |
Add dungeon trap wiki url
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 +} |