From 76f367552b594e90cc3dcdcf7514002a5eb2d0e7 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 16 Oct 2024 11:38:28 +0200 Subject: feat: Dungeon Heads Soulbound -> Coop Soulbound and fix miners outfit recipe (#1408) --- items/GOLD_PROFESSOR_HEAD.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items/GOLD_PROFESSOR_HEAD.json') diff --git a/items/GOLD_PROFESSOR_HEAD.json b/items/GOLD_PROFESSOR_HEAD.json index 33f7e426..74fd4aba 100644 --- a/items/GOLD_PROFESSOR_HEAD.json +++ b/items/GOLD_PROFESSOR_HEAD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§cGolden Professor Head", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9b5fcb03-447d-32ed-9292-793a9dc16312\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NDQxMDAxNTI3NCwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjhjYTAzZDc4ZDE1N2RmMzRlOGM0Mjg4MWZmNTdlYTg5ODE4MzY3ZTQwZTI4OGRhN2Y4YjQxY2NhNWMxZDQwNiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d90\",1:\"§7Strength: §c+10\",2:\"§7Health: §a+40\",3:\"§7Defense: §a+20\",4:\"\",5:\"§7Obtained from killing §cThe\",6:\"§cProfessor §7in §cThe Catacombs\",7:\"§c§7lots of times. Grants §a2x\",8:\"§a§7stats on §cThe Catacombs Floor\",9:\"§cIII§7.\",10:\"\",11:\"§7§8Despite his great technique,\",12:\"§8he failed the Masters exam three\",13:\"§8times. Works from 8 to 5. Cares\",14:\"§8about his students.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§8§l* §8Soulbound §8§l*\",18:\"§c§lSPECIAL DUNGEON HELMET\"],Name:\"§cGolden Professor Head\"},ExtraAttributes:{dungeon_item_level:0,id:\"GOLD_PROFESSOR_HEAD\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9b5fcb03-447d-32ed-9292-793a9dc16312\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NDQxMDAxNTI3NCwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjhjYTAzZDc4ZDE1N2RmMzRlOGM0Mjg4MWZmNTdlYTg5ODE4MzY3ZTQwZTI4OGRhN2Y4YjQxY2NhNWMxZDQwNiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d90\",1:\"§7Strength: §c+10\",2:\"§7Health: §a+40\",3:\"§7Defense: §a+20\",4:\"\",5:\"§7Obtained from killing §cThe\",6:\"§cProfessor §7in §cThe Catacombs\",7:\"§c§7lots of times. Grants §a2x\",8:\"§a§7stats on §cThe Catacombs Floor\",9:\"§cIII§7.\",10:\"\",11:\"§7§8Despite his great technique,\",12:\"§8he failed the Masters exam three\",13:\"§8times. Works from 8 to 5. Cares\",14:\"§8about his students.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§8§l* §8Co-op Soulbound §8§l*\",18:\"§c§lSPECIAL DUNGEON HELMET\"],Name:\"§cGolden Professor Head\"},ExtraAttributes:{dungeon_item_level:0,id:\"GOLD_PROFESSOR_HEAD\"}}", "damage": 3, "lore": [ "§7Gear Score: §d90", @@ -21,7 +21,7 @@ "§8about his students.", "", "§7§8This item can be reforged!", - "§8§l* §8Soulbound §8§l*", + "§8§l* §8Co-op Soulbound §8§l*", "§c§lSPECIAL DUNGEON HELMET" ], "internalname": "GOLD_PROFESSOR_HEAD", -- cgit