diff options
-rw-r--r-- | constants/misc.json | 22 | ||||
-rw-r--r-- | items/ENDERMITE;2.json | 1 | ||||
-rw-r--r-- | items/PIG;3.json | 1 | ||||
-rw-r--r-- | update.json | 2 |
4 files changed, 21 insertions, 5 deletions
diff --git a/constants/misc.json b/constants/misc.json index 1e50b7a7..ae163c9d 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -268,12 +268,17 @@ "HEALING_RING" ], "CANDY_RING": [ - "CANDY_ARTIFACT" + "CANDY_ARTIFACT", + "CANDY_RELIC" ], "CANDY_TALISMAN": [ "CANDY_RING", - "CANDY_ARTIFACT" + "CANDY_ARTIFACT", + "CANDY_RELIC" ], + "CANDY_ARTIFACT": [ + "CANDY_RELIC" + ], "INTIMIDATION_RING": [ "INTIMIDATION_ARTIFACT" ], @@ -459,6 +464,19 @@ ], "WEDDING_RING_8": [ "WEDDING_RING_9" + ], + "BAT_PERSON_TALISMAN": [ + "BAT_PERSON_RING", + "BAT_PERSON_ARTIFACT" + ], + "BAT_PERSON_RING": [ + "BAT_PERSON_ARTIFACT" + ], + "WITHER_ARTIFACT": [ + "WITHER_RELIC" + ], + "LUCKY_HOOF": [ + "ETERNAL_HOOF" ] }, diff --git a/items/ENDERMITE;2.json b/items/ENDERMITE;2.json index 0719e768..a0135f95 100644 --- a/items/ENDERMITE;2.json +++ b/items/ENDERMITE;2.json @@ -4,7 +4,6 @@ "displayname": "§7[Lvl {LVL}] §9Endermite", "damage": 3, "nbttag": "{SkullOwner:{Id:\"a1f64509-9670-320a-a9bd-4a1e7df6fed9\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWExYTA4MzFhYTAzYWZiNDIxMmFkY2JiMjRlNWRmYWE3ZjQ3NmExMTczZmNlMjU5ZWY3NWE4NTg1NSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Intelligence: §a{INTELLIGENCE}\",3:\"\",4:\"§6More Stonks\",5:\"§7§7Gain more exp orbs for\",6:\"§7breaking end stone and gain a\",7:\"§7+§a{0}% §7chance to get an\",8:\"§7extra block dropped\",9:\"\",10:\"§6Pearl Muncher\",11:\"§7§7Upon picking up an ender\",12:\"§7pearl, consume it and gain §a{1}\",13:\"§a§6coins\",14:\"\",15:\"§7§eRight-click to add this pet to\",16:\"§eyour pet menu!\",17:\"\",18:\"§9§lRARE\"],Name:\"§7[Lvl {LVL}] §9Endermite\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ENDERMITE\\\", \\\"exp\\\":0.0, \\\"tier\\\":\\\"RARE\\\"}\",id:\"ENDERMITE;2\"}}", - "modver": "1.2-REL", "lore": [ "§8Mining Pet", "", diff --git a/items/PIG;3.json b/items/PIG;3.json index 78ce2dd6..8aa1d229 100644 --- a/items/PIG;3.json +++ b/items/PIG;3.json @@ -30,7 +30,6 @@ "clickcommand": "viewrecipe", "modver": "1.5-REL", "useneucraft": true, - "infoType": "WIKI_URL", "recipe": { "A1": "PORK:64", "A2": "PORK:64", diff --git a/update.json b/update.json index 875dead6..4628a708 100644 --- a/update.json +++ b/update.json @@ -1,5 +1,5 @@ { - "version": "1.6-REL", + "version": "1.7-REL", "update_msg": "§7§m§l------------------§6§l[§c§lNEU§6§l]§7§m§l------------------\n§7There is a new version of the mod out! (v{version}).", "discord_link": "https://discord.gg/spr6ESn", "youtube_link": "https://www.youtube.com/channel/UCPh-OKmRSS3IQi9p6YppLcw", |