diff options
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 +} |