diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-09-14 11:40:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-14 11:40:07 +0200 |
commit | fc877134eacdd1a75be57f90577ba0628638bbe3 (patch) | |
tree | f7de6ca9cadb5979da2039c6a42135c44806defb /items/STARRED_THORNS_BOOTS.json | |
parent | 9861e27f07a1562bb4d1170c22a7b8c72fa63428 (diff) | |
download | NotEnoughUpdates-REPO-fc877134eacdd1a75be57f90577ba0628638bbe3.tar.gz NotEnoughUpdates-REPO-fc877134eacdd1a75be57f90577ba0628638bbe3.tar.bz2 NotEnoughUpdates-REPO-fc877134eacdd1a75be57f90577ba0628638bbe3.zip |
Added new alpha stuff (#978)
Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
Diffstat (limited to 'items/STARRED_THORNS_BOOTS.json')
-rw-r--r-- | items/STARRED_THORNS_BOOTS.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/items/STARRED_THORNS_BOOTS.json b/items/STARRED_THORNS_BOOTS.json new file mode 100644 index 00000000..aa0c21ac --- /dev/null +++ b/items/STARRED_THORNS_BOOTS.json @@ -0,0 +1,41 @@ +{ + "itemid": "minecraft:leather_boots", + "displayname": "§6⚚ Spirit Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d340\",1:\"§7Strength: §c+35\",2:\"§7Health: §a+150\",3:\"§7Defense: §a+50\",4:\"§7Speed: §a+35\",5:\"§7Intelligence: §a+50\",6:\"\",7:\"§6Ability: Spirit Glide \",8:\"§7Press and hold Sneak to fly\",9:\"§7around as a spirit.\",10:\"§8Mana Cost: §3250\",11:\"§8Cooldown: §a60s\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§7§4❣ §cRequires §aThe Catacombs Floor\",15:\"§aIV Completion§c.\",16:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:12566463,Name:\"§6⚚ Spirit Boots\"},ExtraAttributes:{id:\"STARRED_THORNS_BOOTS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d340", + "§7Strength: §c+35", + "§7Health: §a+150", + "§7Defense: §a+50", + "§7Speed: §a+35", + "§7Intelligence: §a+50", + "", + "§6Ability: Spirit Glide ", + "§7Press and hold Sneak to fly", + "§7around as a spirit.", + "§8Mana Cost: §3250", + "§8Cooldown: §a60s", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aIV Completion§c.", + "§6§lLEGENDARY DUNGEON BOOTS" + ], + "recipe": { + "A1": "THORN_FRAGMENT:1", + "A2": "THORN_FRAGMENT:1", + "A3": "THORN_FRAGMENT:1", + "B1": "THORN_FRAGMENT:1", + "B2": "THORNS_BOOTS:1", + "B3": "THORN_FRAGMENT:1", + "C1": "THORN_FRAGMENT:1", + "C2": "THORN_FRAGMENT:1", + "C3": "THORN_FRAGMENT:1" + }, + "internalname": "STARRED_THORNS_BOOTS", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |