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/FIRE_FREEZE_STAFF.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/FIRE_FREEZE_STAFF.json')
-rw-r--r-- | items/FIRE_FREEZE_STAFF.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/items/FIRE_FREEZE_STAFF.json b/items/FIRE_FREEZE_STAFF.json new file mode 100644 index 00000000..15419135 --- /dev/null +++ b/items/FIRE_FREEZE_STAFF.json @@ -0,0 +1,38 @@ +{ + "itemid": "minecraft:yellow_flower", + "displayname": "§5Fire Freeze Staff", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+50\",1:\"§7Strength: §c+20\",2:\" §8[§7✎§8]\",3:\"\",4:\"§6Ability: Fire Freeze §e§lRIGHT CLICK\",5:\"§7Creates a cirlce with a radius\",6:\"§7of §a5 blocks§7. After §a5s§7,\",7:\"§7all mobs inside are frozen for\",8:\"§7§a10s§7.\",9:\"§8Mana Cost: §3500\",10:\"§8Cooldown: §a10s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§5§lEPIC SWORD\"],Name:\"§5Fire Freeze Staff\"},ExtraAttributes:{id:\"FIRE_FREEZE_STAFF\"}}", + "damage": 0, + "lore": [ + "§7Damage: §c+50", + "§7Strength: §c+20", + " §8[§7✎§8]", + "", + "§6Ability: Fire Freeze §e§lRIGHT CLICK", + "§7Creates a cirlce with a radius", + "§7of §a5 blocks§7. After §a5s§7,", + "§7all mobs inside are frozen for", + "§7§a10s§7.", + "§8Mana Cost: §3500", + "§8Cooldown: §a10s", + "", + "§7§8This item can be reforged!", + "§5§lEPIC SWORD" + ], + "recipe": { + "A1": "", + "A2": "", + "A3": "SPELL_POWDER:5", + "B1": "", + "B2": "WITHER_SOUL:20", + "B3": "", + "C1": "STICK:1", + "C2": "", + "C3": "" + }, + "internalname": "FIRE_FREEZE_STAFF", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |