diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-01-22 20:28:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-22 14:28:55 -0500 |
commit | c3a4612bb1e9bf02c2cc14051d2c5df9c8589ae0 (patch) | |
tree | 33a43cbede2bc8f90578eba341c435a334980a0d | |
parent | e457e30deb2085b4233214e0a9130a7c9361f661 (diff) | |
download | NotEnoughUpdates-REPO-c3a4612bb1e9bf02c2cc14051d2c5df9c8589ae0.tar.gz NotEnoughUpdates-REPO-c3a4612bb1e9bf02c2cc14051d2c5df9c8589ae0.tar.bz2 NotEnoughUpdates-REPO-c3a4612bb1e9bf02c2cc14051d2c5df9c8589ae0.zip |
Added Things, Fixed Things (#372)
* Fixed Red Claw, Added Wiki Links, Added Req
* "fixed" theoretical hoe's
* Added Pet Skin, Added Wiki Link, Added Parent for Talisman
-rw-r--r-- | constants/parents.json | 4 | ||||
-rw-r--r-- | items/PET_SKIN_SILVERFISH_FOSSILIZED.json | 30 | ||||
-rw-r--r-- | items/RED_CLAW_ARTIFACT.json | 6 | ||||
-rw-r--r-- | items/ROCK_GEMSTONE.json | 7 | ||||
-rw-r--r-- | items/THEORETICAL_HOE_CANE_2.json | 7 | ||||
-rw-r--r-- | items/THEORETICAL_HOE_CANE_3.json | 10 | ||||
-rw-r--r-- | items/THEORETICAL_HOE_CARROT_2.json | 7 | ||||
-rw-r--r-- | items/THEORETICAL_HOE_CARROT_3.json | 10 | ||||
-rw-r--r-- | items/THEORETICAL_HOE_POTATO_2.json | 7 | ||||
-rw-r--r-- | items/THEORETICAL_HOE_POTATO_3.json | 10 | ||||
-rw-r--r-- | items/THEORETICAL_HOE_WARTS_2.json | 7 | ||||
-rw-r--r-- | items/THEORETICAL_HOE_WARTS_3.json | 10 | ||||
-rw-r--r-- | items/THEORETICAL_HOE_WHEAT_2.json | 7 | ||||
-rw-r--r-- | items/THEORETICAL_HOE_WHEAT_3.json | 10 | ||||
-rw-r--r-- | items/TITANIUM_ARTIFACT.json | 11 | ||||
-rw-r--r-- | items/TITANIUM_RING.json | 5 |
16 files changed, 104 insertions, 44 deletions
diff --git a/constants/parents.json b/constants/parents.json index 65e26716..ba48f482 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -1918,5 +1918,9 @@ "BEACON_2", "BEACON_3", "BEACON_4" + ], + "TITANIUM_ARTIFACT":[ + "TITANIUM_RING", + "TITANIUM_TALISMAN" ] } diff --git a/items/PET_SKIN_SILVERFISH_FOSSILIZED.json b/items/PET_SKIN_SILVERFISH_FOSSILIZED.json new file mode 100644 index 00000000..7c74a959 --- /dev/null +++ b/items/PET_SKIN_SILVERFISH_FOSSILIZED.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5Fossilized Silverfish Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9383ffbc-3aa1-3c38-a957-97d4968ee2b7\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMTEwMjQ5MTY3OCwKICAicHJvZmlsZUlkIiA6ICI3ZGEyYWIzYTkzY2E0OGVlODMwNDhhZmMzYjgwZTY4ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJHb2xkYXBmZWwiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2EzYTM2MzM2OGVkMWUwNmNlZTM5MDA3MTdmMDYyZTAyZWMzOWFlZTE3NDc2NzUzOTIyNTViNDhmN2Y4MzYwMCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Silverfish pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§5§lEPIC COSMETIC\"],Name:\"§f§f§5Fossilized Silverfish Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_SILVERFISH_FOSSILIZED\",uuid:\"40016be9-5c4f-4b00-a2b9-7f59deb2424e\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet skins change the look and", + "§7particle trail of your pet but", + "§7only one skin can be active at a", + "§7time!", + "", + "§7§7This skin can only be applied", + "§7to Silverfish pets.", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "PET_SKIN_SILVERFISH_FOSSILIZED", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ No newline at end of file diff --git a/items/RED_CLAW_ARTIFACT.json b/items/RED_CLAW_ARTIFACT.json index d82eac18..24f814a0 100644 --- a/items/RED_CLAW_ARTIFACT.json +++ b/items/RED_CLAW_ARTIFACT.json @@ -1,10 +1,10 @@ { "internalname": "RED_CLAW_ARTIFACT", "itemid": "minecraft:skull", - "displayname": "§5Strong Red Claw Artifact", + "displayname": "§5Red Claw Artifact", "clickcommand": "viewrecipe", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"78146467-3ebe-3485-ae05-e8f8df8dd788\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NzA1NTAwMzc2MTYsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2NhZjU5YjhhYTBmODM1NDZlZjBkMTc4Y2NmODdlN2VkODhjZjc4NThjYWFlNzliMzYzM2NiZDc1YjY1MDUyNWYifX19\"}]}},display:{Lore:[0:\"§7Crit Damage: §c+5% \",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§7§4☠ §cRequires §5Wolf Slayer 5\",4:\"§5§lEPIC ACCESSORY\"],Name:\"§5Strong Red Claw Artifact\"},ExtraAttributes:{modifier:\"strong\",id:\"RED_CLAW_ARTIFACT\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"78146467-3ebe-3485-ae05-e8f8df8dd788\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NzA1NTAwMzc2MTYsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2NhZjU5YjhhYTBmODM1NDZlZjBkMTc4Y2NmODdlN2VkODhjZjc4NThjYWFlNzliMzYzM2NiZDc1YjY1MDUyNWYifX19\"}]}},display:{Lore:[0:\"§7Crit Damage: §c+5% \",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§7§4☠ §cRequires §5Wolf Slayer 5\",4:\"§5§lEPIC ACCESSORY\"],Name:\"§5Red Claw Artifact\"},ExtraAttributes:{modifier:\"strong\",id:\"RED_CLAW_ARTIFACT\"}}", "modver": "1.7.1-REL", "lore": [ "§7Crit Damage: §c+5% ", @@ -30,4 +30,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Red_Claw_Artifact" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/ROCK_GEMSTONE.json b/items/ROCK_GEMSTONE.json index 260aad2f..8d5259e1 100644 --- a/items/ROCK_GEMSTONE.json +++ b/items/ROCK_GEMSTONE.json @@ -28,6 +28,9 @@ "internalname": "ROCK_GEMSTONE", "crafttext": "", "clickcommand": "", - "modver": "1.7.1-REL", - "infoType": "" + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Rock_Gemstone" + ] }
\ No newline at end of file diff --git a/items/THEORETICAL_HOE_CANE_2.json b/items/THEORETICAL_HOE_CANE_2.json index d63fa973..c68d3390 100644 --- a/items/THEORETICAL_HOE_CANE_2.json +++ b/items/THEORETICAL_HOE_CANE_2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:iron_hoe", "displayname": "§aTuring Sugar Cane Hoe", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+25% sugar cane\",1:\"§7Gain §a+2% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Sugar Canes\",4:\"\",5:\"§6Logarithmic Counter\",6:\"§7Harvest §a+16% §7sugar cane per\",7:\"§7digits on the Counter, minus 4!\",8:\"§fCounter bonus: §a0% §7sugar cane\",9:\"\",10:\"§7§8Bonus sugar cane percent\",11:\"§8increases your Farmhand perk\u0027s\",12:\"§8chances\",13:\"\",14:\"§eReach 100k Counter for +1 Rarity!\",15:\"\",16:\"§6Right-click to view upgrade recipe!\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§a§lUNCOMMON HOE\"],Name:\"§aTuring Sugar Cane Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_CANE_2\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+25% sugar cane\",1:\"§7Gain §a+2% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Sugar Canes\",4:\"\",5:\"§6Logarithmic Counter\",6:\"§7Harvest §a+16% §7sugar cane per\",7:\"§7digits on the Counter, minus 4!\",8:\"§a+0 §6☘ Farming Fortune §7for\",9:\"§7sugar cane\",10:\"\",11:\"§7§8Bonus sugar cane percent\",12:\"§8increases your Farmhand perk\u0027s\",13:\"§8chances\",14:\"\",15:\"§eReach 100k Counter for +1 Rarity!\",16:\"\",17:\"§6Right-click to view upgrade recipe!\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§a§lUNCOMMON HOE\"],Name:\"§aTuring Sugar Cane Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_CANE_2\"}}", "damage": 0, "lore": [ "§7Harvest §a+25% sugar cane", @@ -12,7 +12,8 @@ "§6Logarithmic Counter", "§7Harvest §a+16% §7sugar cane per", "§7digits on the Counter, minus 4!", - "§fCounter bonus: §a0% §7sugar cane", + "§a+0 §6☘ Farming Fortune §7for", + "§7sugar cane", "", "§7§8Bonus sugar cane percent", "§8increases your Farmhand perk\u0027s", @@ -38,7 +39,7 @@ }, "internalname": "THEORETICAL_HOE_CANE_2", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/THEORETICAL_HOE_CANE_3.json b/items/THEORETICAL_HOE_CANE_3.json index 001b3bbd..67df69c6 100644 --- a/items/THEORETICAL_HOE_CANE_3.json +++ b/items/THEORETICAL_HOE_CANE_3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:diamond_hoe", "displayname": "§9Turing Sugar Cane Hoe", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+50% sugar cane\",1:\"§7Gain §a+3% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Sugar Canes\",4:\"\",5:\"§6Logarithmic Counter\",6:\"§7Harvest §a+16% §7sugar cane per\",7:\"§7digits on the Counter, minus 4!\",8:\"§fCounter bonus: §a0% §7sugar cane\",9:\"\",10:\"§6Collection Analysis\",11:\"§7Harvest §a+8% §7sugar cane per\",12:\"§7digits of your collection, minus 4!\",13:\"§fCollection bonus: §a+24% §7sugar cane\",14:\"\",15:\"§7§8Bonus sugar cane percent\",16:\"§8increases your Farmhand perk\u0027s\",17:\"§8chances\",18:\"\",19:\"§eReach 100k Counter for +1 Rarity!\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§9§lRARE HOE\"],Name:\"§9Turing Sugar Cane Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_CANE_3\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+50% sugar cane\",1:\"§7Gain §a+3% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Sugar Canes\",4:\"\",5:\"§6Logarithmic Counter\",6:\"§7Harvest §a+16% §7sugar cane per\",7:\"§7digits on the Counter, minus 4!\",8:\"§a+0 §6☘ Farming Fortune §7for\",9:\"§7sugar cane\",10:\"\",11:\"§6Collection Analysis\",12:\"§7Harvest §a+8% §7sugar cane per\",13:\"§7digits of your collection, minus 4!\",14:\"§a+24 §6☘ Farming Fortune §7for\",15:\"§7sugar cane\",16:\"\",17:\"§7§8Bonus sugar cane percent\",18:\"§8increases your Farmhand perk\u0027s\",19:\"§8chances\",20:\"\",21:\"§eReach 100k Counter for +1 Rarity!\",22:\"\",23:\"§7§8This item can be reforged!\",24:\"§9§lRARE HOE\"],Name:\"§9Turing Sugar Cane Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_CANE_3\"}}", "damage": 0, "lore": [ "§7Harvest §a+50% sugar cane", @@ -12,12 +12,14 @@ "§6Logarithmic Counter", "§7Harvest §a+16% §7sugar cane per", "§7digits on the Counter, minus 4!", - "§fCounter bonus: §a0% §7sugar cane", + "§a+0 §6☘ Farming Fortune §7for", + "§7sugar cane", "", "§6Collection Analysis", "§7Harvest §a+8% §7sugar cane per", "§7digits of your collection, minus 4!", - "§fCollection bonus: §a+24% §7sugar cane", + "§a+24 §6☘ Farming Fortune §7for", + "§7sugar cane", "", "§7§8Bonus sugar cane percent", "§8increases your Farmhand perk\u0027s", @@ -41,7 +43,7 @@ }, "internalname": "THEORETICAL_HOE_CANE_3", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/THEORETICAL_HOE_CARROT_2.json b/items/THEORETICAL_HOE_CARROT_2.json index aff6ba3a..a16b2c32 100644 --- a/items/THEORETICAL_HOE_CARROT_2.json +++ b/items/THEORETICAL_HOE_CARROT_2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:iron_hoe", "displayname": "§aGauss Carrot Hoe", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+25% carrot\",1:\"§7Gain §a+2% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Carrots\",4:\"\",5:\"§6Logarithmic Counter\",6:\"§7Harvest §a+16% §7carrot per\",7:\"§7digits on the Counter, minus 4!\",8:\"§fCounter bonus: §a0% §7carrot\",9:\"\",10:\"§7§8Bonus carrot percent increases\",11:\"§8your Farmhand perk\u0027s chances\",12:\"\",13:\"§eReach 100k Counter for +1 Rarity!\",14:\"\",15:\"§6Right-click to view upgrade recipe!\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§a§lUNCOMMON HOE\"],Name:\"§aGauss Carrot Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_CARROT_2\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+25% carrot\",1:\"§7Gain §a+2% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Carrots\",4:\"\",5:\"§6Logarithmic Counter\",6:\"§7Harvest §a+16% §7carrot per\",7:\"§7digits on the Counter, minus 4!\",8:\"§a+0 §6☘ Farming Fortune §7for\",9:\"§7carrot\",10:\"\",11:\"§7§8Bonus carrot percent increases\",12:\"§8your Farmhand perk\u0027s chances\",13:\"\",14:\"§eReach 100k Counter for +1 Rarity!\",15:\"\",16:\"§6Right-click to view upgrade recipe!\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§a§lUNCOMMON HOE\"],Name:\"§aGauss Carrot Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_CARROT_2\"}}", "damage": 0, "lore": [ "§7Harvest §a+25% carrot", @@ -12,7 +12,8 @@ "§6Logarithmic Counter", "§7Harvest §a+16% §7carrot per", "§7digits on the Counter, minus 4!", - "§fCounter bonus: §a0% §7carrot", + "§a+0 §6☘ Farming Fortune §7for", + "§7carrot", "", "§7§8Bonus carrot percent increases", "§8your Farmhand perk\u0027s chances", @@ -37,7 +38,7 @@ }, "internalname": "THEORETICAL_HOE_CARROT_2", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "1.7.1-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/THEORETICAL_HOE_CARROT_3.json b/items/THEORETICAL_HOE_CARROT_3.json index e853eaf1..76cf7268 100644 --- a/items/THEORETICAL_HOE_CARROT_3.json +++ b/items/THEORETICAL_HOE_CARROT_3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:diamond_hoe", "displayname": "§9Gauss Carrot Hoe", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+50% carrot\",1:\"§7Gain §a+3% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Carrots\",4:\"\",5:\"§6Logarithmic Counter\",6:\"§7Harvest §a+16% §7carrot per\",7:\"§7digits on the Counter, minus 4!\",8:\"§fCounter bonus: §a0% §7carrot\",9:\"\",10:\"§6Collection Analysis\",11:\"§7Harvest §a+8% §7carrot per digits\",12:\"§7of your collection, minus 4!\",13:\"§fCollection bonus: §a+16% §7carrot\",14:\"\",15:\"§7§8Bonus carrot percent increases\",16:\"§8your Farmhand perk\u0027s chances\",17:\"\",18:\"§eReach 100k Counter for +1 Rarity!\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§9§lRARE HOE\"],Name:\"§9Gauss Carrot Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_CARROT_3\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+50% carrot\",1:\"§7Gain §a+3% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Carrots\",4:\"\",5:\"§6Logarithmic Counter\",6:\"§7Harvest §a+16% §7carrot per\",7:\"§7digits on the Counter, minus 4!\",8:\"§a+0 §6☘ Farming Fortune §7for\",9:\"§7carrot\",10:\"\",11:\"§6Collection Analysis\",12:\"§7Harvest §a+8% §7carrot per digits\",13:\"§7of your collection, minus 4!\",14:\"§a+16 §6☘ Farming Fortune §7for\",15:\"§7carrot\",16:\"\",17:\"§7§8Bonus carrot percent increases\",18:\"§8your Farmhand perk\u0027s chances\",19:\"\",20:\"§eReach 100k Counter for +1 Rarity!\",21:\"\",22:\"§7§8This item can be reforged!\",23:\"§9§lRARE HOE\"],Name:\"§9Gauss Carrot Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_CARROT_3\"}}", "damage": 0, "lore": [ "§7Harvest §a+50% carrot", @@ -12,12 +12,14 @@ "§6Logarithmic Counter", "§7Harvest §a+16% §7carrot per", "§7digits on the Counter, minus 4!", - "§fCounter bonus: §a0% §7carrot", + "§a+0 §6☘ Farming Fortune §7for", + "§7carrot", "", "§6Collection Analysis", "§7Harvest §a+8% §7carrot per digits", "§7of your collection, minus 4!", - "§fCollection bonus: §a+16% §7carrot", + "§a+16 §6☘ Farming Fortune §7for", + "§7carrot", "", "§7§8Bonus carrot percent increases", "§8your Farmhand perk\u0027s chances", @@ -40,7 +42,7 @@ }, "internalname": "THEORETICAL_HOE_CARROT_3", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "1.7.1-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/THEORETICAL_HOE_POTATO_2.json b/items/THEORETICAL_HOE_POTATO_2.json index 4f4b67cb..a6019f7e 100644 --- a/items/THEORETICAL_HOE_POTATO_2.json +++ b/items/THEORETICAL_HOE_POTATO_2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:iron_hoe", "displayname": "§aPythagorean Potato Hoe", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+25% potato\",1:\"§7Gain §a+2% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Potatoes\",4:\"\",5:\"§6Logarithmic Counter\",6:\"§7Harvest §a+16% §7potato per\",7:\"§7digits on the Counter, minus 4!\",8:\"§fCounter bonus: §a0% §7potato\",9:\"\",10:\"§7§8Bonus potato percent increases\",11:\"§8your Farmhand perk\u0027s chances\",12:\"\",13:\"§eReach 100k Counter for +1 Rarity!\",14:\"\",15:\"§6Right-click to view upgrade recipe!\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§a§lUNCOMMON HOE\"],Name:\"§aPythagorean Potato Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_POTATO_2\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+25% potato\",1:\"§7Gain §a+2% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Potatoes\",4:\"\",5:\"§6Logarithmic Counter\",6:\"§7Harvest §a+16% §7potato per\",7:\"§7digits on the Counter, minus 4!\",8:\"§a+0 §6☘ Farming Fortune §7for\",9:\"§7potato\",10:\"\",11:\"§7§8Bonus potato percent increases\",12:\"§8your Farmhand perk\u0027s chances\",13:\"\",14:\"§eReach 100k Counter for +1 Rarity!\",15:\"\",16:\"§6Right-click to view upgrade recipe!\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§a§lUNCOMMON HOE\"],Name:\"§aPythagorean Potato Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_POTATO_2\"}}", "damage": 0, "lore": [ "§7Harvest §a+25% potato", @@ -12,7 +12,8 @@ "§6Logarithmic Counter", "§7Harvest §a+16% §7potato per", "§7digits on the Counter, minus 4!", - "§fCounter bonus: §a0% §7potato", + "§a+0 §6☘ Farming Fortune §7for", + "§7potato", "", "§7§8Bonus potato percent increases", "§8your Farmhand perk\u0027s chances", @@ -37,7 +38,7 @@ }, "internalname": "THEORETICAL_HOE_POTATO_2", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "1.7.1-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/THEORETICAL_HOE_POTATO_3.json b/items/THEORETICAL_HOE_POTATO_3.json index 9036e625..240c160a 100644 --- a/items/THEORETICAL_HOE_POTATO_3.json +++ b/items/THEORETICAL_HOE_POTATO_3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:diamond_hoe", "displayname": "§9Pythagorean Potato Hoe", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+50% potato\",1:\"§7Gain §a+3% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Potatoes\",4:\"\",5:\"§6Logarithmic Counter\",6:\"§7Harvest §a+16% §7potato per\",7:\"§7digits on the Counter, minus 4!\",8:\"§fCounter bonus: §a0% §7potato\",9:\"\",10:\"§6Collection Analysis\",11:\"§7Harvest §a+8% §7potato per digits\",12:\"§7of your collection, minus 4!\",13:\"§fCollection bonus: §a+16% §7potato\",14:\"\",15:\"§7§8Bonus potato percent increases\",16:\"§8your Farmhand perk\u0027s chances\",17:\"\",18:\"§eReach 100k Counter for +1 Rarity!\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§9§lRARE HOE\"],Name:\"§9Pythagorean Potato Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_POTATO_3\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+50% potato\",1:\"§7Gain §a+3% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Potatoes\",4:\"\",5:\"§6Logarithmic Counter\",6:\"§7Harvest §a+16% §7potato per\",7:\"§7digits on the Counter, minus 4!\",8:\"§a+0 §6☘ Farming Fortune §7for\",9:\"§7potato\",10:\"\",11:\"§6Collection Analysis\",12:\"§7Harvest §a+8% §7potato per digits\",13:\"§7of your collection, minus 4!\",14:\"§a+16 §6☘ Farming Fortune §7for\",15:\"§7potato\",16:\"\",17:\"§7§8Bonus potato percent increases\",18:\"§8your Farmhand perk\u0027s chances\",19:\"\",20:\"§eReach 100k Counter for +1 Rarity!\",21:\"\",22:\"§7§8This item can be reforged!\",23:\"§9§lRARE HOE\"],Name:\"§9Pythagorean Potato Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_POTATO_3\"}}", "damage": 0, "lore": [ "§7Harvest §a+50% potato", @@ -12,12 +12,14 @@ "§6Logarithmic Counter", "§7Harvest §a+16% §7potato per", "§7digits on the Counter, minus 4!", - "§fCounter bonus: §a0% §7potato", + "§a+0 §6☘ Farming Fortune §7for", + "§7potato", "", "§6Collection Analysis", "§7Harvest §a+8% §7potato per digits", "§7of your collection, minus 4!", - "§fCollection bonus: §a+16% §7potato", + "§a+16 §6☘ Farming Fortune §7for", + "§7potato", "", "§7§8Bonus potato percent increases", "§8your Farmhand perk\u0027s chances", @@ -40,7 +42,7 @@ }, "internalname": "THEORETICAL_HOE_POTATO_3", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "1.7.1-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/THEORETICAL_HOE_WARTS_2.json b/items/THEORETICAL_HOE_WARTS_2.json index f2ce1a1b..dcf3860e 100644 --- a/items/THEORETICAL_HOE_WARTS_2.json +++ b/items/THEORETICAL_HOE_WARTS_2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:iron_hoe", "displayname": "§aNewton Nether Warts Hoe", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+25% nether wart\",1:\"§7Gain §a+2% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Nether Warts\",4:\"\",5:\"§6Logarithmic Counter\",6:\"§7Harvest §a+16% §7nether wart per\",7:\"§7digits on the Counter, minus 4!\",8:\"§fCounter bonus: §a0% §7nether wart\",9:\"\",10:\"§7§8Bonus nether wart percent\",11:\"§8increases your Farmhand perk\u0027s\",12:\"§8chances\",13:\"\",14:\"§eReach 100k Counter for +1 Rarity!\",15:\"\",16:\"§6Right-click to view upgrade recipe!\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§a§lUNCOMMON HOE\"],Name:\"§aNewton Nether Warts Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_WARTS_2\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+25% nether wart\",1:\"§7Gain §a+2% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Nether Warts\",4:\"\",5:\"§6Logarithmic Counter\",6:\"§7Harvest §a+16% §7nether wart per\",7:\"§7digits on the Counter, minus 4!\",8:\"§a+0 §6☘ Farming Fortune §7for\",9:\"§7nether wart\",10:\"\",11:\"§7§8Bonus nether wart percent\",12:\"§8increases your Farmhand perk\u0027s\",13:\"§8chances\",14:\"\",15:\"§eReach 100k Counter for +1 Rarity!\",16:\"\",17:\"§6Right-click to view upgrade recipe!\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§a§lUNCOMMON HOE\"],Name:\"§aNewton Nether Warts Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_WARTS_2\"}}", "damage": 0, "lore": [ "§7Harvest §a+25% nether wart", @@ -12,7 +12,8 @@ "§6Logarithmic Counter", "§7Harvest §a+16% §7nether wart per", "§7digits on the Counter, minus 4!", - "§fCounter bonus: §a0% §7nether wart", + "§a+0 §6☘ Farming Fortune §7for", + "§7nether wart", "", "§7§8Bonus nether wart percent", "§8increases your Farmhand perk\u0027s", @@ -38,7 +39,7 @@ }, "internalname": "THEORETICAL_HOE_WARTS_2", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "1.7.1-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/THEORETICAL_HOE_WARTS_3.json b/items/THEORETICAL_HOE_WARTS_3.json index 18a776ce..e79d8a75 100644 --- a/items/THEORETICAL_HOE_WARTS_3.json +++ b/items/THEORETICAL_HOE_WARTS_3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:diamond_hoe", "displayname": "§9Newton Nether Warts Hoe", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+50% nether wart\",1:\"§7Gain §a+3% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Nether Warts\",4:\"\",5:\"§6Logarithmic Counter\",6:\"§7Harvest §a+16% §7nether wart per\",7:\"§7digits on the Counter, minus 4!\",8:\"§fCounter bonus: §a0% §7nether wart\",9:\"\",10:\"§6Collection Analysis\",11:\"§7Harvest §a+8% §7nether wart per\",12:\"§7digits of your collection, minus 4!\",13:\"§fCollection bonus: §a+16% §7nether wart\",14:\"\",15:\"§7§8Bonus nether wart percent\",16:\"§8increases your Farmhand perk\u0027s\",17:\"§8chances\",18:\"\",19:\"§eReach 100k Counter for +1 Rarity!\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§9§lRARE HOE\"],Name:\"§9Newton Nether Warts Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_WARTS_3\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+50% nether wart\",1:\"§7Gain §a+3% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Nether Warts\",4:\"\",5:\"§6Logarithmic Counter\",6:\"§7Harvest §a+16% §7nether wart per\",7:\"§7digits on the Counter, minus 4!\",8:\"§a+0 §6☘ Farming Fortune §7for\",9:\"§7sugar cane\",10:\"\",11:\"§6Collection Analysis\",12:\"§7Harvest §a+8% §7nether wart per\",13:\"§7digits of your collection, minus 4!\",14:\"§a+16 §6☘ Farming Fortune §7for\",15:\"§7nether wart\",16:\"\",17:\"§7§8Bonus nether wart percent\",18:\"§8increases your Farmhand perk\u0027s\",19:\"§8chances\",20:\"\",21:\"§eReach 100k Counter for +1 Rarity!\",22:\"\",23:\"§7§8This item can be reforged!\",24:\"§9§lRARE HOE\"],Name:\"§9Newton Nether Warts Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_WARTS_3\"}}", "damage": 0, "lore": [ "§7Harvest §a+50% nether wart", @@ -12,12 +12,14 @@ "§6Logarithmic Counter", "§7Harvest §a+16% §7nether wart per", "§7digits on the Counter, minus 4!", - "§fCounter bonus: §a0% §7nether wart", + "§a+0 §6☘ Farming Fortune §7for", + "§7sugar cane", "", "§6Collection Analysis", "§7Harvest §a+8% §7nether wart per", "§7digits of your collection, minus 4!", - "§fCollection bonus: §a+16% §7nether wart", + "§a+16 §6☘ Farming Fortune §7for", + "§7nether wart", "", "§7§8Bonus nether wart percent", "§8increases your Farmhand perk\u0027s", @@ -41,7 +43,7 @@ }, "internalname": "THEORETICAL_HOE_WARTS_3", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "1.7.1-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/THEORETICAL_HOE_WHEAT_2.json b/items/THEORETICAL_HOE_WHEAT_2.json index 986353a6..4cffe3ee 100644 --- a/items/THEORETICAL_HOE_WHEAT_2.json +++ b/items/THEORETICAL_HOE_WHEAT_2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:iron_hoe", "displayname": "§aEuclid\u0027s Wheat Hoe", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+25% wheat\",1:\"§7Gain §a+2% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Wheat\",4:\"\",5:\"§6Logarithmic Counter\",6:\"§7Harvest §a+16% §7wheat per\",7:\"§7digits on the Counter, minus 4!\",8:\"§fCounter bonus: §a0% §7wheat\",9:\"\",10:\"§7§8Bonus wheat percent increases\",11:\"§8your Farmhand perk\u0027s chances\",12:\"\",13:\"§eReach 100k Counter for +1 Rarity!\",14:\"\",15:\"§6Right-click to view upgrade recipe!\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§a§lUNCOMMON HOE\"],Name:\"§aEuclid\u0027s Wheat Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_WHEAT_2\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+25% wheat\",1:\"§7Gain §a+2% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Wheat\",4:\"\",5:\"§6Logarithmic Counter\",6:\"§7Harvest §a+16% §7wheat per\",7:\"§7digits on the Counter, minus 4!\",8:\"§a+0 §6☘ Farming Fortune §7for\",9:\"§7wheat\",10:\"\",11:\"§7§8Bonus wheat percent increases\",12:\"§8your Farmhand perk\u0027s chances\",13:\"\",14:\"§eReach 100k Counter for +1 Rarity!\",15:\"\",16:\"§6Right-click to view upgrade recipe!\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§a§lUNCOMMON HOE\"],Name:\"§aEuclid\u0027s Wheat Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_WHEAT_2\"}}", "damage": 0, "lore": [ "§7Harvest §a+25% wheat", @@ -12,7 +12,8 @@ "§6Logarithmic Counter", "§7Harvest §a+16% §7wheat per", "§7digits on the Counter, minus 4!", - "§fCounter bonus: §a0% §7wheat", + "§a+0 §6☘ Farming Fortune §7for", + "§7wheat", "", "§7§8Bonus wheat percent increases", "§8your Farmhand perk\u0027s chances", @@ -37,7 +38,7 @@ }, "internalname": "THEORETICAL_HOE_WHEAT_2", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "1.7.1-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/THEORETICAL_HOE_WHEAT_3.json b/items/THEORETICAL_HOE_WHEAT_3.json index be228202..d38d4dd7 100644 --- a/items/THEORETICAL_HOE_WHEAT_3.json +++ b/items/THEORETICAL_HOE_WHEAT_3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:diamond_hoe", "displayname": "§9Euclid\u0027s Wheat Hoe", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+50% wheat\",1:\"§7Gain §a+3% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Wheat\",4:\"\",5:\"§6Logarithmic Counter\",6:\"§7Harvest §a+16% §7wheat per\",7:\"§7digits on the Counter, minus 4!\",8:\"§fCounter bonus: §a0% §7wheat\",9:\"\",10:\"§6Collection Analysis\",11:\"§7Harvest §a+8% §7wheat per digits of\",12:\"§7your collection, minus 4!\",13:\"§fCollection bonus: §a+8% §7wheat\",14:\"\",15:\"§7§8Bonus wheat percent increases\",16:\"§8your Farmhand perk\u0027s chances\",17:\"\",18:\"§eReach 100k Counter for +1 Rarity!\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§9§lRARE HOE\"],Name:\"§9Euclid\u0027s Wheat Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_WHEAT_3\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+50% wheat\",1:\"§7Gain §a+3% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Wheat\",4:\"\",5:\"§6Logarithmic Counter\",6:\"§7Harvest §a+16% §7wheat per\",7:\"§7digits on the Counter, minus 4!\",8:\"§a+0 §6☘ Farming Fortune §7for\",9:\"§7wheat\",10:\"\",11:\"§6Collection Analysis\",12:\"§7Harvest §a+8% §7wheat per digits of\",13:\"§7your collection, minus 4!\",14:\"§a+8 §6☘ Farming Fortune §7for\",15:\"§7wheat\",16:\"\",17:\"§7§8Bonus wheat percent increases\",18:\"§8your Farmhand perk\u0027s chances\",19:\"\",20:\"§eReach 100k Counter for +1 Rarity!\",21:\"\",22:\"§7§8This item can be reforged!\",23:\"§9§lRARE HOE\"],Name:\"§9Euclid\u0027s Wheat Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_WHEAT_3\"}}", "damage": 0, "lore": [ "§7Harvest §a+50% wheat", @@ -12,12 +12,14 @@ "§6Logarithmic Counter", "§7Harvest §a+16% §7wheat per", "§7digits on the Counter, minus 4!", - "§fCounter bonus: §a0% §7wheat", + "§a+0 §6☘ Farming Fortune §7for", + "§7wheat", "", "§6Collection Analysis", "§7Harvest §a+8% §7wheat per digits of", "§7your collection, minus 4!", - "§fCollection bonus: §a+8% §7wheat", + "§a+8 §6☘ Farming Fortune §7for", + "§7wheat", "", "§7§8Bonus wheat percent increases", "§8your Farmhand perk\u0027s chances", @@ -40,7 +42,7 @@ }, "internalname": "THEORETICAL_HOE_WHEAT_3", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "1.7.1-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/TITANIUM_ARTIFACT.json b/items/TITANIUM_ARTIFACT.json index 58dd5984..41dc087c 100644 --- a/items/TITANIUM_ARTIFACT.json +++ b/items/TITANIUM_ARTIFACT.json @@ -1,12 +1,14 @@ { "itemid": "minecraft:skull", - "displayname": "§5Titanium Artifact", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"e487bb56-a47b-3ca1-b21b-8977524b9701\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDQ4MDc5MjAxMiwKICAicHJvZmlsZUlkIiA6ICIxZDUyMzNkMzg4NjI0YmFmYjAwZTMxNTBhN2FhM2E4OSIsCiAgInByb2ZpbGVOYW1lIiA6ICIwMDAwMDAwMDAwMDAwMDBKIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzk4ZWMyMWQyMGYxYWFmNTYzNWY0OGJlZGE4ODYyNjQwM2M2Mzg1YjgxNjczZmI3Y2ZhN2ZmODIxNzljNjNlMzkiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Mining Speed: §a+30\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§5§lEPIC ACCESSORY\",4:\"\",5:\"§eItems Required\",6:\"§6Refined Titanium §7x12\",7:\"§9Titanium Ring §7x1\",8:\"\",9:\"§7Duration: §b1d 12h\"],Name:\"§5Titanium Artifact\"},ExtraAttributes:{id:\"TITANIUM_ARTIFACT\"},AttributeModifiers:[]}", + "displayname": "§f§f§5Titanium Artifact", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"e487bb56-a47b-3ca1-b21b-8977524b9701\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDQ4MDc5MjAxMiwKICAicHJvZmlsZUlkIiA6ICIxZDUyMzNkMzg4NjI0YmFmYjAwZTMxNTBhN2FhM2E4OSIsCiAgInByb2ZpbGVOYW1lIiA6ICIwMDAwMDAwMDAwMDAwMDBKIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzk4ZWMyMWQyMGYxYWFmNTYzNWY0OGJlZGE4ODYyNjQwM2M2Mzg1YjgxNjczZmI3Y2ZhN2ZmODIxNzljNjNlMzkiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Mining Speed: §a+30\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§7§4❣ §cRequires §5Heart of the\",4:\"§5Mountain Tier 4\",5:\"§5§lEPIC ACCESSORY\",6:\"\",7:\"§eItems Required\",8:\"§6Refined Titanium §7x12\",9:\"§9Titanium Ring §7x1\",10:\"\",11:\"§7Duration: §b1d 12h\"],Name:\"§f§f§5Titanium Artifact\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"TITANIUM_ARTIFACT\",uuid:\"3d04f636-9e67-4d81-a19c-f1227d5a68f9\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7Mining Speed: §a+30", "", "§7§8This item can be reforged!", + "§7§4❣ §cRequires §5Heart of the", + "§5Mountain Tier 4", "§5§lEPIC ACCESSORY", "", "§eItems Required", @@ -19,5 +21,8 @@ "crafttext": "", "clickcommand": "", "modver": "1.7.1-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Titanium_Artifact" + ] }
\ No newline at end of file diff --git a/items/TITANIUM_RING.json b/items/TITANIUM_RING.json index b457084c..f83076e8 100644 --- a/items/TITANIUM_RING.json +++ b/items/TITANIUM_RING.json @@ -19,5 +19,8 @@ "crafttext": "", "clickcommand": "", "modver": "1.7.1-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Titanium_Ring" + ] }
\ No newline at end of file |