diff options
| -rw-r--r-- | constants/enchants.json | 16 | ||||
| -rw-r--r-- | constants/parents.json | 7 | ||||
| -rw-r--r-- | items/LAPIDARY;1.json | 31 | ||||
| -rw-r--r-- | items/LAPIDARY;2.json | 31 | ||||
| -rw-r--r-- | items/LAPIDARY;3.json | 31 | ||||
| -rw-r--r-- | items/LAPIDARY;4.json | 31 | ||||
| -rw-r--r-- | items/LAPIDARY;5.json | 31 | ||||
| -rw-r--r-- | items/SILVERFISH;4.json | 8 |
8 files changed, 179 insertions, 7 deletions
diff --git a/constants/enchants.json b/constants/enchants.json index d42f433e..06252967 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -92,7 +92,8 @@ "pristine", "smelting_touch", "paleontologist", - "ultimate_flowstate" + "ultimate_flowstate", + "lapidary" ], "DRILL": [ "compact", @@ -103,7 +104,8 @@ "silk_touch", "smelting_touch", "paleontologist", - "ultimate_flowstate" + "ultimate_flowstate", + "lapidary" ], "FISHING ROD": [ "angler", @@ -402,7 +404,8 @@ "champion", "divine_gift", "paleontologist", - "ultimate_flowstate" + "ultimate_flowstate", + "lapidary" ], "GLOVES": [ "cayenne", @@ -1416,6 +1419,13 @@ "toxophilite": [ 25 ], + "lapidary": [ + 25, + 50, + 100, + 150, + 200 + ], "one_for_all": [ 50 ], diff --git a/constants/parents.json b/constants/parents.json index 026aec67..612b7eb5 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -1291,6 +1291,7 @@ "PET_ITEM_FORAGING_SKILL_BOOST_COMMON" ], "PET_ITEM_MINING_SKILL_BOOST_RARE": [ + "PET_ITEM_MINING_SKILL_BOOST_UNCOMMON", "PET_ITEM_MINING_SKILL_BOOST_COMMON" ], "ALL_SKILLS_SUPER_BOOST": [ @@ -3817,5 +3818,11 @@ ], "HASTE_ARTIFACT": [ "HASTE_RING" + ], + "LAPIDARY;1": [ + "LAPIDARY;2", + "LAPIDARY;3", + "LAPIDARY;4", + "LAPIDARY;5" ] }
\ No newline at end of file diff --git a/items/LAPIDARY;1.json b/items/LAPIDARY;1.json new file mode 100644 index 00000000..343b58e7 --- /dev/null +++ b/items/LAPIDARY;1.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Lapidary I\",1:\"§7Grants §6+10☘ Gemstone Fortune §7and\",2:\"§7§6+20⸕ Mining Speed §7while mining\",3:\"§7Gemstones.\",4:\"\",5:\"§7Use this on an item in an Anvil to\",6:\"§7apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Crystal Nucleus,\",10:\"§7Bazaar\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fPickaxe\",14:\"§7- §fDrill\",15:\"§7- §fGauntlet\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"LAPIDARY;1\",enchantments:{lapidary:1}}}", + "damage": 0, + "lore": [ + "§9Lapidary I", + "§7Grants §6+10☘ Gemstone Fortune §7and", + "§7§6+20⸕ Mining Speed §7while mining", + "§7Gemstones.", + "", + "§7Use this on an item in an Anvil to", + "§7apply it!", + "", + "§6Source:", + "§aI-V: §7Crystal Nucleus,", + "§7Bazaar", + "", + "§6Applied To:", + "§7- §fPickaxe", + "§7- §fDrill", + "§7- §fGauntlet", + "", + "§f§lCOMMON" + ], + "internalname": "LAPIDARY;1", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "" +}
\ No newline at end of file diff --git a/items/LAPIDARY;2.json b/items/LAPIDARY;2.json new file mode 100644 index 00000000..e7f3b7c9 --- /dev/null +++ b/items/LAPIDARY;2.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Lapidary II\",1:\"§7Grants §6+20☘ Gemstone Fortune §7and\",2:\"§7§6+40⸕ Mining Speed §7while mining\",3:\"§7Gemstones.\",4:\"\",5:\"§7Use this on an item in an Anvil to\",6:\"§7apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Crystal Nucleus,\",10:\"§7Bazaar\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fPickaxe\",14:\"§7- §fDrill\",15:\"§7- §fGauntlet\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"LAPIDARY;2\",enchantments:{lapidary:2}}}", + "damage": 0, + "lore": [ + "§9Lapidary II", + "§7Grants §6+20☘ Gemstone Fortune §7and", + "§7§6+40⸕ Mining Speed §7while mining", + "§7Gemstones.", + "", + "§7Use this on an item in an Anvil to", + "§7apply it!", + "", + "§6Source:", + "§aI-V: §7Crystal Nucleus,", + "§7Bazaar", + "", + "§6Applied To:", + "§7- §fPickaxe", + "§7- §fDrill", + "§7- §fGauntlet", + "", + "§f§lCOMMON" + ], + "internalname": "LAPIDARY;2", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "" +}
\ No newline at end of file diff --git a/items/LAPIDARY;3.json b/items/LAPIDARY;3.json new file mode 100644 index 00000000..2e932a1a --- /dev/null +++ b/items/LAPIDARY;3.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Lapidary III\",1:\"§7Grants §6+30☘ Gemstone Fortune §7and\",2:\"§7§6+60⸕ Mining Speed §7while mining\",3:\"§7Gemstones.\",4:\"\",5:\"§7Use this on an item in an Anvil to\",6:\"§7apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Crystal Nucleus,\",10:\"§7Bazaar\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fPickaxe\",14:\"§7- §fDrill\",15:\"§7- §fGauntlet\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"LAPIDARY;3\",enchantments:{lapidary:3}}}", + "damage": 0, + "lore": [ + "§9Lapidary III", + "§7Grants §6+30☘ Gemstone Fortune §7and", + "§7§6+60⸕ Mining Speed §7while mining", + "§7Gemstones.", + "", + "§7Use this on an item in an Anvil to", + "§7apply it!", + "", + "§6Source:", + "§aI-V: §7Crystal Nucleus,", + "§7Bazaar", + "", + "§6Applied To:", + "§7- §fPickaxe", + "§7- §fDrill", + "§7- §fGauntlet", + "", + "§f§lCOMMON" + ], + "internalname": "LAPIDARY;3", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "" +}
\ No newline at end of file diff --git a/items/LAPIDARY;4.json b/items/LAPIDARY;4.json new file mode 100644 index 00000000..6f416d4c --- /dev/null +++ b/items/LAPIDARY;4.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Lapidary IV\",1:\"§7Grants §6+40☘ Gemstone Fortune §7and\",2:\"§7§6+80⸕ Mining Speed §7while mining\",3:\"§7Gemstones.\",4:\"\",5:\"§7Use this on an item in an Anvil to\",6:\"§7apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Crystal Nucleus,\",10:\"§7Bazaar\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fPickaxe\",14:\"§7- §fDrill\",15:\"§7- §fGauntlet\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"LAPIDARY;4\",enchantments:{lapidary:4}}}", + "damage": 0, + "lore": [ + "§9Lapidary IV", + "§7Grants §6+40☘ Gemstone Fortune §7and", + "§7§6+80⸕ Mining Speed §7while mining", + "§7Gemstones.", + "", + "§7Use this on an item in an Anvil to", + "§7apply it!", + "", + "§6Source:", + "§aI-V: §7Crystal Nucleus,", + "§7Bazaar", + "", + "§6Applied To:", + "§7- §fPickaxe", + "§7- §fDrill", + "§7- §fGauntlet", + "", + "§f§lCOMMON" + ], + "internalname": "LAPIDARY;4", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "" +}
\ No newline at end of file diff --git a/items/LAPIDARY;5.json b/items/LAPIDARY;5.json new file mode 100644 index 00000000..951e1f57 --- /dev/null +++ b/items/LAPIDARY;5.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§aEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Lapidary V\",1:\"§7Grants §6+50☘ Gemstone Fortune §7and\",2:\"§7§6+100⸕ Mining Speed §7while mining\",3:\"§7Gemstones.\",4:\"\",5:\"§7Use this on an item in an Anvil to\",6:\"§7apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Crystal Nucleus,\",10:\"§7Bazaar\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fPickaxe\",14:\"§7- §fDrill\",15:\"§7- §fGauntlet\",16:\"\",17:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Book\"},ExtraAttributes:{id:\"LAPIDARY;5\",enchantments:{lapidary:5}}}", + "damage": 0, + "lore": [ + "§9Lapidary V", + "§7Grants §6+50☘ Gemstone Fortune §7and", + "§7§6+100⸕ Mining Speed §7while mining", + "§7Gemstones.", + "", + "§7Use this on an item in an Anvil to", + "§7apply it!", + "", + "§6Source:", + "§aI-V: §7Crystal Nucleus,", + "§7Bazaar", + "", + "§6Applied To:", + "§7- §fPickaxe", + "§7- §fDrill", + "§7- §fGauntlet", + "", + "§a§lUNCOMMON" + ], + "internalname": "LAPIDARY;5", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SILVERFISH;4.json b/items/SILVERFISH;4.json index 561e7ddd..3a5c2503 100644 --- a/items/SILVERFISH;4.json +++ b/items/SILVERFISH;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§7[Lvl {LVL}] §6Silverfish", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"79e570d8-f66e-375c-9e70-97224ccd5692\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGE5MWRhYjgzOTFhZjVmZGE1NGFjZDJjMGIxOGZiZDgxOWI4NjVlMWE4ZjFkNjIzODEzZmE3NjFlOTI0NTQwIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Defense: §a{DEFENSE}\",3:\"§7Mining Fortune: §a{MINING_FORTUNE}\",4:\"\",5:\"§6Magnetic\",6:\"§7§7Earn §a{0}% §7more Exp when mining.\",7:\"\",8:\"§6Dexterity\",9:\"§7§7Grants §6+{1}⸕ Mining Speed §7and\",10:\"§7permanent §eHaste {2}§7.\",11:\"\",12:\"§6Mining Wisdom Boost\",13:\"§7§7§7Grants §3+{3}☯ Mining Wisdom§7.\",14:\"\",15:\"§7§eRight-click to add this pet to\",16:\"§eyour pet menu!\",17:\"\",18:\"§6§lLEGENDARY\"],Name:\"§7[Lvl {LVL}] §6Silverfish\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SILVERFISH\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"SILVERFISH;4\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"79e570d8-f66e-375c-9e70-97224ccd5692\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGE5MWRhYjgzOTFhZjVmZGE1NGFjZDJjMGIxOGZiZDgxOWI4NjVlMWE4ZjFkNjIzODEzZmE3NjFlOTI0NTQwIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Defense: §a{DEFENSE}\",3:\"§7Mining Fortune: §a{MINING_FORTUNE}\",4:\"\",5:\"§6Magnetic\",6:\"§7§7Earn §a{0}% §7more Exp when mining.\",7:\"\",8:\"§6Mining Wisdom Boost\",9:\"§7§7§7Grants §3+{3}☯ Mining Wisdom§7.\",10:\"\",11:\"§6Dexterity\",12:\"§7§7Grants §6+{1}⸕ Mining Speed §7and\",13:\"§7permanent §eHaste {2}§7.\",14:\"\",15:\"§7§eRight-click to add this pet to\",16:\"§eyour pet menu!\",17:\"\",18:\"§6§lLEGENDARY\"],Name:\"§7[Lvl {LVL}] §6Silverfish\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SILVERFISH\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"SILVERFISH;4\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Mining Pet", @@ -12,13 +12,13 @@ "§6Magnetic", "§7§7Earn §a{0}% §7more Exp when mining.", "", + "§6Mining Wisdom Boost", + "§7§7§7Grants §3+{3}☯ Mining Wisdom§7.", + "", "§6Dexterity", "§7§7Grants §6+{1}⸕ Mining Speed §7and", "§7permanent §eHaste {2}§7.", "", - "§6Mining Wisdom Boost", - "§7§7§7Grants §3+{3}☯ Mining Wisdom§7.", - "", "§7§eRight-click to add this pet to", "§eyour pet menu!", "", |
