From 8286a7616d11f2848a0a0f7fbf16485c1969e4b8 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 11 Apr 2024 16:45:04 +0200 Subject: Added new enchants and fixed opal recipe (#1154) * Added new enchants and fixed opal recipe * Added alias to basecamp --- constants/islands.json | 3 ++- constants/parents.json | 12 ++++++++++++ items/ICE_COLD;1.json | 28 ++++++++++++++++++++++++++++ items/ICE_COLD;2.json | 28 ++++++++++++++++++++++++++++ items/ICE_COLD;3.json | 28 ++++++++++++++++++++++++++++ items/ICE_COLD;4.json | 28 ++++++++++++++++++++++++++++ items/ICE_COLD;5.json | 28 ++++++++++++++++++++++++++++ items/OPAL_CRYSTAL.json | 21 +++++++++++++++++++++ items/PALEONTOLOGIST;1.json | 8 +++++++- items/PALEONTOLOGIST;2.json | 32 ++++++++++++++++++++++++++++++++ items/PALEONTOLOGIST;3.json | 32 ++++++++++++++++++++++++++++++++ items/PALEONTOLOGIST;4.json | 32 ++++++++++++++++++++++++++++++++ items/PALEONTOLOGIST;5.json | 32 ++++++++++++++++++++++++++++++++ items/PERFECT_OPAL_GEM.json | 3 ++- 14 files changed, 312 insertions(+), 3 deletions(-) create mode 100644 items/ICE_COLD;1.json create mode 100644 items/ICE_COLD;2.json create mode 100644 items/ICE_COLD;3.json create mode 100644 items/ICE_COLD;4.json create mode 100644 items/ICE_COLD;5.json create mode 100644 items/OPAL_CRYSTAL.json create mode 100644 items/PALEONTOLOGIST;2.json create mode 100644 items/PALEONTOLOGIST;3.json create mode 100644 items/PALEONTOLOGIST;4.json create mode 100644 items/PALEONTOLOGIST;5.json diff --git a/constants/islands.json b/constants/islands.json index 35fc212d..1a7766ef 100644 --- a/constants/islands.json +++ b/constants/islands.json @@ -415,7 +415,8 @@ "y": 128, "z": 200, "aliases": [ - "camp" + "camp", + "base" ] } ] diff --git a/constants/parents.json b/constants/parents.json index 9caa2a69..c2e03e51 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3502,5 +3502,17 @@ "FOOTPRINT_FOSSIL", "CLUBBED_FOSSIL", "HELIX" + ], + "PALEONTOLOGIST;1": [ + "PALEONTOLOGIST;2", + "PALEONTOLOGIST;3", + "PALEONTOLOGIST;4", + "PALEONTOLOGIST;5" + ], + "ICE_COLD;1": [ + "ICE_COLD;2", + "ICE_COLD;3", + "ICE_COLD;4", + "ICE_COLD;5" ] } \ No newline at end of file diff --git a/items/ICE_COLD;1.json b/items/ICE_COLD;1.json new file mode 100644 index 00000000..67a2e8f7 --- /dev/null +++ b/items/ICE_COLD;1.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Ice Cold I\",1:\"§7Grants §b+0.5❄ Cold Resistance§7.\",2:\"\",3:\"§7Applicable on: §9Armor\",4:\"\",5:\"§7Use this on an item in an Anvil to\",6:\"§7apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI: §bFrozen Corpses\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fArmor\",13:\"\",14:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ICE_COLD;1\",enchantments:{ice_cold:1}}}", + "damage": 0, + "lore": [ + "§9Ice Cold I", + "§7Grants §b+0.5❄ Cold Resistance§7.", + "", + "§7Applicable on: §9Armor", + "", + "§7Use this on an item in an Anvil to", + "§7apply it!", + "", + "§6Source:", + "§aI: §bFrozen Corpses", + "", + "§6Applied To:", + "§7- §fArmor", + "", + "§f§lCOMMON" + ], + "internalname": "ICE_COLD;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file diff --git a/items/ICE_COLD;2.json b/items/ICE_COLD;2.json new file mode 100644 index 00000000..bab06bc1 --- /dev/null +++ b/items/ICE_COLD;2.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Ice Cold II\",1:\"§7Grants §b+1❄ Cold Resistance§7.\",2:\"\",3:\"§7Applicable on: §9Armor\",4:\"\",5:\"§7Use this on an item in an Anvil to\",6:\"§7apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI: §bFrozen Corpses\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fArmor\",13:\"\",14:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ICE_COLD;2\",enchantments:{ice_cold:2}}}", + "damage": 0, + "lore": [ + "§9Ice Cold II", + "§7Grants §b+1❄ Cold Resistance§7.", + "", + "§7Applicable on: §9Armor", + "", + "§7Use this on an item in an Anvil to", + "§7apply it!", + "", + "§6Source:", + "§aI: §bFrozen Corpses", + "", + "§6Applied To:", + "§7- §fArmor", + "", + "§f§lCOMMON" + ], + "internalname": "ICE_COLD;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file diff --git a/items/ICE_COLD;3.json b/items/ICE_COLD;3.json new file mode 100644 index 00000000..f7fe1e04 --- /dev/null +++ b/items/ICE_COLD;3.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Ice Cold III\",1:\"§7Grants §b+1.5❄ Cold Resistance§7.\",2:\"\",3:\"§7Applicable on: §9Armor\",4:\"\",5:\"§7Use this on an item in an Anvil to\",6:\"§7apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI: §bFrozen Corpses\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fArmor\",13:\"\",14:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ICE_COLD;3\",enchantments:{ice_cold:3}}}", + "damage": 0, + "lore": [ + "§9Ice Cold III", + "§7Grants §b+1.5❄ Cold Resistance§7.", + "", + "§7Applicable on: §9Armor", + "", + "§7Use this on an item in an Anvil to", + "§7apply it!", + "", + "§6Source:", + "§aI: §bFrozen Corpses", + "", + "§6Applied To:", + "§7- §fArmor", + "", + "§f§lCOMMON" + ], + "internalname": "ICE_COLD;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file diff --git a/items/ICE_COLD;4.json b/items/ICE_COLD;4.json new file mode 100644 index 00000000..f59b043d --- /dev/null +++ b/items/ICE_COLD;4.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Ice Cold IV\",1:\"§7Grants §b+2❄ Cold Resistance§7.\",2:\"\",3:\"§7Applicable on: §9Armor\",4:\"\",5:\"§7Use this on an item in an Anvil to\",6:\"§7apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI: §bFrozen Corpses\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fArmor\",13:\"\",14:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ICE_COLD;4\",enchantments:{ice_cold:4}}}", + "damage": 0, + "lore": [ + "§9Ice Cold IV", + "§7Grants §b+2❄ Cold Resistance§7.", + "", + "§7Applicable on: §9Armor", + "", + "§7Use this on an item in an Anvil to", + "§7apply it!", + "", + "§6Source:", + "§aI: §bFrozen Corpses", + "", + "§6Applied To:", + "§7- §fArmor", + "", + "§f§lCOMMON" + ], + "internalname": "ICE_COLD;4", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file diff --git a/items/ICE_COLD;5.json b/items/ICE_COLD;5.json new file mode 100644 index 00000000..165508d2 --- /dev/null +++ b/items/ICE_COLD;5.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§aEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Ice Cold V\",1:\"§7Grants §b+2.5❄ Cold Resistance§7.\",2:\"\",3:\"§7Applicable on: §9Armor\",4:\"\",5:\"§7Use this on an item in an Anvil to\",6:\"§7apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI: §bFrozen Corpses\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fArmor\",13:\"\",14:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Book\"},ExtraAttributes:{id:\"ICE_COLD;5\",enchantments:{ice_cold:5}}}", + "damage": 0, + "lore": [ + "§9Ice Cold V", + "§7Grants §b+2.5❄ Cold Resistance§7.", + "", + "§7Applicable on: §9Armor", + "", + "§7Use this on an item in an Anvil to", + "§7apply it!", + "", + "§6Source:", + "§aI: §bFrozen Corpses", + "", + "§6Applied To:", + "§7- §fArmor", + "", + "§a§lUNCOMMON" + ], + "internalname": "ICE_COLD;5", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file diff --git a/items/OPAL_CRYSTAL.json b/items/OPAL_CRYSTAL.json new file mode 100644 index 00000000..e422e50a --- /dev/null +++ b/items/OPAL_CRYSTAL.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fOpal Crystal", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e3227fdb-f27f-3ae1-b2ce-bc05717cdaa1\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcxMDExNTg1NTQ3OSwKICAicHJvZmlsZUlkIiA6ICIyNDY1ODI2NWVjMjg0NTY4YTg3MDJkOTVlYzdlYTc4MyIsCiAgInByb2ZpbGVOYW1lIiA6ICJBcmdvc1oxMiIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9lMzI2NGMwOTA5OWZiMjUzMmY1OGU1OWI5MWQ5ZjEwZmJmZmMwYjI3MGE3ZWMzODgzM2U4MmFjOWQxN2M4NGJlIgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7§7Extraordinary crystal found deep in\",1:\"§7the §bGlacite Mineshafts§7.\",2:\"\",3:\"§7§7Some say that it can be infused with\",4:\"§7§dgemstones§7, and holds the secrets to\",5:\"§7a §otime long past§7.\",6:\"\",7:\"§c§lSPECIAL\"],Name:\"§fOpal Crystal\"},ExtraAttributes:{id:\"OPAL_CRYSTAL\"}}", + "damage": 3, + "lore": [ + "§7§7Extraordinary crystal found deep in", + "§7the §bGlacite Mineshafts§7.", + "", + "§7§7Some say that it can be infused with", + "§7§dgemstones§7, and holds the secrets to", + "§7a §otime long past§7.", + "", + "§c§lSPECIAL" + ], + "internalname": "OPAL_CRYSTAL", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file diff --git a/items/PALEONTOLOGIST;1.json b/items/PALEONTOLOGIST;1.json index 27cbba24..ed5e28f0 100644 --- a/items/PALEONTOLOGIST;1.json +++ b/items/PALEONTOLOGIST;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Paleontologist I\",1:\"§7Increases chances of finding a\",2:\"§7§9Suspicious Scrap §7when mining in\",3:\"§7§bGlacite Mineshafts §7by §a2.5%§7.\",4:\"\",5:\"§7Applicable on: §9Mining Tools\",6:\"\",7:\"§7Use this on an item in an Anvil to\",8:\"§7apply it!\",9:\"\",10:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"PALEONTOLOGIST;1\",enchantments:{paleontologist:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Paleontologist I\",1:\"§7Increases chances of finding a\",2:\"§7§9Suspicious Scrap §7when mining in\",3:\"§7§bGlacite Mineshafts §7by §a2.5%§7.\",4:\"\",5:\"§7Applicable on: §9Mining Tools\",6:\"\",7:\"§7Use this on an item in an Anvil to\",8:\"§7apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI: §bFrozen Corpses\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fArmor\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"PALEONTOLOGIST;1\",enchantments:{paleontologist:1}}}", "damage": 0, "lore": [ "§9Paleontologist I", @@ -14,6 +14,12 @@ "§7Use this on an item in an Anvil to", "§7apply it!", "", + "§6Source:", + "§aI: §bFrozen Corpses", + "", + "§6Applied To:", + "§7- §fArmor", + "", "§f§lCOMMON" ], "internalname": "PALEONTOLOGIST;1", diff --git a/items/PALEONTOLOGIST;2.json b/items/PALEONTOLOGIST;2.json new file mode 100644 index 00000000..9d8b8d8f --- /dev/null +++ b/items/PALEONTOLOGIST;2.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Paleontologist II\",1:\"§7Increases chances of finding a\",2:\"§7§9Suspicious Scrap §7when mining in\",3:\"§7§bGlacite Mineshafts §7by §a5%§7.\",4:\"\",5:\"§7Applicable on: §9Mining Tools\",6:\"\",7:\"§7Use this on an item in an Anvil to\",8:\"§7apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI: §bFrozen Corpses\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fDrill\",15:\"§7- §fPickaxe\",16:\"§7- §fGauntlet\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"PALEONTOLOGIST;2\",enchantments:{paleontologist:2}}}", + "damage": 0, + "lore": [ + "§9Paleontologist II", + "§7Increases chances of finding a", + "§7§9Suspicious Scrap §7when mining in", + "§7§bGlacite Mineshafts §7by §a5%§7.", + "", + "§7Applicable on: §9Mining Tools", + "", + "§7Use this on an item in an Anvil to", + "§7apply it!", + "", + "§6Source:", + "§aI: §bFrozen Corpses", + "", + "§6Applied To:", + "§7- §fDrill", + "§7- §fPickaxe", + "§7- §fGauntlet", + "", + "§f§lCOMMON" + ], + "internalname": "PALEONTOLOGIST;2", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file diff --git a/items/PALEONTOLOGIST;3.json b/items/PALEONTOLOGIST;3.json new file mode 100644 index 00000000..5afc4d3f --- /dev/null +++ b/items/PALEONTOLOGIST;3.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Paleontologist III\",1:\"§7Increases chances of finding a\",2:\"§7§9Suspicious Scrap §7when mining in\",3:\"§7§bGlacite Mineshafts §7by §a7.5%§7.\",4:\"\",5:\"§7Applicable on: §9Mining Tools\",6:\"\",7:\"§7Use this on an item in an Anvil to\",8:\"§7apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI: §bFrozen Corpses\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fDrill\",15:\"§7- §fPickaxe\",16:\"§7- §fGauntlet\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"PALEONTOLOGIST;3\",enchantments:{paleontologist:3}}}", + "damage": 0, + "lore": [ + "§9Paleontologist III", + "§7Increases chances of finding a", + "§7§9Suspicious Scrap §7when mining in", + "§7§bGlacite Mineshafts §7by §a7.5%§7.", + "", + "§7Applicable on: §9Mining Tools", + "", + "§7Use this on an item in an Anvil to", + "§7apply it!", + "", + "§6Source:", + "§aI: §bFrozen Corpses", + "", + "§6Applied To:", + "§7- §fDrill", + "§7- §fPickaxe", + "§7- §fGauntlet", + "", + "§f§lCOMMON" + ], + "internalname": "PALEONTOLOGIST;3", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file diff --git a/items/PALEONTOLOGIST;4.json b/items/PALEONTOLOGIST;4.json new file mode 100644 index 00000000..5124f802 --- /dev/null +++ b/items/PALEONTOLOGIST;4.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Paleontologist IV\",1:\"§7Increases chances of finding a\",2:\"§7§9Suspicious Scrap §7when mining in\",3:\"§7§bGlacite Mineshafts §7by §a10%§7.\",4:\"\",5:\"§7Applicable on: §9Mining Tools\",6:\"\",7:\"§7Use this on an item in an Anvil to\",8:\"§7apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI: §bFrozen Corpses\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fDrill\",15:\"§7- §fPickaxe\",16:\"§7- §fGauntlet\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"PALEONTOLOGIST;4\",enchantments:{paleontologist:4}}}", + "damage": 0, + "lore": [ + "§9Paleontologist IV", + "§7Increases chances of finding a", + "§7§9Suspicious Scrap §7when mining in", + "§7§bGlacite Mineshafts §7by §a10%§7.", + "", + "§7Applicable on: §9Mining Tools", + "", + "§7Use this on an item in an Anvil to", + "§7apply it!", + "", + "§6Source:", + "§aI: §bFrozen Corpses", + "", + "§6Applied To:", + "§7- §fDrill", + "§7- §fPickaxe", + "§7- §fGauntlet", + "", + "§f§lCOMMON" + ], + "internalname": "PALEONTOLOGIST;4", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file diff --git a/items/PALEONTOLOGIST;5.json b/items/PALEONTOLOGIST;5.json new file mode 100644 index 00000000..cf270f52 --- /dev/null +++ b/items/PALEONTOLOGIST;5.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§aEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Paleontologist V\",1:\"§7Increases chances of finding a\",2:\"§7§9Suspicious Scrap §7when mining in\",3:\"§7§bGlacite Mineshafts §7by §a10%§7.\",4:\"\",5:\"§7Applicable on: §9Mining Tools\",6:\"\",7:\"§7Use this on an item in an Anvil to\",8:\"§7apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI: §bFrozen Corpses\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fDrill\",15:\"§7- §fPickaxe\",16:\"§7- §fGauntlet\",17:\"\",18:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Book\"},ExtraAttributes:{id:\"PALEONTOLOGIST;5\",enchantments:{paleontologist:5}}}", + "damage": 0, + "lore": [ + "§9Paleontologist V", + "§7Increases chances of finding a", + "§7§9Suspicious Scrap §7when mining in", + "§7§bGlacite Mineshafts §7by §a10%§7.", + "", + "§7Applicable on: §9Mining Tools", + "", + "§7Use this on an item in an Anvil to", + "§7apply it!", + "", + "§6Source:", + "§aI: §bFrozen Corpses", + "", + "§6Applied To:", + "§7- §fDrill", + "§7- §fPickaxe", + "§7- §fGauntlet", + "", + "§a§lUNCOMMON" + ], + "internalname": "PALEONTOLOGIST;5", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file diff --git a/items/PERFECT_OPAL_GEM.json b/items/PERFECT_OPAL_GEM.json index 41cef2d7..6b8e7091 100644 --- a/items/PERFECT_OPAL_GEM.json +++ b/items/PERFECT_OPAL_GEM.json @@ -24,7 +24,8 @@ { "type": "forge", "inputs": [ - "FLAWLESS_OPAL_GEM:5" + "FLAWLESS_OPAL_GEM:5", + "OPAL_CRYSTAL:1" ], "count": 1, "overrideOutputId": "PERFECT_OPAL_GEM", -- cgit