diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-11-28 19:21:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-28 18:21:20 +0000 |
commit | de9a85f0aeb34020a553aee032b898e6b4aa0077 (patch) | |
tree | 121284a9ef6e81fd81a7dde3dbe5e589a3a860d3 /items/STARRED_GLACIAL_SCYTHE.json | |
parent | 28aa9caa4fbdf986b1ede13b9e27d577c284652b (diff) | |
download | NotEnoughUpdates-REPO-de9a85f0aeb34020a553aee032b898e6b4aa0077.tar.gz NotEnoughUpdates-REPO-de9a85f0aeb34020a553aee032b898e6b4aa0077.tar.bz2 NotEnoughUpdates-REPO-de9a85f0aeb34020a553aee032b898e6b4aa0077.zip |
Added new items from the winter update and fixed some items (#1051)
* Added new items from the winter update and fixed some items
* Added new sack items
Co-Authored-By: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
* Added another missing item
* Added Toy and Hoodie
---------
Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
Diffstat (limited to 'items/STARRED_GLACIAL_SCYTHE.json')
-rw-r--r-- | items/STARRED_GLACIAL_SCYTHE.json | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/items/STARRED_GLACIAL_SCYTHE.json b/items/STARRED_GLACIAL_SCYTHE.json new file mode 100644 index 00000000..b352460e --- /dev/null +++ b/items/STARRED_GLACIAL_SCYTHE.json @@ -0,0 +1,40 @@ +{ + "itemid": "minecraft:diamond_hoe", + "displayname": "§5⚚ Glacial Scythe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+130\",1:\"§7Intelligence: §a+40\",2:\" §8[§7✎§8]\",3:\"\",4:\"§6Ability: Ice Bolt §e§lRIGHT CLICK\",5:\"§7Shoots §a1 §7Ice Bolt that deals\",6:\"§7§c6,697.2 §7damage and slows\",7:\"§7enemies hit for §a5 §7seconds!\",8:\"§7When hitting the ground, also\",9:\"§7creates an explosion of §a3\",10:\"§a§7blocks, dealing the same\",11:\"§7damage.\",12:\"§8Mana Cost: §375\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§5§lEPIC SWORD\"],Name:\"§5⚚ Glacial Scythe\"},ExtraAttributes:{id:\"STARRED_GLACIAL_SCYTHE\"}}", + "damage": 0, + "lore": [ + "§7Damage: §c+130", + "§7Intelligence: §a+40", + " §8[§7✎§8]", + "", + "§6Ability: Ice Bolt §e§lRIGHT CLICK", + "§7Shoots §a1 §7Ice Bolt that deals", + "§7§c6,697.2 §7damage and slows", + "§7enemies hit for §a5 §7seconds!", + "§7When hitting the ground, also", + "§7creates an explosion of §a3", + "§a§7blocks, dealing the same", + "§7damage.", + "§8Mana Cost: §375", + "", + "§7§8This item can be reforged!", + "§5§lEPIC SWORD" + ], + "recipe": { + "A1": "WINTER_FRAGMENT:1", + "A2": "WINTER_FRAGMENT:1", + "A3": "WINTER_FRAGMENT:1", + "B1": "WINTER_FRAGMENT:1", + "B2": "GLACIAL_SCYTHE:1", + "B3": "WINTER_FRAGMENT:1", + "C1": "WINTER_FRAGMENT:1", + "C2": "WINTER_FRAGMENT:1", + "C3": "WINTER_FRAGMENT:1" + }, + "internalname": "STARRED_GLACIAL_SCYTHE", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |