diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-11-15 01:32:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-15 00:32:18 +0000 |
commit | cf2ad629853bf5b652c016afb71d37bd0a877c1d (patch) | |
tree | f19da87b45997c900101726eee7c07c3f88c1af3 /items/INFINI_VACUUM.json | |
parent | e46bd6bb474c982515d8e9df3c6ae6e21fda1b97 (diff) | |
download | NotEnoughUpdates-REPO-cf2ad629853bf5b652c016afb71d37bd0a877c1d.tar.gz NotEnoughUpdates-REPO-cf2ad629853bf5b652c016afb71d37bd0a877c1d.tar.bz2 NotEnoughUpdates-REPO-cf2ad629853bf5b652c016afb71d37bd0a877c1d.zip |
Added some of the alpha items (#1035)
* Added some of the alpha items
* Added new sakc and museum items
Co-Authored-By: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
* Added new items
* Fixed Pesthunter Badge in parents
* Added missing garden update items
---------
Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
Diffstat (limited to 'items/INFINI_VACUUM.json')
-rw-r--r-- | items/INFINI_VACUUM.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/items/INFINI_VACUUM.json b/items/INFINI_VACUUM.json new file mode 100644 index 00000000..51815d2c --- /dev/null +++ b/items/INFINI_VACUUM.json @@ -0,0 +1,37 @@ +{ + "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\",7:\"§7a nearby §6Pest §7to suck it in,\",8:\"§7dealing §c200 §7damage per\",9:\"§7second.\",10:\"\",11:\"§6Ability: Pest Tracker §e§lLEFT CLICK\",12:\"§7Leads you in the direction of\",13:\"§7the nearest §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\",20:\"\",21:\"§7Cost\",22:\"§9SkyMart Hyper Vacuum\",23:\"§c1,000 Copper\"],Name:\"§5InfiniVacuum™\"},ExtraAttributes:{id:\"INFINI_VACUUM\"}}", + "damage": 0, + "lore": [ + "§7Damage: §c+200", + "", + "§7§7Helps rid the world of", + "§7§6Pests§7.", + "", + "§6Ability: Vacuum §e§lHOLD RIGHT CLICK", + "§7Aim and hold in the direction of", + "§7a nearby §6Pest §7to suck it in,", + "§7dealing §c200 §7damage per", + "§7second.", + "", + "§6Ability: Pest Tracker §e§lLEFT CLICK", + "§7Leads you in the direction of", + "§7the nearest §6Pest§7.", + "§8Cooldown: §a1s", + "", + "§7Vacuum Bag: §6§k0 §6 Pests", + "", + "§7§8This item can be reforged!", + "§5§lEPIC VACUUM", + "", + "§7Cost", + "§9SkyMart Hyper Vacuum", + "§c1,000 Copper" + ], + "internalname": "INFINI_VACUUM", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |