diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-05-11 12:53:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-11 06:53:46 -0400 |
| commit | ca865f4658593db06f052383063aaefd46c6f7db (patch) | |
| tree | bec7dfb39e314e72b2d9b97b5fe0e79d479fb9ae | |
| parent | 0da7c9f5a74e7d645d7350701ac5ae992f4a441f (diff) | |
| download | NotEnoughUpdates-REPO-ca865f4658593db06f052383063aaefd46c6f7db.tar.gz NotEnoughUpdates-REPO-ca865f4658593db06f052383063aaefd46c6f7db.tar.bz2 NotEnoughUpdates-REPO-ca865f4658593db06f052383063aaefd46c6f7db.zip | |
Bits and other Things (#490)
36 files changed, 212 insertions, 104 deletions
diff --git a/constants/enchants.json b/constants/enchants.json index 9c1a1418..a110beda 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -314,6 +314,17 @@ ], [ "ultimate_one_for_all", "vicious" + ], [ + "turbo_pumpkin", + "turbo_warts", + "turbo_cactus", + "turbo_cane", + "turbo_carrot", + "turbo_coco", + "turbo_melon", + "turbo_mushrooms", + "turbo_potato", + "turbo_wheat" ] ], "enchants_min_level": { diff --git a/constants/misc.json b/constants/misc.json index da933cd9..ecfccc05 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -1095,7 +1095,8 @@ "8259ca8a1c8c4a28b1e5678d9fd56e69", "4009f07032504886b50d0a6d690b4808", "a44f5df190134f969f210f6399c8c5c7", - "54ce173e4ba74fdab08c14c8f88200d1" + "54ce173e4ba74fdab08c14c8f88200d1", + "ee541c71b14b46a1a259cf84b80a9b6e" ], "ranks": { diff --git a/items/AUTOPET_RULES_2.json b/items/AUTOPET_RULES_2.json index 564e18a5..689a4b19 100644 --- a/items/AUTOPET_RULES_2.json +++ b/items/AUTOPET_RULES_2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§cAutopet Rules 2-Pack", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"53733439-f518-34d6-aadf-8229f084bd31\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzMxNmE4Yjk2Y2I5YWVlYTUxNDBkZDkzNmM2ZWJiOTY0ZWZjYmZkNzFhZTIxN2Q5ZjcwODg4ZWZiMTRlN2MwIn19fQ==\"}]}},display:{Lore:[0:\"§7Adds §b+2 §7rules to your§r§7\",1:\"§7§cAutopet§7!§r§7\",2:\"§r§7\",3:\"§7The §cAutopet §7allows you§r§7\",4:\"§7to §aautomatically §7equip§r§7\",5:\"§7pets depending on rules you§r§7\",6:\"§7choose.§r§7\",7:\"§r§7\",8:\"§eHold and right-click to consume!§r§7\",9:\"§r§7\",10:\"§7§8Find the Autopet in your§r§7\",11:\"§8Pets menu after unlocking at§r§7\",12:\"§8least 1 rule.§r§7\",13:\"§r§7\",14:\"§c§lSPECIAL§r§7\"],Name:\"§cAutopet Rules 2-Pack\"},ExtraAttributes:{id:\"AUTOPET_RULES_2\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"53733439-f518-34d6-aadf-8229f084bd31\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzMxNmE4Yjk2Y2I5YWVlYTUxNDBkZDkzNmM2ZWJiOTY0ZWZjYmZkNzFhZTIxN2Q5ZjcwODg4ZWZiMTRlN2MwIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Adds §b+2 §7rules to your\",1:\"§7§cAutopet§7!\",2:\"\",3:\"§7The §cAutopet §7allows you\",4:\"§7to §aautomatically §7equip\",5:\"§7pets depending on rules you\",6:\"§7choose.\",7:\"\",8:\"§eHold and right-click to consume!\",9:\"\",10:\"§7§8Find the Autopet in your\",11:\"§8Pets menu after unlocking at\",12:\"§8least 1 rule.\",13:\"\",14:\"§c§lSPECIAL\",15:\"\",16:\"§7Cost\",17:\"§b21,000 Bits\"],Name:\"§cAutopet Rules 2-Pack\"},ExtraAttributes:{id:\"AUTOPET_RULES_2\"}}", "damage": 3, "lore": [ "§7Adds §b+2 §7rules to your", @@ -18,13 +18,17 @@ "§8Pets menu after unlocking at", "§8least 1 rule.", "", - "§c§lSPECIAL" + "§c§lSPECIAL", + "", + "§7Cost", + "§b21,000 Bits" ], "internalname": "AUTOPET_RULES_2", "clickcommand": "", "modver": "2.0.0-REL", - "infoType":"WIKI_URL", - "info":[ + "infoType": "WIKI_URL", + "info": [ "https://hypixel-skyblock.fandom.com/wiki/Autopet_Rules_2-Pack" - ] + ], + "crafttext": "" }
\ No newline at end of file diff --git a/items/BITS_TALISMAN.json b/items/BITS_TALISMAN.json index 502b5862..22688602 100644 --- a/items/BITS_TALISMAN.json +++ b/items/BITS_TALISMAN.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Bits Talisman", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"fadceafa-c17a-34a0-8579-6e2730206e5e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7ImlkIjoiZTU1ZDQ5ODJkYjgxNDhjOTg3NmFlZDU4NzU2ZDQ0YjgiLCJ0eXBlIjoiU0tJTiIsInVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmViYWRiMTcyNWFhODViYjI4MTBkMGI3M2JmN2NkNzRkYjNkOWQ4ZmM2MWM0Y2Y5ZTU0M2RiY2MxOTkxODdjYyIsInByb2ZpbGVJZCI6IjM0OGU1MzI0MTkyZjRjZTBiYzVmMTJkZmM4ZDE0MTAxIiwidGV4dHVyZUlkIjoiMmViYWRiMTcyNWFhODViYjI4MTBkMGI3M2JmN2NkNzRkYjNkOWQ4ZmM2MWM0Y2Y5ZTU0M2RiY2MxOTkxODdjYyJ9fSwic2tpbiI6eyJpZCI6ImU1NWQ0OTgyZGI4MTQ4Yzk4NzZhZWQ1ODc1NmQ0NGI4IiwidHlwZSI6IlNLSU4iLCJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzJlYmFkYjE3MjVhYTg1YmIyODEwZDBiNzNiZjdjZDc0ZGIzZDlkOGZjNjFjNGNmOWU1NDNkYmNjMTk5MTg3Y2MiLCJwcm9maWxlSWQiOiIzNDhlNTMyNDE5MmY0Y2UwYmM1ZjEyZGZjOGQxNDEwMSIsInRleHR1cmVJZCI6IjJlYmFkYjE3MjVhYTg1YmIyODEwZDBiNzNiZjdjZDc0ZGIzZDlkOGZjNjFjNGNmOWU1NDNkYmNjMTk5MTg3Y2MifSwiY2FwZSI6bnVsbH0\u003d\"}]}},display:{Lore:[0:\"§7Whenever you gain bits,\",1:\"§7grants a §b10% §7chance to\",2:\"§7gain double!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE ACCESSORY\"],Name:\"§9Bits Talisman\"},ExtraAttributes:{id:\"BITS_TALISMAN\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"fadceafa-c17a-34a0-8579-6e2730206e5e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7ImlkIjoiZTU1ZDQ5ODJkYjgxNDhjOTg3NmFlZDU4NzU2ZDQ0YjgiLCJ0eXBlIjoiU0tJTiIsInVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmViYWRiMTcyNWFhODViYjI4MTBkMGI3M2JmN2NkNzRkYjNkOWQ4ZmM2MWM0Y2Y5ZTU0M2RiY2MxOTkxODdjYyIsInByb2ZpbGVJZCI6IjM0OGU1MzI0MTkyZjRjZTBiYzVmMTJkZmM4ZDE0MTAxIiwidGV4dHVyZUlkIjoiMmViYWRiMTcyNWFhODViYjI4MTBkMGI3M2JmN2NkNzRkYjNkOWQ4ZmM2MWM0Y2Y5ZTU0M2RiY2MxOTkxODdjYyJ9fSwic2tpbiI6eyJpZCI6ImU1NWQ0OTgyZGI4MTQ4Yzk4NzZhZWQ1ODc1NmQ0NGI4IiwidHlwZSI6IlNLSU4iLCJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzJlYmFkYjE3MjVhYTg1YmIyODEwZDBiNzNiZjdjZDc0ZGIzZDlkOGZjNjFjNGNmOWU1NDNkYmNjMTk5MTg3Y2MiLCJwcm9maWxlSWQiOiIzNDhlNTMyNDE5MmY0Y2UwYmM1ZjEyZGZjOGQxNDEwMSIsInRleHR1cmVJZCI6IjJlYmFkYjE3MjVhYTg1YmIyODEwZDBiNzNiZjdjZDc0ZGIzZDlkOGZjNjFjNGNmOWU1NDNkYmNjMTk5MTg3Y2MifSwiY2FwZSI6bnVsbH0\u003d\"}]}},display:{Lore:[0:\"§7Whenever you gain bits,\",1:\"§7grants a §b10% §7chance to\",2:\"§7gain double!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE ACCESSORY\",6:\"\",7:\"§7Cost\",8:\"§b15,000 Bits\"],Name:\"§9Bits Talisman\"},ExtraAttributes:{id:\"BITS_TALISMAN\"}}", "damage": 3, "lore": [ "§7Whenever you gain bits,", @@ -9,12 +9,15 @@ "§7gain double!", "", "§7§8This item can be reforged!", - "§9§lRARE ACCESSORY" + "§9§lRARE ACCESSORY", + "", + "§7Cost", + "§b15,000 Bits" ], "internalname": "BITS_TALISMAN", "crafttext": "", "clickcommand": "", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Bits_Talisman" diff --git a/items/BLOCK_ZAPPER.json b/items/BLOCK_ZAPPER.json index b7882b16..87d222db 100644 --- a/items/BLOCK_ZAPPER.json +++ b/items/BLOCK_ZAPPER.json @@ -4,7 +4,7 @@ "displayname": "§5Block Zapper", "clickcommand": "", "damage": 0, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§r§7\",1:\"§6Item Ability: Grand... Zapper? §e§lRIGHT CLICK§r§7\",2:\"§7Right-Click a block to zap all§r§7\",3:\"§7connected blocks of the same§r§7\",4:\"§7type.§r§7\",5:\"§r§7\",6:\"§5§lEPIC§r§7\"],Name:\"§5Block Zapper\"},ExtraAttributes:{id:\"BLOCK_ZAPPER\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"\",1:\"§6Item Ability: Grand... Zapper? §e§lRIGHT CLICK\",2:\"§7Right-Click a block to zap all\",3:\"§7connected blocks of the same\",4:\"§7type.\",5:\"\",6:\"§5§lEPIC\",7:\"\",8:\"§7Cost\",9:\"§b5,000 Bits\"],Name:\"§5Block Zapper\"},ExtraAttributes:{id:\"BLOCK_ZAPPER\"}}", "modver": "2.0.0-REL", "lore": [ "", @@ -13,11 +13,14 @@ "§7connected blocks of the same", "§7type.", "", - "§5§lEPIC" + "§5§lEPIC", + "", + "§7Cost", + "§b5,000 Bits" ], "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Block_Zapper" ] -} +}
\ No newline at end of file diff --git a/items/BUILDERS_WAND.json b/items/BUILDERS_WAND.json index 9b713406..fee1b711 100644 --- a/items/BUILDERS_WAND.json +++ b/items/BUILDERS_WAND.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:blaze_rod", "displayname": "§f§f§6Builder\u0027s Wand", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"\",1:\"§6Item Ability: Grand Architect §e§lRIGHT CLICK\",2:\"§7Right-Click the face of a block\",3:\"§7to extend all connected block\",4:\"§7faces.\",5:\"\",6:\"§6Item Ability: Built-in Storage §e§lLEFT CLICK\",7:\"§7Opens the wand storage. Blocks\",8:\"§7will be placed from your\",9:\"§7inventory or the wand storage.\",10:\"\",11:\"§6§lLEGENDARY\"],Name:\"§f§f§6Builder\u0027s Wand\"},ExtraAttributes:{id:\"BUILDERS_WAND\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"\",1:\"§6Item Ability: Grand Architect §e§lRIGHT CLICK\",2:\"§7Right-Click the face of a block\",3:\"§7to extend all connected block\",4:\"§7faces.\",5:\"\",6:\"§6Item Ability: Built-in Storage §e§lLEFT CLICK\",7:\"§7Opens the wand storage. Blocks\",8:\"§7will be placed from your\",9:\"§7inventory or the wand storage.\",10:\"\",11:\"§6§lLEGENDARY\",12:\"\",13:\"§7Cost\",14:\"§b12,000 Bits\"],Name:\"§f§f§6Builder\u0027s Wand\"},ExtraAttributes:{id:\"BUILDERS_WAND\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "", @@ -15,12 +15,15 @@ "§7will be placed from your", "§7inventory or the wand storage.", "", - "§6§lLEGENDARY" + "§6§lLEGENDARY", + "", + "§7Cost", + "§b12,000 Bits" ], "internalname": "BUILDERS_WAND", "crafttext": "", "clickcommand": "", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Builder\u0027s_Wand" diff --git a/items/COLOSSAL_EXP_BOTTLE_UPGRADE.json b/items/COLOSSAL_EXP_BOTTLE_UPGRADE.json index 0eb19ca7..8a196d20 100644 --- a/items/COLOSSAL_EXP_BOTTLE_UPGRADE.json +++ b/items/COLOSSAL_EXP_BOTTLE_UPGRADE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§cColossal Experience Bottle Upgrade", - "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"0fd87468-9832-3eeb-8713-ff27f8ec0e40\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzA1NGMyOWM3ODA5MDQ3MWMxZWEwNThiZDY0MTg5NzM5MWM5ZTQ2OTRhYTlkMTQwYWZiYmE4ZDBjYzQzNjM3In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Craft with a §9Titanic\",1:\"§9Experience Bottle §7to §bdouble\",2:\"§b§7the experience it contains.\",3:\"\",4:\"§eRight-click to view recipes!\",5:\"\",6:\"§c§lSPECIAL\"],Name:\"§cColossal Experience Bottle Upgrade\"},ExtraAttributes:{id:\"COLOSSAL_EXP_BOTTLE_UPGRADE\"}}", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"0fd87468-9832-3eeb-8713-ff27f8ec0e40\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzA1NGMyOWM3ODA5MDQ3MWMxZWEwNThiZDY0MTg5NzM5MWM5ZTQ2OTRhYTlkMTQwYWZiYmE4ZDBjYzQzNjM3In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Craft with a §9Titanic\",1:\"§9Experience Bottle §7to §bdouble\",2:\"§b§7the experience it contains.\",3:\"\",4:\"§eRight-click to view recipes!\",5:\"\",6:\"§c§lSPECIAL\",7:\"\",8:\"§7Cost\",9:\"§b1,200 Bits\"],Name:\"§cColossal Experience Bottle Upgrade\"},ExtraAttributes:{id:\"COLOSSAL_EXP_BOTTLE_UPGRADE\"}}", "damage": 3, "lore": [ "§7Craft with a §9Titanic", @@ -10,11 +10,14 @@ "", "§eRight-click to view recipes!", "", - "§c§lSPECIAL" + "§c§lSPECIAL", + "", + "§7Cost", + "§b1,200 Bits" ], "internalname": "COLOSSAL_EXP_BOTTLE_UPGRADE", "clickcommand": "", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/COMPACT;1.json b/items/COMPACT;1.json index 077fe1b1..d5bbeee0 100644 --- a/items/COMPACT;1.json +++ b/items/COMPACT;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Compact I\",1:\"§7Gain §a1% §7extra Mining exp\",2:\"§7with §a0.2% §7chance to drop an\",3:\"§7enchanted item.\",4:\"\",5:\"§8Break 100 blocks for Tier II\",6:\"§8Break 500 blocks for Tier III\",7:\"§8Break 1,5k blocks for Tier IV\",8:\"§8Break 5k blocks for Tier V\",9:\"§8Break 15k blocks for Tier VI\",10:\"§8Break 50k blocks for Tier VII\",11:\"§8Break 150k blocks for Tier VIII\",12:\"§8Break 500k blocks for Tier IX\",13:\"§8Break 1M blocks for Tier X\",14:\"\",15:\"§e▲ §7Compact cannot be combined!\",16:\"§7Use this on an item in an Anvil\",17:\"§7to apply it!\",18:\"\",19:\"§6Source:\",20:\"§aI: §7Community Shop\",21:\"\",22:\"§6Applied To:\",23:\"§7- §fPickaxe\",24:\"§7- §fDrill\",25:\"\",26:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"COMPACT;1\",enchantments:{compact:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Compact I\",1:\"§7Gain §a1% §7extra Mining exp\",2:\"§7with §a0.2% §7chance to drop an\",3:\"§7enchanted item.\",4:\"\",5:\"§8Break 100 blocks for Tier II\",6:\"§8Break 500 blocks for Tier III\",7:\"§8Break 1,5k blocks for Tier IV\",8:\"§8Break 5k blocks for Tier V\",9:\"§8Break 15k blocks for Tier VI\",10:\"§8Break 50k blocks for Tier VII\",11:\"§8Break 150k blocks for Tier VIII\",12:\"§8Break 500k blocks for Tier IX\",13:\"§8Break 1M blocks for Tier X\",14:\"\",15:\"§e▲ §7Compact cannot be combined!\",16:\"§7Use this on an item in an Anvil\",17:\"§7to apply it!\",18:\"\",19:\"§6Source:\",20:\"§aI: §7Community Shop\",21:\"\",22:\"§6Applied To:\",23:\"§7- §fPickaxe\",24:\"§7- §fDrill\",25:\"\",26:\"§f§lCOMMON\",27:\"\",28:\"§7Cost\",29:\"§b4,000 Bits\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"COMPACT;1\",enchantments:{compact:1}}}", "damage": 0, "lore": [ "§9Compact I", @@ -30,7 +30,10 @@ "§7- §fPickaxe", "§7- §fDrill", "", - "§f§lCOMMON" + "§f§lCOMMON", + "", + "§7Cost", + "§b4,000 Bits" ], "internalname": "COMPACT;1", "crafttext": "", diff --git a/items/CULTIVATING;1.json b/items/CULTIVATING;1.json index 9038cad4..599672e1 100644 --- a/items/CULTIVATING;1.json +++ b/items/CULTIVATING;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{display:{Lore:[0:\"§9Cultivating I\",1:\"§7Gain §a1% §7extra Farming exp\",2:\"§7and §6+1☘ Farming Fortune§7.\",3:\"\",4:\"§8Harvest 1k crops for Tier II\",5:\"§8Harvest 5k crops for Tier III\",6:\"§8Harvest 25k crops for Tier IV\",7:\"§8Harvest 100k crops for Tier V\",8:\"§8Harvest 300k crops for Tier VI\",9:\"§8Harvest 1.5M crops for Tier VII\",10:\"§8Harvest 5M crops for Tier VIII\",11:\"§8Harvest 20M crops for Tier IX\",12:\"§8Harvest 100M crops for Tier X\",13:\"\",14:\"§e▲ §7Cultivating cannot be combined!\",15:\"§7Use this on an item in an Anvil\",16:\"§7to apply it!\",17:\"\",18:\"§6Source:\",19:\"§aI: §7Community Shop\",20:\"\",21:\"§6Applied To:\",22:\"§7- §fHoe\",23:\"\",24:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"CULTIVATING;1\"}}", + "nbttag": "{display:{Lore:[0:\"§9Cultivating I\",1:\"§7Gain §a1% §7extra Farming exp\",2:\"§7and §6+1☘ Farming Fortune§7.\",3:\"\",4:\"§8Harvest 1k crops for Tier II\",5:\"§8Harvest 5k crops for Tier III\",6:\"§8Harvest 25k crops for Tier IV\",7:\"§8Harvest 100k crops for Tier V\",8:\"§8Harvest 300k crops for Tier VI\",9:\"§8Harvest 1.5M crops for Tier VII\",10:\"§8Harvest 5M crops for Tier VIII\",11:\"§8Harvest 20M crops for Tier IX\",12:\"§8Harvest 100M crops for Tier X\",13:\"\",14:\"§e▲ §7Cultivating cannot be combined!\",15:\"§7Use this on an item in an Anvil\",16:\"§7to apply it!\",17:\"\",18:\"§6Source:\",19:\"§aI: §7Community Shop\",20:\"\",21:\"§6Applied To:\",22:\"§7- §fHoe\",23:\"\",24:\"§f§lCOMMON\",25:\"\",26:\"§7Cost\",27:\"§b4,000 Bits\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"CULTIVATING;1\"}}", "damage": 0, "lore": [ "§9Cultivating I", @@ -28,7 +28,10 @@ "§6Applied To:", "§7- §fHoe", "", - "§f§lCOMMON" + "§f§lCOMMON", + "", + "§7Cost", + "§b4,000 Bits" ], "internalname": "CULTIVATING;1", "crafttext": "", diff --git a/items/EXPERTISE;1.json b/items/EXPERTISE;1.json index 73cb143e..8487bb5d 100644 --- a/items/EXPERTISE;1.json +++ b/items/EXPERTISE;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Expertise I\",1:\"§7Gain §a2% §7extra Fishing exp\",2:\"§7and increases Sea Creatures\",3:\"§7spawn chance by §e1%§7.\",4:\"\",5:\"§8Kill 50 Sea Creatures for Tier II\",6:\"§8Kill 100 Sea Creatures for Tier III\",7:\"§8Kill 250 Sea Creatures for Tier IV\",8:\"§8Kill 500 Sea Creatures for Tier V\",9:\"§8Kill 1k Sea Creatures for Tier VI\",10:\"§8Kill 2k Sea Creatures for Tier VII\",11:\"§8Kill 5k Sea Creatures for Tier VIII\",12:\"§8Kill 10k Sea Creatures for Tier IX\",13:\"§8Kill 15k Sea Creatures for Tier X\",14:\"\",15:\"§e▲ §7Expertise cannot be combined!\",16:\"§7Use this on an item in an Anvil\",17:\"§7to apply it!\",18:\"\",19:\"§6Source:\",20:\"§aI: §7Community Shop\",21:\"\",22:\"§6Applied To:\",23:\"§7- §fFishing Rod\",24:\"§7- §fFishing Weapon\",25:\"\",26:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"EXPERTISE;1\",enchantments:{expertise:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Expertise I\",1:\"§7Gain §a2% §7extra Fishing exp\",2:\"§7and increases Sea Creatures\",3:\"§7spawn chance by §e1%§7.\",4:\"\",5:\"§8Kill 50 Sea Creatures for Tier II\",6:\"§8Kill 100 Sea Creatures for Tier III\",7:\"§8Kill 250 Sea Creatures for Tier IV\",8:\"§8Kill 500 Sea Creatures for Tier V\",9:\"§8Kill 1k Sea Creatures for Tier VI\",10:\"§8Kill 2k Sea Creatures for Tier VII\",11:\"§8Kill 5k Sea Creatures for Tier VIII\",12:\"§8Kill 10k Sea Creatures for Tier IX\",13:\"§8Kill 15k Sea Creatures for Tier X\",14:\"\",15:\"§e▲ §7Expertise cannot be combined!\",16:\"§7Use this on an item in an Anvil\",17:\"§7to apply it!\",18:\"\",19:\"§6Source:\",20:\"§aI: §7Community Shop\",21:\"\",22:\"§6Applied To:\",23:\"§7- §fFishing Rod\",24:\"§7- §fFishing Weapon\",25:\"\",26:\"§f§lCOMMON\",27:\"\",28:\"§7Cost\",29:\"§b4,000 Bits\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"EXPERTISE;1\",enchantments:{expertise:1}}}", "damage": 0, "lore": [ "§9Expertise I", @@ -30,7 +30,10 @@ "§7- §fFishing Rod", "§7- §fFishing Weapon", "", - "§f§lCOMMON" + "§f§lCOMMON", + "", + "§7Cost", + "§b4,000 Bits" ], "internalname": "EXPERTISE;1", "crafttext": "", diff --git a/items/GOD_POTION_2.json b/items/GOD_POTION_2.json index 5af5eb11..f74943b0 100644 --- a/items/GOD_POTION_2.json +++ b/items/GOD_POTION_2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§cGod Potion", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2c70d92e-9e43-3e7a-aac0-26a1bc7ca866\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjAyMjZkNGMxZDMwZmJlYmVjYWU5MzlkYTkwMDYwM2U0Y2QwZmVkODU5MmExYmIzZTExZjlhYzkyMzkxYTQ1YSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Consume this potion to receive an\",1:\"§7assortment of positive §dpotion\",2:\"§deffects§7!\",3:\"\",4:\"§7Duration:\",5:\"§a12 hours §7+ §a0 hours §7(§bAlchemy Level§7)\",6:\"\",7:\"§eRight-click to consume!\",8:\"\",9:\"§c§lSPECIAL\"],Name:\"§cGod Potion\"},ExtraAttributes:{id:\"GOD_POTION_2\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2c70d92e-9e43-3e7a-aac0-26a1bc7ca866\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjAyMjZkNGMxZDMwZmJlYmVjYWU5MzlkYTkwMDYwM2U0Y2QwZmVkODU5MmExYmIzZTExZjlhYzkyMzkxYTQ1YSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Consume this potion to receive an\",1:\"§7assortment of positive §dpotion\",2:\"§deffects§7!\",3:\"\",4:\"§7Duration:\",5:\"§a12 hours §7+ §a0 hours §7(§bAlchemy Level§7)\",6:\"\",7:\"§eRight-click to consume!\",8:\"\",9:\"§c§lSPECIAL\",10:\"\",11:\"§7Cost\",12:\"§b1,500 Bits\"],Name:\"§cGod Potion\"},ExtraAttributes:{id:\"GOD_POTION_2\"}}", "damage": 3, "lore": [ "§7Consume this potion to receive an", @@ -13,7 +13,10 @@ "", "§eRight-click to consume!", "", - "§c§lSPECIAL" + "§c§lSPECIAL", + "", + "§7Cost", + "§b1,500 Bits" ], "internalname": "GOD_POTION_2", "crafttext": "", diff --git a/items/HEAT_CORE.json b/items/HEAT_CORE.json index aae18e04..41ce46f6 100644 --- a/items/HEAT_CORE.json +++ b/items/HEAT_CORE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§cHeat Core", - "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"17914e16-2d44-3bc0-b6f6-5ed33e9b7e03\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTkzNTg3MDNhYjc3MjdkZjMzMjQzMzY5NjllODFkNmY5MmI3YWE3OWVkYjk2NmMwYmU5MWFiMTYxYmFkMWYwMSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Craft with §5Enchanted Lava\",1:\"§5Buckets §7to upgrade the minion\",2:\"§7speed bonus to §a30% §7and\",3:\"§7§a35%§7.\",4:\"\",5:\"§eRight-click to view recipes!\",6:\"\",7:\"§c§lSPECIAL\"],Name:\"§cHeat Core\"},ExtraAttributes:{id:\"HEAT_CORE\"}}", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"17914e16-2d44-3bc0-b6f6-5ed33e9b7e03\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTkzNTg3MDNhYjc3MjdkZjMzMjQzMzY5NjllODFkNmY5MmI3YWE3OWVkYjk2NmMwYmU5MWFiMTYxYmFkMWYwMSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Craft with §5Enchanted Lava\",1:\"§5Buckets §7to upgrade the minion\",2:\"§7speed bonus to §a30% §7and\",3:\"§7§a35%§7.\",4:\"\",5:\"§eRight-click to view recipes!\",6:\"\",7:\"§c§lSPECIAL\",8:\"\",9:\"§7Cost\",10:\"§b3,000 Bits\"],Name:\"§cHeat Core\"},ExtraAttributes:{id:\"HEAT_CORE\"}}", "damage": 3, "lore": [ "§7Craft with §5Enchanted Lava", @@ -11,12 +11,15 @@ "", "§eRight-click to view recipes!", "", - "§c§lSPECIAL" + "§c§lSPECIAL", + "", + "§7Cost", + "§b3,000 Bits" ], "internalname": "HEAT_CORE", "crafttext": "", "clickcommand": "", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Heat_Core" diff --git a/items/HOLOGRAM.json b/items/HOLOGRAM.json index bf7b0062..30cc7823 100644 --- a/items/HOLOGRAM.json +++ b/items/HOLOGRAM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Hologram", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"072eeba6-7f19-3665-982f-a7afb6bae7b1\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODdlZTRlNDg5NWE5YzZlMjQzMzZlMjQ2NjVjNTYzODI3MmEzZmVlYWM5NTU4ODJmZjkyYWUzMjE1YWU3ZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"§8Colored\",2:\"\",3:\"§7Add some flare to your island\",4:\"§7with custom floating text!\",5:\"\",6:\"§6§lLEGENDARY\"],Name:\"§6Hologram\"},ExtraAttributes:{id:\"HOLOGRAM\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"072eeba6-7f19-3665-982f-a7afb6bae7b1\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODdlZTRlNDg5NWE5YzZlMjQzMzZlMjQ2NjVjNTYzODI3MmEzZmVlYWM5NTU4ODJmZjkyYWUzMjE1YWU3ZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"§8Colored\",2:\"\",3:\"§7Add some flare to your island\",4:\"§7with custom floating text!\",5:\"\",6:\"§6§lLEGENDARY\",7:\"\",8:\"§7Cost\",9:\"§b2,000 Bits\"],Name:\"§6Hologram\"},ExtraAttributes:{id:\"HOLOGRAM\"}}", "damage": 3, "lore": [ "§8Furniture", @@ -10,12 +10,15 @@ "§7Add some flare to your island", "§7with custom floating text!", "", - "§6§lLEGENDARY" + "§6§lLEGENDARY", + "", + "§7Cost", + "§b2,000 Bits" ], "internalname": "HOLOGRAM", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Hologram" diff --git a/items/HYPER_CATALYST_UPGRADE.json b/items/HYPER_CATALYST_UPGRADE.json index 7f308caf..bbe0262a 100644 --- a/items/HYPER_CATALYST_UPGRADE.json +++ b/items/HYPER_CATALYST_UPGRADE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§cHyper Catalyst Upgrade", - "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"0c5e7026-993a-39a7-bbce-09f843630a65\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTk0NjlhMmY3YTk4NTkzYTRiMGJkNjM4M2Q3MGZjZjEwNTkwNGE5MzBiZWFhMDY3MWE5OTliMTkzMGI5NDk1MyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Combine with §9Catalysts§7,\",1:\"§7buffing the fuel to §ax4 §7for 6\",2:\"§7hours duration.\",3:\"\",4:\"§eRight-click to view recipes!\",5:\"\",6:\"§c§lSPECIAL\"],Name:\"§cHyper Catalyst Upgrade\"},ExtraAttributes:{id:\"HYPER_CATALYST_UPGRADE\"}}", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"0c5e7026-993a-39a7-bbce-09f843630a65\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTk0NjlhMmY3YTk4NTkzYTRiMGJkNjM4M2Q3MGZjZjEwNTkwNGE5MzBiZWFhMDY3MWE5OTliMTkzMGI5NDk1MyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Combine with §9Catalysts§7,\",1:\"§7buffing the fuel to §ax4 §7for 6\",2:\"§7hours duration.\",3:\"\",4:\"§eRight-click to view recipes!\",5:\"\",6:\"§c§lSPECIAL\",7:\"\",8:\"§7Cost\",9:\"§b300 Bits\"],Name:\"§cHyper Catalyst Upgrade\"},ExtraAttributes:{id:\"HYPER_CATALYST_UPGRADE\"}}", "damage": 3, "lore": [ "§7Combine with §9Catalysts§7,", @@ -10,12 +10,15 @@ "", "§eRight-click to view recipes!", "", - "§c§lSPECIAL" + "§c§lSPECIAL", + "", + "§7Cost", + "§b300 Bits" ], "internalname": "HYPER_CATALYST_UPGRADE", "crafttext": "", "clickcommand": "", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Hyper_Catalyst_Upgrade" diff --git a/items/JUMBO_BACKPACK_UPGRADE.json b/items/JUMBO_BACKPACK_UPGRADE.json index 38f0d0ac..53bdd724 100644 --- a/items/JUMBO_BACKPACK_UPGRADE.json +++ b/items/JUMBO_BACKPACK_UPGRADE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§cJumbo Backpack Upgrade", - "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"e8741537-2ab5-3c03-a936-7d7a18f99f16\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjZhY2ZjNjQzZjYwOGUxNmRlMTkzMzVkZGNhNzFhODI4ZGZiOGRhY2E1NzkzZWI1YmJjYjBjN2QxNTU5MjQ5In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Craft with a §5Greater Backpack\",1:\"§5§7to upgrade it to §a54 §7slots.\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§c§lSPECIAL\"],Name:\"§cJumbo Backpack Upgrade\"},ExtraAttributes:{id:\"JUMBO_BACKPACK_UPGRADE\"}}", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"e8741537-2ab5-3c03-a936-7d7a18f99f16\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjZhY2ZjNjQzZjYwOGUxNmRlMTkzMzVkZGNhNzFhODI4ZGZiOGRhY2E1NzkzZWI1YmJjYjBjN2QxNTU5MjQ5In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Craft with a §5Greater Backpack\",1:\"§5§7to upgrade it to §a54 §7slots.\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§c§lSPECIAL\",6:\"\",7:\"§7Cost\",8:\"§b4,000 Bits\"],Name:\"§cJumbo Backpack Upgrade\"},ExtraAttributes:{id:\"JUMBO_BACKPACK_UPGRADE\"}}", "damage": 3, "lore": [ "§7Craft with a §5Greater Backpack", @@ -9,12 +9,15 @@ "", "§eRight-click to view recipes!", "", - "§c§lSPECIAL" + "§c§lSPECIAL", + "", + "§7Cost", + "§b4,000 Bits" ], "internalname": "JUMBO_BACKPACK_UPGRADE", "crafttext": "", "clickcommand": "", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Jumbo_Backpack_Upgrade" diff --git a/items/KAT_FLOWER.json b/items/KAT_FLOWER.json index ca7af5a3..2501d717 100644 --- a/items/KAT_FLOWER.json +++ b/items/KAT_FLOWER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:red_flower", "displayname": "§cKat Flower", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Give this to Kat the Pet Sitter\",1:\"§7in order to skip §91 day §7 of\",2:\"§7wait time while upgrading your\",3:\"§7pet!\",4:\"§7\",5:\"§7§eRight-click on Kat to use\",6:\"\",7:\"§c§lSPECIAL\"],Name:\"§cKat Flower\"},ExtraAttributes:{id:\"KAT_FLOWER\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Give this to Kat the Pet Sitter\",1:\"§7in order to skip §91 day §7 of\",2:\"§7wait time while upgrading your\",3:\"§7pet!\",4:\"§7\",5:\"§7§eRight-click on Kat to use\",6:\"\",7:\"§c§lSPECIAL\",8:\"\",9:\"§7Cost\",10:\"§b500 Bits\"],Name:\"§cKat Flower\"},ExtraAttributes:{id:\"KAT_FLOWER\"}}", "damage": 4, "lore": [ "§7Give this to Kat the Pet Sitter", @@ -11,12 +11,15 @@ "§7", "§7§eRight-click on Kat to use", "", - "§c§lSPECIAL" + "§c§lSPECIAL", + "", + "§7Cost", + "§b500 Bits" ], "internalname": "KAT_FLOWER", "crafttext": "", "clickco |
