diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-04-13 12:49:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-13 10:49:36 +0000 |
commit | abcc153925a4d0213164ea1379ba51e82e8c31e1 (patch) | |
tree | 856b01c9cf421e77f151adec5b48e31c710ece8c /items/PENGUIN;4.json | |
parent | 6b79c227e6681e44ef0b4a41cecd2d9d6206ae63 (diff) | |
download | NotEnoughUpdates-REPO-abcc153925a4d0213164ea1379ba51e82e8c31e1.tar.gz NotEnoughUpdates-REPO-abcc153925a4d0213164ea1379ba51e82e8c31e1.tar.bz2 NotEnoughUpdates-REPO-abcc153925a4d0213164ea1379ba51e82e8c31e1.zip |
Added the last pets, fixed lores and added a recipe (#1157)
Diffstat (limited to 'items/PENGUIN;4.json')
-rw-r--r-- | items/PENGUIN;4.json | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/items/PENGUIN;4.json b/items/PENGUIN;4.json new file mode 100644 index 00000000..099df35f --- /dev/null +++ b/items/PENGUIN;4.json @@ -0,0 +1,45 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§7[Lvl 1] §6Penguin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"90ea5139-dc59-33a0-9715-d276ce992432\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwNzg1NDIwMTk4MywKICAicHJvZmlsZUlkIiA6ICI1NzgzZWMxNDgxMDI0ZDJmOTk4N2JhNGZhNWNlMmFmOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJCbHVlUGhlbml4NDMiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzc1MzRlOTdmMzZlNWE4MzM1OTI4ZTE3MWVjOTk2MDhiZWU3ZmIxNmUyNjBhZmIzMDEwMjViM2IxN2VlZWZjNCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Sea Creature Chance: §c{SEA_CREATURE_CHANCE}%\",3:\"\",4:\"§6Thick Blubber\",5:\"§7§7Each time you catch a Sea Creature,\",6:\"§7reduce your §b❄ Cold §7by §a{0}§7.\",7:\"\",8:\"§6Expert Glacite Fisher\",9:\"§7§7The fishing speed reduction from\",10:\"§7being underground is reduced by §a{1}%§7.\",11:\"\",12:\"§6Subzero Hero\",13:\"§7§7Gain §b+{2}§b☂ Fishing Speed §7while in the\",14:\"§7§bGlacite Tunnels§7.\",15:\"\",16:\"§7§eRight-click to add this pet to your\",17:\"§epet menu!\",18:\"\",19:\"§6§lLEGENDARY\"],Name:\"§7[Lvl 1] §6Penguin\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"PENGUIN\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"hideRightClick\\\":false,\\\"noMove\\\":false}\",id:\"PENGUIN;4\"}}", + "damage": 3, + "lore": [ + "§8Fishing Pet", + "", + "§7Sea Creature Chance: §c{SEA_CREATURE_CHANCE}%", + "", + "§6Thick Blubber", + "§7§7Each time you catch a Sea Creature,", + "§7reduce your §b❄ Cold §7by §a{0}§7.", + "", + "§6Expert Glacite Fisher", + "§7§7The fishing speed reduction from", + "§7being underground is reduced by §a{1}%§7.", + "", + "§6Subzero Hero", + "§7§7Gain §b+{2}§b☂ Fishing Speed §7while in the", + "§7§bGlacite Tunnels§7.", + "", + "§7§eRight-click to add this pet to your", + "§epet menu!", + "", + "§6§lLEGENDARY" + ], + "internalname": "PENGUIN;4", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "infoType": "", + "recipes": [ + { + "type": "forge", + "inputs": [ + "WEBBED_FOSSIL:1.0", + "FLAWLESS_AQUAMARINE_GEM:1.0" + ], + "count": 1, + "duration": 604800, + "overrideOutputId": "PENGUIN;4" + } + ] +}
\ No newline at end of file |