diff options
author | jani270 <jani270@gmx.de> | 2022-04-22 06:57:21 +0200 |
---|---|---|
committer | jani270 <jani270@gmx.de> | 2022-04-22 06:57:21 +0200 |
commit | 63769b63076a9951a3089abf519b3e9fff825b13 (patch) | |
tree | 2fd8b4b8155e4a53e6ff4279c9685b81d9346fb7 /items/MOODY_GRAPPLESHOT.json | |
parent | bbe06336ddc4d9480a9cb4792dbbcdfa2cd6b4b4 (diff) | |
download | NotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.tar.gz NotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.tar.bz2 NotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.zip |
Nether stuff and mob recipes
Diffstat (limited to 'items/MOODY_GRAPPLESHOT.json')
-rw-r--r-- | items/MOODY_GRAPPLESHOT.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/items/MOODY_GRAPPLESHOT.json b/items/MOODY_GRAPPLESHOT.json new file mode 100644 index 00000000..8ba37039 --- /dev/null +++ b/items/MOODY_GRAPPLESHOT.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:tripwire_hook", + "displayname": "§5Moody Grappleshot", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§6Ability: Big Pull §e§lRIGHT CLICK\",1:\"§7Throw a hook to grab and pull\",2:\"§7blazes.\",3:\"§7\",4:\"§7Pulling a blaze multiplies its\",5:\"§7damage taken by §c2x §7and stops\",6:\"§7it from flying.\",7:\"§8Mana Cost: §330\",8:\"§8Cooldown: §a1s\",9:\"\",10:\"§5§lEPIC\"],Name:\"§5Moody Grappleshot\"},ExtraAttributes:{id:\"MOODY_GRAPPLESHOT\"}}", + "damage": 0, + "lore": [ + "§6Ability: Big Pull §e§lRIGHT CLICK", + "§7Throw a hook to grab and pull", + "§7blazes.", + "§7", + "§7Pulling a blaze multiplies its", + "§7damage taken by §c2x §7and stops", + "§7it from flying.", + "§8Mana Cost: §330", + "§8Cooldown: §a1s", + "", + "§5§lEPIC" + ], + "internalname": "MOODY_GRAPPLESHOT", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |