diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-06-01 12:31:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-01 06:31:05 -0400 |
commit | b09d5d229d6134a9346b0a702bff4ccccf66e5d0 (patch) | |
tree | c09a00d380cff6e5bc60275061cb0a8cd8820896 /items/SINSEEKER_SCYTHE.json | |
parent | 5bbca4d6d6cce00e0eb29b2d315c772461d9ddfb (diff) | |
download | NotEnoughUpdates-REPO-b09d5d229d6134a9346b0a702bff4ccccf66e5d0.tar.gz NotEnoughUpdates-REPO-b09d5d229d6134a9346b0a702bff4ccccf66e5d0.tar.bz2 NotEnoughUpdates-REPO-b09d5d229d6134a9346b0a702bff4ccccf66e5d0.zip |
Reforge Stones and Rainbow Names + removing Item + update things (#503)
* Reforge Stones and Rainbow Names
* Removing dupe json with the wrong name
* Fixing other Stuff
* Another Rainbow name
* Another Fix
* Rainbow name
* Rainbow Name
* Another Fix
* First Part
* Fuck
* Part 2
* Part 3
* Part 4
* copy paste ftw
Diffstat (limited to 'items/SINSEEKER_SCYTHE.json')
-rw-r--r-- | items/SINSEEKER_SCYTHE.json | 38 |
1 files changed, 25 insertions, 13 deletions
diff --git a/items/SINSEEKER_SCYTHE.json b/items/SINSEEKER_SCYTHE.json index 93ac22aa..bb2be3ad 100644 --- a/items/SINSEEKER_SCYTHE.json +++ b/items/SINSEEKER_SCYTHE.json @@ -1,29 +1,41 @@ { "itemid": "minecraft:golden_hoe", - "displayname": "§4Sin§5seeker Scythe", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+100\",1:\"§7Strength: §c+100\",2:\"\",3:\"§6Item Ability: Sinrecall Transmission §e§lRIGHT CLICK\",4:\"§7Zap a line §57 §7blocks forward.\",5:\"\",6:\"§7Recast within 1s (§b1.5xmana§7)\",7:\"§7or warp back to starting point.\",8:\"\",9:\"§7Mobs crossing the line(s)\",10:\"§7recive a §cmelee hit §7from\",11:\"§7what you`re holding.\",12:\"§8Mana Cost: §3130\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§5§lEPICSWORD\"],Name:\"§4Sin§5seeker Scythe\"},ExtraAttributes:{id:\"SINSEEKER_SCYTHE\"}}", + "displayname": "§5§4Sin§5seeker Scythe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+100\",1:\"§7Strength: §c+100\",2:\"\",3:\"§6Ability: Sinrecall Transmission §e§lRIGHT CLICK\",4:\"§7Zap a line §54 §7blocks forward.\",5:\"§7\",6:\"§7Recast within 1s (§b1.5x mana§7)\",7:\"§7or warp back to starting point.\",8:\"§7\",9:\"§7Mobs crossing the line(s)\",10:\"§7receive a §cmelee hit §7from\",11:\"§7what you\u0027re holding.\",12:\"§8Mana Cost: §3260\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§7§4☠ §cRequires §5Enderman Slayer 6\",16:\"§5§lEPIC SWORD\"],Name:\"§5§4Sin§5seeker Scythe\"},ExtraAttributes:{id:\"SINSEEKER_SCYTHE\"}}", "damage": 0, "lore": [ "§7Damage: §c+100", "§7Strength: §c+100", "", - "§6Item Ability: Sinrecall Transmission §e§lRIGHT CLICK", - "§7Zap a line §57 §7blocks forward.", - "", - "§7Recast within 1s (§b1.5xmana§7)", + "§6Ability: Sinrecall Transmission §e§lRIGHT CLICK", + "§7Zap a line §54 §7blocks forward.", + "§7", + "§7Recast within 1s (§b1.5x mana§7)", "§7or warp back to starting point.", - "", + "§7", "§7Mobs crossing the line(s)", - "§7recive a §cmelee hit §7from", - "§7what you`re holding.", - "§8Mana Cost: §3130", + "§7receive a §cmelee hit §7from", + "§7what you\u0027re holding.", + "§8Mana Cost: §3260", "", "§7§8This item can be reforged!", - "§5§lEPICSWORD" + "§7§4☠ §cRequires §5Enderman Slayer 6", + "§5§lEPIC SWORD" ], + "recipe": { + "A1": "NULL_ATOM:4", + "A2": "NULL_OVOID:8", + "A3": "NULL_ATOM:4", + "B1": "NULL_OVOID:8", + "B2": "SINFUL_DICE:1", + "B3": "NULL_OVOID:8", + "C1": "NULL_ATOM:4", + "C2": "NULL_OVOID:8", + "C3": "NULL_ATOM:4" + }, "internalname": "SINSEEKER_SCYTHE", - "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.0.0-REL", + "crafttext": "", "infoType": "" }
\ No newline at end of file |