diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-04-10 05:08:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-10 03:08:31 +0000 |
commit | 7d489aff38c343105b0fb706402e6ed785a19afc (patch) | |
tree | b5cc910a918b83c52e4dfd2f34059041795ca013 /items/MOLE;4.json | |
parent | deb0f6167140625d7997a88fdb15bab12d78d15f (diff) | |
download | NotEnoughUpdates-REPO-7d489aff38c343105b0fb706402e6ed785a19afc.tar.gz NotEnoughUpdates-REPO-7d489aff38c343105b0fb706402e6ed785a19afc.tar.bz2 NotEnoughUpdates-REPO-7d489aff38c343105b0fb706402e6ed785a19afc.zip |
Added SOME of the new items (alot missing) (#1150)
Diffstat (limited to 'items/MOLE;4.json')
-rw-r--r-- | items/MOLE;4.json | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/items/MOLE;4.json b/items/MOLE;4.json new file mode 100644 index 00000000..e0d59968 --- /dev/null +++ b/items/MOLE;4.json @@ -0,0 +1,48 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§7[Lvl {LVL}] §6Mole", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"896b5482-14d5-3cb8-8bd6-f349104382fa\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwNzg1NDE4MzUyNiwKICAicHJvZmlsZUlkIiA6ICIxMTM1Njg1ZTk3ZGE0ZjYyYTliNDQ3MzA0NGFiZjQ0MSIsCiAgInByb2ZpbGVOYW1lIiA6ICJNYXJpb1dsZXMiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzI3YmFhYWZjMDk5NzhkNGJkYTczZTE2YWZkZGU4NWVjMTNiMGY5NWFkOTg5NTI0YzVmY2FhNzE3Y2YwNmI0YSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Intelligence: §a{INTELLIGENCE}\",3:\"§7Mining Speed: §a{MINING_SPEED}\",4:\"\",5:\"§6Archaeologist\",6:\"§7§7Increase your chance of finding\",7:\"§7§cScavenged Items §7in the §2Mines of\",8:\"§2Divan §7by §a{0}%§7.\",9:\"\",10:\"§6Blind as a Mole\",11:\"§7§7Gain a §a{1}% §7chance for §eProfessor\",12:\"§eRobot §7to ask for 1 less part.\",13:\"\",14:\"§6Nucleic Explorer\",15:\"§7§7Gain a §a{2}% §7chance to receive an\",16:\"§7extra drop when completing the\",17:\"§7§dCrystal Nucleus§7.\",18:\"\",19:\"§7§eRight-click to add this pet to your\",20:\"§epet menu!\",21:\"\",22:\"§6§lLEGENDARY\"],Name:\"§7[Lvl {LVL}] §6Mole\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"MOLE\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"hideRightClick\\\":false,\\\"noMove\\\":false}\",id:\"MOLE;4\"}}", + "damage": 3, + "lore": [ + "§8Mining Pet", + "", + "§7Intelligence: §a{INTELLIGENCE}", + "§7Mining Speed: §a{MINING_SPEED}", + "", + "§6Archaeologist", + "§7§7Increase your chance of finding", + "§7§cScavenged Items §7in the §2Mines of", + "§2Divan §7by §a{0}%§7.", + "", + "§6Blind as a Mole", + "§7§7Gain a §a{1}% §7chance for §eProfessor", + "§eRobot §7to ask for 1 less part.", + "", + "§6Nucleic Explorer", + "§7§7Gain a §a{2}% §7chance to receive an", + "§7extra drop when completing the", + "§7§dCrystal Nucleus§7.", + "", + "§7§eRight-click to add this pet to your", + "§epet menu!", + "", + "§6§lLEGENDARY" + ], + "internalname": "MOLE;4", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "infoType": "", + "recipes": [ + { + "type": "forge", + "inputs": [ + "SKYBLOCK_COIN:300000.0", + "CLAW_FOSSIL:1.0" + ], + "count": 1.0, + "overrideOutputId": "MOLE;4", + "duration": 259200 + } + ] +}
\ No newline at end of file |