diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-11-17 18:28:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-17 18:28:05 +0100 |
commit | 7471c374b676edd4b9da22dbc752ad365ce5c9b6 (patch) | |
tree | c83e9c6f0995cb6b1314f750628c2e1a7be5a506 /items/PELT_BELT.json | |
parent | d0b970f10ff94cadd7100c1778f1710d8009a98b (diff) | |
download | NotEnoughUpdates-REPO-7471c374b676edd4b9da22dbc752ad365ce5c9b6.tar.gz NotEnoughUpdates-REPO-7471c374b676edd4b9da22dbc752ad365ce5c9b6.tar.bz2 NotEnoughUpdates-REPO-7471c374b676edd4b9da22dbc752ad365ce5c9b6.zip |
New Trapper Items (#862)
* New Trapper Items
* Fixed 3 Items
* Fixed recipe
* Ups
* Fixed recipe
Diffstat (limited to 'items/PELT_BELT.json')
-rw-r--r-- | items/PELT_BELT.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/items/PELT_BELT.json b/items/PELT_BELT.json new file mode 100644 index 00000000..ecfa8238 --- /dev/null +++ b/items/PELT_BELT.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Pelt Belt", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"601aadb8-d316-3ab8-8d4d-b172761421f8\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2NzM4NTU1MjgyNiwKICAicHJvZmlsZUlkIiA6ICJhZjQwMzQxMTk1YTg0ZDcwODFkNWNmNDE3MDM5ODJmNSIsCiAgInByb2ZpbGVOYW1lIiA6ICJBdHJ4dSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS85ZjM1MTBjMDg2YmNmZGJiNmNkNWM3YTk5ZDMzNGYzZTNkMmJiNThiZDEwOWIyOGRiZDE4MWEzODQ3MWE3OTk2IiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Speed: §a+30\",1:\"§7Farming Wisdom: §a+1\",2:\"\",3:\"§7§7Gain §f+30✦ Speed §7while in\",4:\"§7the §eMushroom Desert§7.\",5:\"§7§7Earn §5+1 pelt §7from tracker\",6:\"§7quests.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§5§lEPIC BELT\"],Name:\"§5Pelt Belt\"},ExtraAttributes:{id:\"PELT_BELT\"}}", + "damage": 3, + "lore": [ + "§7Speed: §a+30", + "§7Farming Wisdom: §a+1", + "", + "§7§7Gain §f+30✦ Speed §7while in", + "§7the §eMushroom Desert§7.", + "§7§7Earn §5+1 pelt §7from tracker", + "§7quests.", + "", + "§7§8This item can be reforged!", + "§5§lEPIC BELT" + ], + "internalname": "PELT_BELT", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |