diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-08-20 13:12:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-20 13:12:30 +0200 |
commit | 64398a560ef328a787e5106197504a56d9cf80db (patch) | |
tree | 9206bdf4feb105884ea498c453741381ef265bf5 /items/SILKRIDER_SAFETY_BELT.json | |
parent | 3ae2abbed4df9a495d9ab068202c09736b072add (diff) | |
download | NotEnoughUpdates-REPO-64398a560ef328a787e5106197504a56d9cf80db.tar.gz NotEnoughUpdates-REPO-64398a560ef328a787e5106197504a56d9cf80db.tar.bz2 NotEnoughUpdates-REPO-64398a560ef328a787e5106197504a56d9cf80db.zip |
New Alpha Stuff (#787)
* Nerds
* More Items
* I love stats
* I love hypixel
* Added and changed stuff from shitty update
* editor throwing
* I love the github editor
* More fixes
* Added new stuff to enchants.json
Co-Authored-By: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>
Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>
Diffstat (limited to 'items/SILKRIDER_SAFETY_BELT.json')
-rw-r--r-- | items/SILKRIDER_SAFETY_BELT.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/items/SILKRIDER_SAFETY_BELT.json b/items/SILKRIDER_SAFETY_BELT.json new file mode 100644 index 00000000..e6b14b3b --- /dev/null +++ b/items/SILKRIDER_SAFETY_BELT.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Silkrider Safety Belt", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0cdf40f0-71c8-3e8a-868d-a01742a51cd0\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NzcxNTE3OTkyNCwKICAicHJvZmlsZUlkIiA6ICIxYWZhZjc2NWI1ZGY0NjA3YmY3ZjY1ZGYzYWIwODhhOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJMb3lfQmxvb2RBbmdlbCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS83MDdiYjRmMDMwODE3YWY3NDFjNTU0MjE1NmJjYmExNTU4YzgyYjAwOTE2ZDkxNTllMmMyOTcyZGE3NWQ5MGIyIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Speed: §a+2\",1:\"\",2:\"§7Monster melee attacks reduce §a1\",3:\"§a§7less §aф Rift Time§7.\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§9§lRARE BELT\"],Name:\"§9Silkrider Safety Belt\"},ExtraAttributes:{id:\"SILKRIDER_SAFETY_BELT\"}}", + "damage": 3, + "lore": [ + "§7Speed: §a+2", + "", + "§7Monster melee attacks reduce §a1", + "§a§7less §aф Rift Time§7.", + "", + "§7§8This item can be reforged!", + "§9§lRARE BELT" + ], + "internalname": "SILKRIDER_SAFETY_BELT", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |