diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-04-16 22:48:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-16 20:48:01 +0000 |
commit | 11ad0bd074e92e1ccfd6b45880d592d628734def (patch) | |
tree | 7f6130dc7f11229cafb28ea0b6952c6e19a102ab /items/INFINI_VACUUM.json | |
parent | c88899b255e3bd06deeb30e470a6c731016d3592 (diff) | |
download | NotEnoughUpdates-REPO-11ad0bd074e92e1ccfd6b45880d592d628734def.tar.gz NotEnoughUpdates-REPO-11ad0bd074e92e1ccfd6b45880d592d628734def.tar.bz2 NotEnoughUpdates-REPO-11ad0bd074e92e1ccfd6b45880d592d628734def.zip |
Added 2 missing dyes and some misc fixes (#1164)
* Added 2 missing dyes and some misc fixes
* Remove scatha recipe
Diffstat (limited to 'items/INFINI_VACUUM.json')
-rw-r--r-- | items/INFINI_VACUUM.json | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/items/INFINI_VACUUM.json b/items/INFINI_VACUUM.json index b77d07c6..d613e441 100644 --- a/items/INFINI_VACUUM.json +++ b/items/INFINI_VACUUM.json @@ -1,18 +1,19 @@ { "itemid": "minecraft:chest_minecart", "displayname": "§5InfiniVacuum™", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+200\",1:\"\",2:\"§7§7Helps rid the world of\",3:\"§7§6Pests§7.\",4:\"\",5:\"§6Ability: Vacuum §e§lHOLD RIGHT CLICK\",6:\"§7Aim and hold in the direction of a\",7:\"§7nearby §6Pest §7within §e12.5 §7blocks to suck\",8:\"§7it in, dealing §c300 §7damage per second.\",9:\"\",10:\"§6Ability: Pest Tracker §e§lLEFT CLICK\",11:\"§7Leads you in the direction of the\",12:\"§7nearest §6Pest§7.\",13:\"§8Cooldown: §a1s\",14:\"\",15:\"§7Vacuum Bag: §6§k0 §6 Pests\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§5§lEPIC VACUUM\"],Name:\"§5InfiniVacuum™\"},ExtraAttributes:{id:\"INFINI_VACUUM\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+200\",1:\" §8[§7☘§8]\",2:\"\",3:\"§7§7Helps rid the world of §6Pests§7.\",4:\"\",5:\"§6Ability: Vacuum §e§lHOLD RIGHT CLICK\",6:\"§7Aim and hold in the direction of a\",7:\"§7nearby §6Pest §7within §e12.5 §7blocks to\",8:\"§7suck it in, dealing §c200 §7damage per\",9:\"§7second.\",10:\"\",11:\"§6Ability: Pest Tracker §e§lLEFT CLICK\",12:\"§7Leads you in the direction of the\",13:\"§7nearest §6Pest§7.\",14:\"§8Cooldown: §a1s\",15:\"\",16:\"§7Vacuum Bag: §6§k0 §6 Pests\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§5§lEPIC VACUUM\"],Name:\"§5InfiniVacuum™\"},ExtraAttributes:{id:\"INFINI_VACUUM\"}}", "damage": 0, "lore": [ "§7Damage: §c+200", + " §8[§7☘§8]", "", - "§7§7Helps rid the world of", - "§7§6Pests§7.", + "§7§7Helps rid the world of §6Pests§7.", "", "§6Ability: Vacuum §e§lHOLD RIGHT CLICK", "§7Aim and hold in the direction of a", - "§7nearby §6Pest §7within §e12.5 §7blocks to suck", - "§7it in, dealing §c300 §7damage per second.", + "§7nearby §6Pest §7within §e12.5 §7blocks to", + "§7suck it in, dealing §c200 §7damage per", + "§7second.", "", "§6Ability: Pest Tracker §e§lLEFT CLICK", "§7Leads you in the direction of the", @@ -27,7 +28,7 @@ "internalname": "INFINI_VACUUM", "crafttext": "", "clickcommand": "", - "modver": "2.1.1-PRE", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/InfiniVacuum™", |