diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-07-18 21:51:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-18 15:51:42 -0400 |
commit | afbb8b3d5aa067a0a3ac0580d47fcf0e8bf6213f (patch) | |
tree | 824b9c74346542e1f9cd1acc8c5f972f0f1af76b /items/SUPERBOOM_TNT.json | |
parent | 961d00e76ee01ae80c524982f5125fd9182bbece (diff) | |
download | NotEnoughUpdates-REPO-afbb8b3d5aa067a0a3ac0580d47fcf0e8bf6213f.tar.gz NotEnoughUpdates-REPO-afbb8b3d5aa067a0a3ac0580d47fcf0e8bf6213f.tar.bz2 NotEnoughUpdates-REPO-afbb8b3d5aa067a0a3ac0580d47fcf0e8bf6213f.zip |
Mining Stuff - Added and fixed some Stuff (#552)
* Mining Stuff
* Stuff
* Ench Books and other Stuff
* Updating Mobs
* Epic Pet Fix
* Other Stuff
* github is dumb
* Wiki Links
* Added new Drill
* Added Reforge Stats
* Added Wiki Link
* Wiki Links
* Wiki URL
* New Stuff
* New Items
* New Item
* Fixed Superboom
* New Drill
* Added new Pet so people wont crash (no pet stats)
* Removed UUID and Timestamp from new Pet
* Pet Stuff
* Stuff
* Fixed Tank
* WIki Links
* Wiki Links
* Power Talisman Things
* Other Stuff
* Added Recipe
* Recipe Fix
* Fixed Pet
* stone
Diffstat (limited to 'items/SUPERBOOM_TNT.json')
-rw-r--r-- | items/SUPERBOOM_TNT.json | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/items/SUPERBOOM_TNT.json b/items/SUPERBOOM_TNT.json index 73a3f686..6cd22198 100644 --- a/items/SUPERBOOM_TNT.json +++ b/items/SUPERBOOM_TNT.json @@ -1,18 +1,20 @@ { - "internalname": "SUPERBOOM_TNT", "itemid": "minecraft:tnt", "displayname": "§9Superboom TNT", - "clickcommand": "", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Breaks weak walls. Can be used\",1:\"§7to blow up Crypts in §cThe\",2:\"§cCatacombs §7and §3Crystal\",3:\"§3Hollows§7.\",4:\"\",5:\"§9§lRARE\"],Name:\"§9Superboom TNT\"},ExtraAttributes:{id:\"SUPERBOOM_TNT\"}}", "damage": 0, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Breaks weak walls. Can be\",1:\"§7used to blow up Crypts in\",2:\"§7§cThe Catacombs§7.\",3:\"\",4:\"§9§lRARE\"],Name:\"§9Superboom TNT\"},ExtraAttributes:{id:\"SUPERBOOM_TNT\"}}", - "modver": "1.0.0", "lore": [ - "§7Breaks weak walls. Can be", - "§7used to blow up Crypts in", - "§7§cThe Catacombs§7.", + "§7Breaks weak walls. Can be used", + "§7to blow up Crypts in §cThe", + "§cCatacombs §7and §3Crystal", + "§3Hollows§7.", "", "§9§lRARE" ], + "internalname": "SUPERBOOM_TNT", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Superboom_TNT" |