diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-12-03 11:25:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-03 21:25:24 +1100 |
commit | 8d30c12edce0800e744a93ee743e03a7f4dbb8c5 (patch) | |
tree | 3f5794f616926614c62e01df29a94d322dc50af1 /items/SNOW_BELT.json | |
parent | eb78fb7fe219a0ac5f7a937008be6b65c515e6cf (diff) | |
download | NotEnoughUpdates-REPO-8d30c12edce0800e744a93ee743e03a7f4dbb8c5.tar.gz NotEnoughUpdates-REPO-8d30c12edce0800e744a93ee743e03a7f4dbb8c5.tar.bz2 NotEnoughUpdates-REPO-8d30c12edce0800e744a93ee743e03a7f4dbb8c5.zip |
Added new jerry stuff, fixed oringo npc and books (#869)
Diffstat (limited to 'items/SNOW_BELT.json')
-rw-r--r-- | items/SNOW_BELT.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/items/SNOW_BELT.json b/items/SNOW_BELT.json new file mode 100644 index 00000000..f4735982 --- /dev/null +++ b/items/SNOW_BELT.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Snow Belt", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"fce4e950-464c-3df6-9b91-c53ff23ffd03\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2OTM4OTk2Nzc3NSwKICAicHJvZmlsZUlkIiA6ICJmZTE0M2FhZTVmNGE0YTdiYjM4MzcxM2U1Mjg0YmIxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJKZWZveHk0IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2JjMDNlODdmYmZhOTAzMjQ4OTRlOTY4YmU5NmI5OTMwZDk5OGVjY2NmNjYzMmRlMDQ3YjNlOWNjNjkxMTFjYzciCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Health: §a+10\",1:\"§7Speed: §a+4\",2:\"§7Intelligence: §a+10\",3:\"\",4:\"§6Full Set Bonus: Cold Thumb\",5:\"§7Allows the wearer to shoot\",6:\"§7unlimited snowballs when using\",7:\"§7§9Frosty the Snow Cannon§7.\",8:\"\",9:\"§7Each piece grants a §a5% §7bonus\",10:\"§7gift chance for every present\",11:\"§7you earn from the §cGift Attack\",12:\"§c§7minigame!\",13:\"\",14:\"§7All stats of this armor piece\",15:\"§7are doubled while on §cJerry\u0027s\",16:\"§cWorkshop§7!\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§9§lRARE BELT\"],Name:\"§9Snow Belt\"},ExtraAttributes:{id:\"SNOW_BELT\"}}", + "damage": 3, + "lore": [ + "§7Health: §a+10", + "§7Speed: §a+4", + "§7Intelligence: §a+10", + "", + "§6Full Set Bonus: Cold Thumb", + "§7Allows the wearer to shoot", + "§7unlimited snowballs when using", + "§7§9Frosty the Snow Cannon§7.", + "", + "§7Each piece grants a §a5% §7bonus", + "§7gift chance for every present", + "§7you earn from the §cGift Attack", + "§c§7minigame!", + "", + "§7All stats of this armor piece", + "§7are doubled while on §cJerry\u0027s", + "§cWorkshop§7!", + "", + "§7§8This item can be reforged!", + "§9§lRARE BELT" + ], + "internalname": "SNOW_BELT", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |