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_GLOVES.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_GLOVES.json')
-rw-r--r-- | items/SNOW_GLOVES.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/items/SNOW_GLOVES.json b/items/SNOW_GLOVES.json new file mode 100644 index 00000000..47371d55 --- /dev/null +++ b/items/SNOW_GLOVES.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Snow Gloves", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"71f57944-19a7-3ad1-97e6-9abb66bd8058\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2OTM4OTk1MzIwMywKICAicHJvZmlsZUlkIiA6ICIwNDNkZWIzOGIyNjE0MTg1YTIzYzU4ZmI2YTc5ZWZkYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJWaXRhbFNpZ256MiIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9lODg3NDUwNDk3OGJkODY4ODgwYjAwNGU4ZTYxMTEzYmI1OGExMDIzYWY4NjczN2U3NzUxMTEwOGEyNmVjMDViIgogICAgfQogIH0KfQ\"}]}},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 GLOVES\"],Name:\"§9Snow Gloves\"},ExtraAttributes:{id:\"SNOW_GLOVES\"}}", + "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 GLOVES" + ], + "internalname": "SNOW_GLOVES", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |