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/RACING_HELMET.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/RACING_HELMET.json')
-rw-r--r-- | items/RACING_HELMET.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/items/RACING_HELMET.json b/items/RACING_HELMET.json new file mode 100644 index 00000000..c06df18c --- /dev/null +++ b/items/RACING_HELMET.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§6Racing Helmet", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2f6efae3-65aa-3040-8738-db804d687acd\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY1NTg2ODcxMjQwMCwKICAicHJvZmlsZUlkIiA6ICJmZTYxY2RiMjUyMTA0ODYzYTljY2E2ODAwZDRiMzgzZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJNeVNoYWRvd3MiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmNlMDc0NmIxMmVlNDA1Mzk1OGUxNDBiYTI5NTkzMjcyYmQ4NGNhMzRiYWY1MGQwZDgwYjViYzNjNjE1ZTljNiIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Speed: §a+400\",1:\"\",2:\"§7§7When horses are not fast\",3:\"§7enough, use a Racing Helmet\",4:\"§7instead.\",5:\"\",6:\"§7§7Increases your speed cap to\",7:\"§7§a500§7.\",8:\"\",9:\"§7Claimed by: §b[MVP§3+§b] Throwpo§f\",10:\"\",11:\"§8Edition #1\",12:\"§8July 2022\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§6§lLEGENDARY HELMET\"],Name:\"§f§f§6Racing Helmet\"},ExtraAttributes:{date:1658802939803L,edition:52,id:\"RACING_HELMET\",recipient_name:\"§b[MVP§c+§b] Aikatu§f\",player:\"§b[MVP§c+§b] Aikatu§f\"}}", + "damage": 3, + "lore": [ + "§7Speed: §a+400", + "", + "§7§7When horses are not fast", + "§7enough, use a Racing Helmet", + "§7instead.", + "", + "§7§7Increases your speed cap to", + "§7§a500§7.", + "", + "§7Claimed by: §b[MVP§3+§b] Throwpo§f", + "", + "§8Edition #1", + "§8July 2022", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY HELMET" + ], + "internalname": "RACING_HELMET", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |