From 899ec848bbc47d700688b02d11e4139b32999634 Mon Sep 17 00:00:00 2001 From: Noxitu <4777470+Noxitu@users.noreply.github.com> Date: Mon, 8 Jan 2024 00:48:53 +0100 Subject: [PATCH] Database fixes and formatting --- .gitignore | 5 +- .../Containers/Level_01/empty.json | 7 + .../Containers/Lobby/compass.json | 72 + .../Containers/Lobby/compass_selectors.json | 87 + .../Containers/Lobby/crown_shop.json | 48 + .../Containers/Lobby/other.json | 9 + Decked Out 2 Database/NBT/artifacts.json | 1064 +++--- Decked Out 2 Database/NBT/artifakes.json | 1064 +++--- Decked Out 2 Database/NBT/cards.json | 1054 +++--- .../NBT/compass_selectors.json | 180 +- Decked Out 2 Database/NBT/compasses.json | 3364 ++++++++--------- Decked Out 2 Database/NBT/items.json | 281 +- 12 files changed, 3703 insertions(+), 3532 deletions(-) create mode 100644 Decked Out 2 Database/Containers/Level_01/empty.json create mode 100644 Decked Out 2 Database/Containers/Lobby/compass.json create mode 100644 Decked Out 2 Database/Containers/Lobby/compass_selectors.json create mode 100644 Decked Out 2 Database/Containers/Lobby/crown_shop.json create mode 100644 Decked Out 2 Database/Containers/Lobby/other.json diff --git a/.gitignore b/.gitignore index cb744ce..ca916c2 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,7 @@ _*.py /Install-Packs.ps1 # Work in Progress -/Decked Out 2 Egg Hunt/Advancements Datapack \ No newline at end of file +/Decked Out 2 Audio Resource Pack +/Decked Out 2 Catacombs +/Decked Out 2 Egg Hunt/Advancements Datapack +/Decked Out 2 Datapack \ No newline at end of file diff --git a/Decked Out 2 Database/Containers/Level_01/empty.json b/Decked Out 2 Database/Containers/Level_01/empty.json new file mode 100644 index 0000000..44ba2b7 --- /dev/null +++ b/Decked Out 2 Database/Containers/Level_01/empty.json @@ -0,0 +1,7 @@ +[ + { + "pos": [-518, 53, 2011], + "tags": ["embers"], + "description": "Embers @ crypt jump boost" + } +] diff --git a/Decked Out 2 Database/Containers/Lobby/compass.json b/Decked Out 2 Database/Containers/Lobby/compass.json new file mode 100644 index 0000000..dbd2aa0 --- /dev/null +++ b/Decked Out 2 Database/Containers/Lobby/compass.json @@ -0,0 +1,72 @@ +[ + { + "counts": [51, 50, 43, 48, 42, 40, 34, 42, 0], + "id": "compass_01", + "description": "", + "items": ["compass_001", "compass_002", "compass_003", "compass_004", "compass_005", "compass_006", "compass_007", "compass_008", null], + "pos": [-549, 106, 1979] + }, + { + "counts": [44, 51, 36, 49, 50, 42, 43, 45, 0], + "id": "compass_02", + "description": "", + "items": ["compass_009", "compass_010", "compass_011", "compass_012", "compass_013", "compass_014", "compass_015", "compass_016", null], + "pos": [-549, 106, 1978] + }, + { + "counts": [31, 24, 27, 25, 41, 23, 27, 28, 0], + "id": "compass_03", + "description": "", + "items": ["compass_017", "compass_018", "compass_019", "compass_020", "compass_021", "compass_022", "compass_023", "compass_024", null], + "pos": [-549, 106, 1977] + }, + { + "counts": [32, 31, 19, 29, 32, 27, 31, 29, 0], + "id": "compass_04", + "description": "", + "items": ["compass_031", "compass_032", "compass_025", "compass_026", "compass_027", "compass_028", "compass_029", "compass_030", null], + "pos": [-549, 106, 1976] + }, + { + "counts": [32, 33, 39, 30, 32, 39, 29, 34, 0], + "id": "compass_05", + "description": "", + "items": ["compass_039", "compass_040", "compass_033", "compass_034", "compass_035", "compass_036", "compass_037", "compass_038", null], + "pos": [-549, 106, 1975] + }, + { + "counts": [34, 25, 33, 19, 29, 29, 29, 26, 0], + "id": "compass_06", + "description": "", + "items": ["compass_046", "compass_045", "compass_044", "compass_043", "compass_042", "compass_041", "compass_047", "compass_048", null], + "pos": [-549, 106, 1974] + }, + { + "counts": [35, 39, 42, 28, 38, 35, 33, 25, 0], + "id": "compass_07", + "description": "", + "items": ["compass_054", "compass_053", "compass_049", "compass_052", "compass_051", "compass_050", "compass_056", "compass_055", null], + "pos": [-549, 106, 1973] + }, + { + "counts": [26, 26, 35, 33, 29, 30, 16, 10, 0], + "id": "compass_08", + "description": "", + "items": ["compass_062", "compass_061", "compass_060", "compass_059", "compass_058", "compass_057", "compass_063", "compass_064", null], + "pos": [-549, 106, 1972] + }, + { + "counts": [19, 23, 19, 25, 25, 26, 19, 23, 0], + "id": "compass_09", + "description": "", + "items": ["compass_065", "compass_066", "compass_067", "compass_068", "compass_069", "compass_070", "compass_071", "compass_072", null], + "pos": [-549, 106, 1971] + }, + { + "counts": [18, 20, 15, 22, 22, 21, 16, 21, 0], + "id": "compass_10", + "description": "", + "items": ["compass_073", "compass_074", "compass_075", "compass_076", "compass_077", "compass_078", "compass_079", "compass_080", null], + "pos": [-549, 106, 1970] + } +] diff --git a/Decked Out 2 Database/Containers/Lobby/compass_selectors.json b/Decked Out 2 Database/Containers/Lobby/compass_selectors.json new file mode 100644 index 0000000..1e6f8df --- /dev/null +++ b/Decked Out 2 Database/Containers/Lobby/compass_selectors.json @@ -0,0 +1,87 @@ +[ + { + "counts": [46, 41, 45, 29, 39, 40, 43, 22, 0], + "id": "compass_selector_deepfrost", + "description": "", + "items": [ + "compass_selector_09", + "compass_selector_09", + "compass_selector_09", + "compass_selector_09", + "compass_selector_10", + "compass_selector_10", + "compass_selector_10", + "compass_selector_10", + null + ], + "pos": [-561, 109, 1982] + }, + { + "counts": [30, 45, 27, 0, 27, 28, 15, 14, 0], + "id": "compass_selector_deadly", + "description": "", + "items": [ + "compass_selector_07", + "compass_selector_07", + "compass_selector_07", + null, + "compass_selector_08", + "compass_selector_08", + "compass_selector_08", + "compass_selector_08", + null + ], + "pos": [-560, 109, 1982] + }, + { + "counts": [40, 49, 43, 16, 45, 39, 43, 15, 0], + "id": "compass_selector_hard", + "description": "", + "items": [ + "compass_selector_05", + "compass_selector_05", + "compass_selector_05", + "compass_selector_05", + "compass_selector_06", + "compass_selector_06", + "compass_selector_06", + "compass_selector_06", + null + ], + "pos": [-559, 109, 1982] + }, + { + "counts": [54, 50, 49, 35, 49, 53, 50, 32, 0], + "id": "compass_selector_medium", + "description": "", + "items": [ + "compass_selector_03", + "compass_selector_03", + "compass_selector_03", + "compass_selector_03", + "compass_selector_04", + "compass_selector_04", + "compass_selector_04", + "compass_selector_04", + null + ], + "pos": [-558, 109, 1982] + }, + { + "counts": [55, 58, 61, 38, 55, 58, 60, 38, 0], + "id": "compass_selector_easy", + "description": "", + "items": [ + "compass_selector_01", + "compass_selector_01", + "compass_selector_01", + "compass_selector_01", + "compass_selector_02", + "compass_selector_02", + "compass_selector_02", + "compass_selector_02", + null + ], + "pos": [-557, 109, 1982] + } +] diff --git a/Decked Out 2 Database/Containers/Lobby/crown_shop.json b/Decked Out 2 Database/Containers/Lobby/crown_shop.json new file mode 100644 index 0000000..a2cb426 --- /dev/null +++ b/Decked Out 2 Database/Containers/Lobby/crown_shop.json @@ -0,0 +1,48 @@ +[ + { + "counts": [36, 35, 19, 0, 51, 0, 0, 0, 0], + "description": "", + "items": ["shard", "shard", "shard", null, "shard", null, null, null, null], + "pos": [-509, 104, 1972] + }, + { + "counts": [55, 59, 53, 40, 0, 0, 0, 33, 0], + "description": "", + "items": ["Pay to Win", "Pay to Win", "Pay to Win", "Pay to Win", null, null, null, "Pay to Win", null], + "pos": [-507, 104, 1972] + }, + { + "counts": [57, 24, 54, 56, 24, 0, 0, 0, 40], + "description": "", + "items": ["Pork Chop Power", "Pork Chop Power", "Pork Chop Power", "Pork Chop Power", "Pork Chop Power", null, null, null, "Pork Chop Power"], + "pos": [-506, 104, 1972] + }, + { + "counts": [48, 44, 45, 0, 0, 0, 0, 27, 0], + "description": "", + "items": ["Tactical Approach", "Tactical Approach", "Tactical Approach", null, null, null, null, "Tactical Approach", null], + "pos": [-505, 104, 1972] + }, + { + "description": "Potions of Slowness", + "pos": [-505, 104, 1972] + }, + { + "counts": [46, 44, 52, 39, 55, 44, 55, 51, 43], + "description": "", + "items": ["key2", "key2", "key4", "key2", "key4", "key3", "key3", "key3", "shard"], + "pos": [-503, 104, 1972] + }, + { + "counts": [60, 0, 41, 44, 48, 18, 0, 44, 50], + "description": "", + "items": ["coin", null, "key2", "rusty", "victory_tome", "Moment of Clarity", null, "shard", "Tactical Approach"], + "pos": [-502, 104, 1972] + }, + { + "counts": [15, 0, 0, 0, 0, 0, 0, 0, 0], + "description": "Dungeon Lackey", + "items": ["minecraft:carved_pumpkin", null, null, null, null, null, null, null, null], + "pos": [-497, 104, 1972] + } +] diff --git a/Decked Out 2 Database/Containers/Lobby/other.json b/Decked Out 2 Database/Containers/Lobby/other.json new file mode 100644 index 0000000..5a110c9 --- /dev/null +++ b/Decked Out 2 Database/Containers/Lobby/other.json @@ -0,0 +1,9 @@ +[ + { + "counts": [24, 20, 29, 17, 21, 19, 16, 18, 13], + "id": "crown_delivery", + "description": "", + "items": ["crown", "crown", "crown", "crown", "crown", "crown", "crown", "crown", "crown"], + "pos": [-547, 116, 1965] + } +] diff --git a/Decked Out 2 Database/NBT/artifacts.json b/Decked Out 2 Database/NBT/artifacts.json index 6a820cb..822ebf4 100644 --- a/Decked Out 2 Database/NBT/artifacts.json +++ b/Decked Out 2 Database/NBT/artifacts.json @@ -1,547 +1,521 @@ { - "artifact_06": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 42, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Hood of Aw'Yah (6)\"}", - "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Hood of Aw'Yah (6)\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Wearing this hood may cause\"}", - "{\"text\":\"uncontrollable giggling.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Hood of Aw'Yah (6)\"}" - } - } - }, - "artifact_07": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 43, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Axe of the Screamin' Void (7)\"}", - "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Axe of the Screamin' Void (7)\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"A legendary axe that never\"}", - "{\"text\":\"stops shredding.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Axe of the Screamin' Void (7)\"}" - } - } - }, - "artifact_08": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 17, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Multi-Grain Waffle (8)\"}", - "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Multi-Grain Waffle (8)\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Often misspelled. Never duplicated.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Multi-Grain Waffle (8)\"}" - } - } - }, - "artifact_09": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 33, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Shades of the Dog (9)\"}", - "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Shades of the Dog (9)\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Eye protection worthy of a king.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Shades of the Dog (9)\"}" - } - } - }, - "artifact_10": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 30, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Papa's Slippers (10)\"}", - "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Papa's Slippers (10)\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Sweet faces to take you sweet places\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Papa's Slippers (10)\"}" - } - } - }, - "artifact_11": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 28, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Jar of Speedy Slime (11)\"}", - "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Jar of Speedy Slime (11)\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Drink to become an unkillable speedster!\"}", - "{\"text\":\"*Infinite totems not included\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Jar of Speedy Slime (11)\"}" - } - } - }, - "artifact_12": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 29, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Tome of the Hills (12)\"}", - "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Tome of the Hills (12)\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"An infinite source of transparent wisdom.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Tome of the Hills (12)\"}" - } - } - }, - "artifact_13": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 34, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Death Loop (13)\"}", - "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Death Loop (13)\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Causes an neverending stream of comical deaths.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Death Loop (13)\"}" - } - } - }, - "artifact_14": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 32, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Pearl of Cleansing (14)\"}", - "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Pearl of Cleansing (14)\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Infused with strange alien powers,\"}", - "{\"text\":\"this pearl can keep anything clean.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Pearl of Cleansing (14)\"}" - } - } - }, - "artifact_18": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 13, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Horn of the G.O.A.T. (18)\"}", - "OriginalName": "{\"text\":\"Horn of the G.O.A.T. (18)\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Grants untold knowledge of\"}", - "{\"text\":\"ancient, wondrous technologies\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Horn of the G.O.A.T. (18)\"}" - } - } - }, - "artifact_19": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 12, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Chisel of the Undead Sculptress (19)\"}", - "OriginalName": "{\"text\":\"Chisel of the Undead Sculptress (19)\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"This macabre device bestows unlimited creativity\"}", - "{\"text\":\"and sarcasm to its wielder. Mostly sarcasm.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Chisel of the Undead Sculptress (19)\"}" - } - } - }, - "artifact_20": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 40, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Butcher's Apron (20)\"}", - "OriginalName": "{\"text\":\"Butcher's Apron (20)\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"A bloody apron for the venerable gentleman.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Butcher's Apron (20)\"}" - } - } - }, - "artifact_21": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 18, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Hypnotic Bandana (21)\"}", - "OriginalName": "{\"text\":\"Hypnotic Bandana (21)\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Gaze in Wonder. It seems to look back at you.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Hypnotic Bandana (21)\"}" - } - } - }, - "artifact_22": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 35, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Wand of Gorgeousness (22)\"}", - "OriginalName": "{\"text\":\"Wand of Gorgeousness (22)\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Makes everything gorgeous. Of course.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Wand of Gorgeousness (22)\"}" - } - } - }, - "artifact_23": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 41, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Knight's Helm (23)\"}", - "OriginalName": "{\"text\":\"Knight's Helm (23)\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Yep. It's knightly. Well and good.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Knight's Helm (23)\"}" - } - } - }, - "artifact_24": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 20, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Bionic Eye of Doom (24)\"}", - "OriginalName": "{\"text\":\"Bionic Eye of Doom (24)\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Also Omega. Probably Mega as well.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Bionic Eye of Doom (24)\"}" - } - } - }, - "artifact_30": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 31, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Hidden Stache (30)\"}", - "OriginalName": "{\"text\":\"The Hidden Stache (30)\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Hidden inside you'll find an assortment of spoons\"}", - "{\"text\":\"and dapper upper lip hair.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Hidden Stache (30)\"}" - } - } - }, - "artifact_32": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 15, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Goggles of Symmetry (32)\"}", - "OriginalName": "{\"text\":\"Goggles of Symmetry (32)\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Grants deceptively overpowering combat prowess.\"}", - "{\"text\":\"Also quite fashionable.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Goggles of Symmetry (32)\"}" - } - } - }, - "artifact_34": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 19, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Golden Eye (34)\"}", - "OriginalName": "{\"text\":\"Golden Eye (34)\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"iMazing \\\"I\\\" iNscribed iNside\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Golden Eye (34)\"}" - } - } - }, - "artifact_36": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 10, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Pocket Watch of Shreeping (36)\"}", - "OriginalName": "{\"text\":\"Pocket Watch of Shreeping (36)\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Perfect sleeping every time.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Pocket Watch of Shreeping (36)\"}" - } - } - }, - "artifact_38": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 39, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"An Old Friend's Pickaxe (38)\"}", - "OriginalName": "{\"text\":\"An Old Friend's Pickaxe (38)\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Worn down through years of use,\"}", - "{\"text\":\"this artifact will never be forgotten.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"An Old Friend's Pickaxe (38)\"}" - } - } - }, - "artifact_40": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 16, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Gem of Greatness (40)\"}", - "OriginalName": "{\"text\":\"Gem of Greatness (40)\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"This gem truly is great.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Gem of Greatness (40)\"}" - } - } - }, - "artifact_46": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 11, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"CF-135 (46)\"}", - "OriginalName": "{\"text\":\"CF-135 (46)\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Let's GO!\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"CF-135 (46)\"}" - } - } - }, - "artifact_48": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 44, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Staff of the Pink Shepherd (48)\"}", - "OriginalName": "{\"text\":\"Staff of the Pink Shepherd (48)\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Honestly... Nobody really knows\"}", - "{\"text\":\"what this thing does.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Staff of the Pink Shepherd (48)\"}" - } - } - }, - "artifact_50": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 14, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Slab (50)\"}", - "OriginalName": "{\"text\":\"The Slab (50)\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"The one that started it all. Accept no substitutes\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Slab (50)\"}" - } - } - }, - "artifact_52": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 38, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Skadoodler (52)\"}", - "OriginalName": "{\"text\":\"The Skadoodler (52)\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"A unique device capable of creating\"}", - "{\"text\":\"unlimited -ificators. Most won't work.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Skadoodler (52)\"}" - } - } - }, - "artifact_54": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 36, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Mug of the Dungeon Master (54)\"}", - "OriginalName": "{\"text\":\"Mug of the Dungeon Master (54)\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Drinking from this enlarged chalice is said to\"}", - "{\"text\":\"cause confusion, stuttering, and\"}", - "{\"text\":\"loss of perception. \"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Mug of the Dungeon Master (54)\"}" - } - } - }, - "artifact_60": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 37, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Master's Key (60)\"}", - "OriginalName": "{\"text\":\"The Master's Key (60)\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"What could it possibly open? \"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Master's Key (60)\"}" - } - } + "artifact_06": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 42, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Hood of Aw'Yah (6)\"}", + "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Hood of Aw'Yah (6)\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": [ + "{\"text\":\"Wearing this hood may cause\"}", + "{\"text\":\"uncontrollable giggling.\"}" + ], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Hood of Aw'Yah (6)\"}" + } } -} \ No newline at end of file + }, + "artifact_07": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 43, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Axe of the Screamin' Void (7)\"}", + "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Axe of the Screamin' Void (7)\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": [ + "{\"text\":\"A legendary axe that never\"}", + "{\"text\":\"stops shredding.\"}" + ], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Axe of the Screamin' Void (7)\"}" + } + } + }, + "artifact_08": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 17, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Multi-Grain Waffle (8)\"}", + "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Multi-Grain Waffle (8)\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": ["{\"text\":\"Often misspelled. Never duplicated.\"}"], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Multi-Grain Waffle (8)\"}" + } + } + }, + "artifact_09": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 33, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Shades of the Dog (9)\"}", + "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Shades of the Dog (9)\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": ["{\"text\":\"Eye protection worthy of a king.\"}"], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Shades of the Dog (9)\"}" + } + } + }, + "artifact_10": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 30, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Papa's Slippers (10)\"}", + "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Papa's Slippers (10)\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": ["{\"text\":\"Sweet faces to take you sweet places\"}"], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Papa's Slippers (10)\"}" + } + } + }, + "artifact_11": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 28, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Jar of Speedy Slime (11)\"}", + "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Jar of Speedy Slime (11)\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": [ + "{\"text\":\"Drink to become an unkillable speedster!\"}", + "{\"text\":\"*Infinite totems not included\"}" + ], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Jar of Speedy Slime (11)\"}" + } + } + }, + "artifact_12": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 29, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Tome of the Hills (12)\"}", + "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Tome of the Hills (12)\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": ["{\"text\":\"An infinite source of transparent wisdom.\"}"], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Tome of the Hills (12)\"}" + } + } + }, + "artifact_13": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 34, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Death Loop (13)\"}", + "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Death Loop (13)\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": [ + "{\"text\":\"Causes an neverending stream of comical deaths.\"}" + ], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Death Loop (13)\"}" + } + } + }, + "artifact_14": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 32, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Pearl of Cleansing (14)\"}", + "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Pearl of Cleansing (14)\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": [ + "{\"text\":\"Infused with strange alien powers,\"}", + "{\"text\":\"this pearl can keep anything clean.\"}" + ], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Pearl of Cleansing (14)\"}" + } + } + }, + "artifact_18": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 13, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Horn of the G.O.A.T. (18)\"}", + "OriginalName": "{\"text\":\"Horn of the G.O.A.T. (18)\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": [ + "{\"text\":\"Grants untold knowledge of\"}", + "{\"text\":\"ancient, wondrous technologies\"}" + ], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Horn of the G.O.A.T. (18)\"}" + } + } + }, + "artifact_19": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 12, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Chisel of the Undead Sculptress (19)\"}", + "OriginalName": "{\"text\":\"Chisel of the Undead Sculptress (19)\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": [ + "{\"text\":\"This macabre device bestows unlimited creativity\"}", + "{\"text\":\"and sarcasm to its wielder. Mostly sarcasm.\"}" + ], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Chisel of the Undead Sculptress (19)\"}" + } + } + }, + "artifact_20": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 40, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Butcher's Apron (20)\"}", + "OriginalName": "{\"text\":\"Butcher's Apron (20)\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": ["{\"text\":\"A bloody apron for the venerable gentleman.\"}"], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Butcher's Apron (20)\"}" + } + } + }, + "artifact_21": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 18, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Hypnotic Bandana (21)\"}", + "OriginalName": "{\"text\":\"Hypnotic Bandana (21)\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": [ + "{\"text\":\"Gaze in Wonder. It seems to look back at you.\"}" + ], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Hypnotic Bandana (21)\"}" + } + } + }, + "artifact_22": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 35, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Wand of Gorgeousness (22)\"}", + "OriginalName": "{\"text\":\"Wand of Gorgeousness (22)\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": ["{\"text\":\"Makes everything gorgeous. Of course.\"}"], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Wand of Gorgeousness (22)\"}" + } + } + }, + "artifact_23": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 41, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Knight's Helm (23)\"}", + "OriginalName": "{\"text\":\"Knight's Helm (23)\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": ["{\"text\":\"Yep. It's knightly. Well and good.\"}"], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Knight's Helm (23)\"}" + } + } + }, + "artifact_24": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 20, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Bionic Eye of Doom (24)\"}", + "OriginalName": "{\"text\":\"Bionic Eye of Doom (24)\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": ["{\"text\":\"Also Omega. Probably Mega as well.\"}"], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Bionic Eye of Doom (24)\"}" + } + } + }, + "artifact_30": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 31, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Hidden Stache (30)\"}", + "OriginalName": "{\"text\":\"The Hidden Stache (30)\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": [ + "{\"text\":\"Hidden inside you'll find an assortment of spoons\"}", + "{\"text\":\"and dapper upper lip hair.\"}" + ], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Hidden Stache (30)\"}" + } + } + }, + "artifact_32": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 15, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Goggles of Symmetry (32)\"}", + "OriginalName": "{\"text\":\"Goggles of Symmetry (32)\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": [ + "{\"text\":\"Grants deceptively overpowering combat prowess.\"}", + "{\"text\":\"Also quite fashionable.\"}" + ], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Goggles of Symmetry (32)\"}" + } + } + }, + "artifact_34": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 19, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Golden Eye (34)\"}", + "OriginalName": "{\"text\":\"Golden Eye (34)\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": ["{\"text\":\"iMazing \\\"I\\\" iNscribed iNside\"}"], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Golden Eye (34)\"}" + } + } + }, + "artifact_36": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 10, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Pocket Watch of Shreeping (36)\"}", + "OriginalName": "{\"text\":\"Pocket Watch of Shreeping (36)\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": ["{\"text\":\"Perfect sleeping every time.\"}"], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Pocket Watch of Shreeping (36)\"}" + } + } + }, + "artifact_38": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 39, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"An Old Friend's Pickaxe (38)\"}", + "OriginalName": "{\"text\":\"An Old Friend's Pickaxe (38)\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": [ + "{\"text\":\"Worn down through years of use,\"}", + "{\"text\":\"this artifact will never be forgotten.\"}" + ], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"An Old Friend's Pickaxe (38)\"}" + } + } + }, + "artifact_40": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 16, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Gem of Greatness (40)\"}", + "OriginalName": "{\"text\":\"Gem of Greatness (40)\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": ["{\"text\":\"This gem truly is great.\"}"], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Gem of Greatness (40)\"}" + } + } + }, + "artifact_46": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 11, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"CF-135 (46)\"}", + "OriginalName": "{\"text\":\"CF-135 (46)\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": ["{\"text\":\"Let's GO!\"}"], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"CF-135 (46)\"}" + } + } + }, + "artifact_48": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 44, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Staff of the Pink Shepherd (48)\"}", + "OriginalName": "{\"text\":\"Staff of the Pink Shepherd (48)\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": [ + "{\"text\":\"Honestly... Nobody really knows\"}", + "{\"text\":\"what this thing does.\"}" + ], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Staff of the Pink Shepherd (48)\"}" + } + } + }, + "artifact_50": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 14, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Slab (50)\"}", + "OriginalName": "{\"text\":\"The Slab (50)\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": [ + "{\"text\":\"The one that started it all. Accept no substitutes\"}" + ], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Slab (50)\"}" + } + } + }, + "artifact_52": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 38, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Skadoodler (52)\"}", + "OriginalName": "{\"text\":\"The Skadoodler (52)\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": [ + "{\"text\":\"A unique device capable of creating\"}", + "{\"text\":\"unlimited -ificators. Most won't work.\"}" + ], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Skadoodler (52)\"}" + } + } + }, + "artifact_54": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 36, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Mug of the Dungeon Master (54)\"}", + "OriginalName": "{\"text\":\"Mug of the Dungeon Master (54)\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": [ + "{\"text\":\"Drinking from this enlarged chalice is said to\"}", + "{\"text\":\"cause confusion, stuttering, and\"}", + "{\"text\":\"loss of perception. \"}" + ], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Mug of the Dungeon Master (54)\"}" + } + } + }, + "artifact_60": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 37, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Master's Key (60)\"}", + "OriginalName": "{\"text\":\"The Master's Key (60)\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": ["{\"text\":\"What could it possibly open? \"}"], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Master's Key (60)\"}" + } + } + } +} diff --git a/Decked Out 2 Database/NBT/artifakes.json b/Decked Out 2 Database/NBT/artifakes.json index b19f32d..ee2101d 100644 --- a/Decked Out 2 Database/NBT/artifakes.json +++ b/Decked Out 2 Database/NBT/artifakes.json @@ -1,547 +1,521 @@ { - "artifake_06": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 42, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Hood of Aw'Yah\"}", - "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Hood of Aw'Yah\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Wearing this hood may cause\"}", - "{\"text\":\"uncontrollable giggling.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Hood of Aw'Yah\"}" - } - } - }, - "artifake_07": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 43, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Axe of the Screamin' Void\"}", - "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Axe of the Screamin' Void\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"A legendary axe that never\"}", - "{\"text\":\"stops shredding.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Axe of the Screamin' Void\"}" - } - } - }, - "artifake_08": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 17, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Multi-Grain Waffle\"}", - "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Multi-Grain Waffle\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Often misspelled. Never duplicated.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Multi-Grain Waffle\"}" - } - } - }, - "artifake_09": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 33, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Shades of the Dog\"}", - "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Shades of the Dog\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Eye protection worthy of a king.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Shades of the Dog\"}" - } - } - }, - "artifake_10": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 30, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Papa's Slippers\"}", - "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Papa's Slippers\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Sweet faces to take you sweet places\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Papa's Slippers\"}" - } - } - }, - "artifake_11": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 28, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Jar of Speedy Slime\"}", - "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Jar of Speedy Slime\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Drink to become an unkillable speedster!\"}", - "{\"text\":\"*Infinite totems not included\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Jar of Speedy Slime\"}" - } - } - }, - "artifake_12": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 29, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Tome of the Hills\"}", - "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Tome of the Hills\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"An infinite source of transparent wisdom.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Tome of the Hills\"}" - } - } - }, - "artifake_13": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 34, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Death Loop\"}", - "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Death Loop\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Causes an neverending stream of comical deaths.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Death Loop\"}" - } - } - }, - "artifake_14": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 32, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Pearl of Cleansing\"}", - "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Pearl of Cleansing\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Infused with strange alien powers,\"}", - "{\"text\":\"this pearl can keep anything clean.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Pearl of Cleansing\"}" - } - } - }, - "artifake_18": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 13, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Horn of the G.O.A.T.\"}", - "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Horn of the G.O.A.T.\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Grants untold knowledge of\"}", - "{\"text\":\"ancient, wondrous technologies\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Horn of the G.O.A.T.\"}" - } - } - }, - "artifake_19": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 12, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Chisel of the Undead Sculptress\"}", - "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Chisel of the Undead Sculptress\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"This macabre device bestows unlimited creativity\"}", - "{\"text\":\"and sarcasm to its wielder. Mostly sarcasm.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Chisel of the Undead Sculptress\"}" - } - } - }, - "artifake_20": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 40, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Butcher's Apron\"}", - "OriginalName": "{\"text\":\"Butcher's Apron\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"A bloody apron for the venerable gentleman.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Butcher's Apron\"}" - } - } - }, - "artifake_21": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 18, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Hypnotic Bandana\"}", - "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Hypnotic Bandana\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Gaze in Wonder. It seems to look back at you.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Hypnotic Bandana\"}" - } - } - }, - "artifake_22": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 35, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Wand of Gorgeousness\"}", - "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Wand of Gorgeousness\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Makes everything gorgeous. Of course.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Wand of Gorgeousness\"}" - } - } - }, - "artifake_23": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 41, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Knight's Helm\"}", - "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Knight's Helm\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Yep. It's knightly. Well and good.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Knight's Helm\"}" - } - } - }, - "artifake_24": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 20, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Bionic Eye of Doom\"}", - "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Bionic Eye of Doom\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Also Omega. Probably Mega as well.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Bionic Eye of Doom\"}" - } - } - }, - "artifake_30": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 31, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Hidden Stache\"}", - "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Hidden Stache\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Hidden inside you'll find an assortment of spoons\"}", - "{\"text\":\"and dapper upper lip hair.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Hidden Stache\"}" - } - } - }, - "artifake_32": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 15, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Goggles of Symmetry\"}", - "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Goggles of Symmetry\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Grants deceptively overpowering combat prowess.\"}", - "{\"text\":\"Also quite fashionable.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Goggles of Symmetry\"}" - } - } - }, - "artifake_34": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 19, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Golden Eye\"}", - "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Golden Eye\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"iMazing \\\"I\\\" iNscribed iNside\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Golden Eye\"}" - } - } - }, - "artifake_36": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 10, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Pocket Watch of Shreeping\"}", - "OriginalName": "{\"text\":\"Pocket Watch of Shreeping\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Perfect sleeping every time.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Pocket Watch of Shreeping\"}" - } - } - }, - "artifake_38": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 39, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"An Old Friend's Pickaxe\"}", - "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"An Old Friend's Pickaxe\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Worn down through years of use,\"}", - "{\"text\":\"this artifact will never be forgotten.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"An Old Friend's Pickaxe\"}" - } - } - }, - "artifake_40": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 16, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Gem of Greatness\"}", - "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Gem of Greatness\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"This gem truly is great.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Gem of Greatness\"}" - } - } - }, - "artifake_46": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 11, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"CF-135\"}", - "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"CF-135\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Let's GO!\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"CF-135\"}" - } - } - }, - "artifake_48": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 44, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Staff of the Pink Shepherd\"}", - "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Staff of the Pink Shepherd\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Honestly... Nobody really knows\"}", - "{\"text\":\"what this thing does.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Staff of the Pink Shepherd\"}" - } - } - }, - "artifake_50": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 14, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Slab\"}", - "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Slab\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"The one that started it all. Accept no substitutes\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Slab\"}" - } - } - }, - "artifake_52": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 38, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Skadoodler\"}", - "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Skadoodler\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"A unique device capable of creating\"}", - "{\"text\":\"unlimited -ificators. Most won't work.\"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Skadoodler\"}" - } - } - }, - "artifake_54": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 36, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Mug of the Dungeon Master\"}", - "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Mug of the Dungeon Master\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"Drinking from this enlarged chalice is said to\"}", - "{\"text\":\"cause confusion, stuttering, and\"}", - "{\"text\":\"loss of perception. \"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Mug of the Dungeon Master\"}" - } - } - }, - "artifake_60": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 37, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Master's Key\"}", - "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Master's Key\"}", - "bold": 1, - "color": "gold" - }, - "display": { - "Lore": [ - "{\"text\":\"What could it possibly open? \"}" - ], - "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Master's Key\"}" - } - } + "artifake_06": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 42, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Hood of Aw'Yah\"}", + "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Hood of Aw'Yah\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": [ + "{\"text\":\"Wearing this hood may cause\"}", + "{\"text\":\"uncontrollable giggling.\"}" + ], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Hood of Aw'Yah\"}" + } } -} \ No newline at end of file + }, + "artifake_07": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 43, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Axe of the Screamin' Void\"}", + "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Axe of the Screamin' Void\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": [ + "{\"text\":\"A legendary axe that never\"}", + "{\"text\":\"stops shredding.\"}" + ], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Axe of the Screamin' Void\"}" + } + } + }, + "artifake_08": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 17, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Multi-Grain Waffle\"}", + "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Multi-Grain Waffle\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": ["{\"text\":\"Often misspelled. Never duplicated.\"}"], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Multi-Grain Waffle\"}" + } + } + }, + "artifake_09": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 33, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Shades of the Dog\"}", + "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Shades of the Dog\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": ["{\"text\":\"Eye protection worthy of a king.\"}"], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Shades of the Dog\"}" + } + } + }, + "artifake_10": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 30, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Papa's Slippers\"}", + "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Papa's Slippers\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": ["{\"text\":\"Sweet faces to take you sweet places\"}"], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Papa's Slippers\"}" + } + } + }, + "artifake_11": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 28, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Jar of Speedy Slime\"}", + "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Jar of Speedy Slime\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": [ + "{\"text\":\"Drink to become an unkillable speedster!\"}", + "{\"text\":\"*Infinite totems not included\"}" + ], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Jar of Speedy Slime\"}" + } + } + }, + "artifake_12": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 29, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Tome of the Hills\"}", + "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Tome of the Hills\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": ["{\"text\":\"An infinite source of transparent wisdom.\"}"], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Tome of the Hills\"}" + } + } + }, + "artifake_13": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 34, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Death Loop\"}", + "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Death Loop\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": [ + "{\"text\":\"Causes an neverending stream of comical deaths.\"}" + ], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Death Loop\"}" + } + } + }, + "artifake_14": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 32, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Pearl of Cleansing\"}", + "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Pearl of Cleansing\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": [ + "{\"text\":\"Infused with strange alien powers,\"}", + "{\"text\":\"this pearl can keep anything clean.\"}" + ], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Pearl of Cleansing\"}" + } + } + }, + "artifake_18": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 13, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Horn of the G.O.A.T.\"}", + "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Horn of the G.O.A.T.\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": [ + "{\"text\":\"Grants untold knowledge of\"}", + "{\"text\":\"ancient, wondrous technologies\"}" + ], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Horn of the G.O.A.T.\"}" + } + } + }, + "artifake_19": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 12, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Chisel of the Undead Sculptress\"}", + "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Chisel of the Undead Sculptress\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": [ + "{\"text\":\"This macabre device bestows unlimited creativity\"}", + "{\"text\":\"and sarcasm to its wielder. Mostly sarcasm.\"}" + ], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Chisel of the Undead Sculptress\"}" + } + } + }, + "artifake_20": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 40, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Butcher's Apron\"}", + "OriginalName": "{\"text\":\"Butcher's Apron\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": ["{\"text\":\"A bloody apron for the venerable gentleman.\"}"], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Butcher's Apron\"}" + } + } + }, + "artifake_21": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 18, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Hypnotic Bandana\"}", + "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Hypnotic Bandana\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": [ + "{\"text\":\"Gaze in Wonder. It seems to look back at you.\"}" + ], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Hypnotic Bandana\"}" + } + } + }, + "artifake_22": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 35, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Wand of Gorgeousness\"}", + "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Wand of Gorgeousness\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": ["{\"text\":\"Makes everything gorgeous. Of course.\"}"], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Wand of Gorgeousness\"}" + } + } + }, + "artifake_23": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 41, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Knight's Helm\"}", + "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Knight's Helm\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": ["{\"text\":\"Yep. It's knightly. Well and good.\"}"], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Knight's Helm\"}" + } + } + }, + "artifake_24": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 20, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Bionic Eye of Doom\"}", + "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Bionic Eye of Doom\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": ["{\"text\":\"Also Omega. Probably Mega as well.\"}"], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Bionic Eye of Doom\"}" + } + } + }, + "artifake_30": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 31, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Hidden Stache\"}", + "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Hidden Stache\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": [ + "{\"text\":\"Hidden inside you'll find an assortment of spoons\"}", + "{\"text\":\"and dapper upper lip hair.\"}" + ], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Hidden Stache\"}" + } + } + }, + "artifake_32": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 15, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Goggles of Symmetry\"}", + "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Goggles of Symmetry\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": [ + "{\"text\":\"Grants deceptively overpowering combat prowess.\"}", + "{\"text\":\"Also quite fashionable.\"}" + ], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Goggles of Symmetry\"}" + } + } + }, + "artifake_34": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 19, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Golden Eye\"}", + "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Golden Eye\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": ["{\"text\":\"iMazing \\\"I\\\" iNscribed iNside\"}"], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Golden Eye\"}" + } + } + }, + "artifake_36": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 10, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Pocket Watch of Shreeping\"}", + "OriginalName": "{\"text\":\"Pocket Watch of Shreeping\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": ["{\"text\":\"Perfect sleeping every time.\"}"], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Pocket Watch of Shreeping\"}" + } + } + }, + "artifake_38": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 39, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"An Old Friend's Pickaxe\"}", + "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"An Old Friend's Pickaxe\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": [ + "{\"text\":\"Worn down through years of use,\"}", + "{\"text\":\"this artifact will never be forgotten.\"}" + ], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"An Old Friend's Pickaxe\"}" + } + } + }, + "artifake_40": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 16, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Gem of Greatness\"}", + "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Gem of Greatness\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": ["{\"text\":\"This gem truly is great.\"}"], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Gem of Greatness\"}" + } + } + }, + "artifake_46": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 11, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"CF-135\"}", + "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"CF-135\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": ["{\"text\":\"Let's GO!\"}"], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"CF-135\"}" + } + } + }, + "artifake_48": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 44, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Staff of the Pink Shepherd\"}", + "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Staff of the Pink Shepherd\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": [ + "{\"text\":\"Honestly... Nobody really knows\"}", + "{\"text\":\"what this thing does.\"}" + ], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Staff of the Pink Shepherd\"}" + } + } + }, + "artifake_50": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 14, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Slab\"}", + "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Slab\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": [ + "{\"text\":\"The one that started it all. Accept no substitutes\"}" + ], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Slab\"}" + } + } + }, + "artifake_52": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 38, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Skadoodler\"}", + "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Skadoodler\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": [ + "{\"text\":\"A unique device capable of creating\"}", + "{\"text\":\"unlimited -ificators. Most won't work.\"}" + ], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Skadoodler\"}" + } + } + }, + "artifake_54": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 36, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Mug of the Dungeon Master\"}", + "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Mug of the Dungeon Master\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": [ + "{\"text\":\"Drinking from this enlarged chalice is said to\"}", + "{\"text\":\"cause confusion, stuttering, and\"}", + "{\"text\":\"loss of perception. \"}" + ], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"Mug of the Dungeon Master\"}" + } + } + }, + "artifake_60": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 37, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Master's Key\"}", + "OriginalName": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Master's Key\"}", + "bold": 1, + "color": "gold" + }, + "display": { + "Lore": ["{\"text\":\"What could it possibly open? \"}"], + "Name": "{\"bold\":true,\"color\":\"gold\",\"text\":\"The Master's Key\"}" + } + } + } +} diff --git a/Decked Out 2 Database/NBT/cards.json b/Decked Out 2 Database/NBT/cards.json index 6cd3c21..0921144 100644 --- a/Decked Out 2 Database/NBT/cards.json +++ b/Decked Out 2 Database/NBT/cards.json @@ -1,528 +1,528 @@ { - "Adrenaline Rush": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 123, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Adrenaline Rush \u2727\"}", - "OriginalName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Adrenaline Rush \u2727\"}", - "color": "#80c71f" - }, - "display": { - "Name": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Adrenaline Rush \u2727\"}" - } - } - }, - "Beast Sense": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 115, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Beast Sense \u2727\"}", - "OriginalName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Beast Sense \u2727\"}", - "color": "#80c71f" - }, - "display": { - "Name": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Beast Sense \u2727\"}" - } - } - }, - "Bounding Strides": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 116, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Bounding Strides \u2727\"}", - "OriginalName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Bounding Strides \u2727\"}", - "color": "#80c71f" - }, - "display": { - "Name": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Bounding Strides \u2727\"}" - } - } - }, - "Brilliance": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 135, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Brilliance \u2727\"}", - "OriginalName": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Brilliance \u2727\"}", - "color": "#3c44aa" - }, - "display": { - "Name": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Brilliance \u2727\"}" - } - } - }, - "Chill Step": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 127, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Chill Step \u2727\"}", - "OriginalName": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Chill Step \u2727\"}", - "color": "#3c44aa" - }, - "display": { - "Name": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Chill Step \u2727\"}" - } - } - }, - "Cold Snap": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 131, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Cold Snap \u2727\"}", - "OriginalName": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Cold Snap \u2727\"}", - "color": "#3c44aa" - }, - "display": { - "Name": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Cold Snap \u2727\"}" - } - } - }, - "Deepfrost": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 134, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Deepfrost \u2727\"}", - "OriginalName": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Deepfrost \u2727\"}", - "color": "#3c44aa" - }, - "display": { - "Name": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Deepfrost \u2727\"}" - } - } - }, - "Dungeon Repairs": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 128, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Dungeon Repairs \u2727\"}", - "OriginalName": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Dungeon Repairs \u2727\"}", - "color": "#3c44aa" - }, - "display": { - "Name": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Dungeon Repairs \u2727\"}" - } - } - }, - "Eerie Silence": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 126, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Eerie Silence \u2727\"}", - "OriginalName": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Eerie Silence \u2727\"}", - "color": "#3c44aa" - }, - "display": { - "Name": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Eerie Silence \u2727\"}" - } - } - }, - "Ember Seeker": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 104, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"gray\",\"text\":\"\u2727 Ember Seeker \u2727\"}", - "OriginalName": "{\"color\":\"gray\",\"text\":\"\u2727 Ember Seeker \u2727\"}", - "color": "gray" - }, - "display": { - "Name": "{\"color\":\"gray\",\"text\":\"\u2727 Ember Seeker \u2727\"}" - } - } - }, - "Evasion": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 110, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Evasion \u2727\"}", - "OriginalName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Evasion \u2727\"}", - "color": "#80c71f" - }, - "display": { - "Name": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Evasion \u2727\"}" - } - } - }, - "Eyes on the Prize": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 129, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Eyes on the Prize \u2727\"}", - "OriginalName": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Eyes on the Prize \u2727\"}", - "color": "#3c44aa" - }, - "display": { - "Name": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Eyes on the Prize \u2727\"}" - } - } - }, - "Frost Focus": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 112, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Frost Focus \u2727\"}", - "OriginalName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Frost Focus \u2727\"}", - "color": "#80c71f" - }, - "display": { - "Name": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Frost Focus \u2727\"}" - } - } - }, - "Fuzzy Bunny Slippers": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 133, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#3C44AA\",\"text\":\"\u2261 Fuzzy Bunny Slippers \u2261\"}", - "OriginalName": "{\"color\":\"#3C44AA\",\"text\":\"\u2261 Fuzzy Bunny Slippers \u2261\"}", - "color": "#3c44aa" - }, - "display": { - "Name": "{\"color\":\"#3C44AA\",\"text\":\"\u2261 Fuzzy Bunny Slippers \u2261\"}" - } - } - }, - "Loot and Scoot": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 111, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Loot and Scoot \u2727\"}", - "OriginalName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Loot and Scoot \u2727\"}", - "color": "#80c71f" - }, - "display": { - "Name": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Loot and Scoot \u2727\"}" - } - } - }, - "Moment of Clarity": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 106, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"gray\",\"text\":\"\u2732 Moment of Clarity \u2732\"}", - "OriginalName": "{\"color\":\"gray\",\"text\":\"\u2732 Moment of Clarity \u2732\"}", - "color": "gray" - }, - "display": { - "Name": "{\"color\":\"gray\",\"text\":\"\u2732 Moment of Clarity \u2732\"}" - } - } - }, - "Nimble Looting": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 120, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Nimble Looting \u2727\"}", - "OriginalName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Nimble Looting \u2727\"}", - "color": "#80c71f" - }, - "display": { - "Name": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Nimble Looting \u2727\"}" - } - } - }, - "Pay to Win": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 107, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#FED83D\",\"text\":\"\u2732 Pay to Win \u2732\"}", - "OriginalName": "{\"text\":\"\u2732 Pay to Win \u2732\"}", - "color": "#fed83d" - }, - "display": { - "Name": "{\"color\":\"#FED83D\",\"text\":\"\u2732 Pay to Win \u2732\"}" - } - } - }, - "Pirate's Booty": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 130, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Pirate's Booty \u2727\"}", - "OriginalName": "{\"text\":\"\u2727 Pirate's Booty \u2727\"}", - "color": "#3c44aa" - }, - "display": { - "Name": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Pirate's Booty \u2727\"}" - } - } - }, - "Pork Chop Power": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 109, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#FED83D\",\"text\":\"\u2732\u2261 Pork Chop Power \u2261\u2732\"}", - "OriginalName": "{\"color\":\"gray\",\"text\":\"\u2732\u2261 Pork Chop Power \u2261\u2732\"}", - "color": "#fed83d" - }, - "display": { - "Name": "{\"color\":\"#FED83D\",\"text\":\"\u2732\u2261 Pork Chop Power \u2261\u2732\"}" - } - } - }, - "Quickstep": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 121, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Quickstep \u2727\"}", - "OriginalName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Quickstep \u2727\"}", - "color": "#80c71f" - }, - "display": { - "Name": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Quickstep \u2727\"}" - } - } - }, - "Reckless Charge": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 119, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Reckless Charge \u2727\"}", - "OriginalName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Reckless Charge \u2727\"}", - "color": "#80c71f" - }, - "display": { - "Name": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Reckless Charge \u2727\"}" - } - } - }, - "Second Wind": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 114, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Second Wind \u2727\"}", - "OriginalName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Second Wind \u2727\"}", - "color": "#80c71f" - }, - "display": { - "Name": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Second Wind \u2727\"}" - } - } - }, - "Silent Runner": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 132, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#3C44AA\",\"text\":\"\u2261 Silent Runner \u2261\"}", - "OriginalName": "{\"color\":\"#3C44AA\",\"text\":\"\u2261 Silent Runner \u2261\"}", - "color": "#3c44aa" - }, - "display": { - "Name": "{\"color\":\"#3C44AA\",\"text\":\"\u2261 Silent Runner \u2261\"}" - } - } - }, - "Smash and Grab": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 118, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Smash and Grab \u2727\"}", - "OriginalName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Smash and Grab \u2727\"}", - "color": "#80c71f" - }, - "display": { - "Name": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Smash and Grab \u2727\"}" - } - } - }, - "Sneak": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 102, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"gray\",\"text\":\"\u2727 Sneak \u2727\"}", - "OriginalName": "{\"color\":\"gray\",\"text\":\"\u2727 Sneak \u2727\"}", - "color": "gray" - }, - "display": { - "Name": "{\"color\":\"gray\",\"text\":\"\u2727 Sneak \u2727\"}" - } - } - }, - "Speed Runner": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 125, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#3C44AA\",\"text\":\"\u2261 Speed Runner \u2261\"}", - "OriginalName": "{\"color\":\"#3C44AA\",\"text\":\"\u2261 Speed Runner \u2261\"}", - "color": "#3c44aa" - }, - "display": { - "Name": "{\"color\":\"#3C44AA\",\"text\":\"\u2261 Speed Runner \u2261\"}" - } - } - }, - "Sprint": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 117, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Sprint \u2727\"}", - "OriginalName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Sprint \u2727\"}", - "color": "#80c71f" - }, - "display": { - "Name": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Sprint \u2727\"}" - } - } - }, - "Stability": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 105, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"gray\",\"text\":\"\u2727 Stability \u2727\"}", - "OriginalName": "{\"color\":\"gray\",\"text\":\"\u2727 Stability \u2727\"}", - "color": "gray" - }, - "display": { - "Name": "{\"color\":\"gray\",\"text\":\"\u2727 Stability \u2727\"}" - } - } - }, - "Stumble": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 101, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"dark_red\",\"font\":\"minecraft:default\",\"text\":\"\u2732 Stumble \u2732\"}", - "OriginalName": "{\"color\":\"dark_red\",\"font\":\"minecraft:default\",\"text\":\"\u2732 Stumble \u2732\"}", - "color": "dark_red", - "font": "minecraft:default" - }, - "display": { - "Name": "{\"color\":\"dark_red\",\"font\":\"minecraft:default\",\"text\":\"\u2732 Stumble \u2732\"}" - } - } - }, - "Suit Up": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 122, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#80C71F\",\"text\":\"\u2261 Suit Up \u2261\"}", - "OriginalName": "{\"color\":\"#80C71F\",\"text\":\"\u2261 Suit Up \u2261\"}", - "color": "#80c71f" - }, - "display": { - "Name": "{\"color\":\"#80C71F\",\"text\":\"\u2261 Suit Up \u2261\"}" - } - } - }, - "Swagger": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 124, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Swagger \u2727\"}", - "OriginalName": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Swagger \u2727\"}", - "color": "#3c44aa" - }, - "display": { - "Name": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Swagger \u2727\"}" - } - } - }, - "Tactical Approach": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 108, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#FED83D\",\"text\":\"\u2732\u2261 Tactical Approach \u2261\u2732\"}", - "OriginalName": "{\"color\":\"#FED83D\",\"text\":\"\u2732\u2261 Tactical Approach \u2261\u2732\"}", - "color": "#fed83d" - }, - "display": { - "Name": "{\"color\":\"#FED83D\",\"text\":\"\u2732\u2261 Tactical Approach \u2261\u2732\"}" - } - } - }, - "Tread Lightly": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 113, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Tread Lightly \u2727\"}", - "OriginalName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Tread Lightly \u2727\"}", - "color": "#80c71f" - }, - "display": { - "Name": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Tread Lightly \u2727\"}" - } - } - }, - "Treasure Hunter": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 103, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"gray\",\"text\":\"\u2727 Treasure Hunter \u2727\"}", - "OriginalName": "{\"color\":\"gray\",\"text\":\"\u2727 Treasure Hunter \u2727\"}", - "color": "gray" - }, - "display": { - "Name": "{\"color\":\"gray\",\"text\":\"\u2727 Treasure Hunter \u2727\"}" - } - } - } -} \ No newline at end of file + "Adrenaline Rush": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 123, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Adrenaline Rush \u2727\"}", + "OriginalName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Adrenaline Rush \u2727\"}", + "color": "#80c71f" + }, + "display": { + "Name": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Adrenaline Rush \u2727\"}" + } + } + }, + "Beast Sense": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 115, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Beast Sense \u2727\"}", + "OriginalName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Beast Sense \u2727\"}", + "color": "#80c71f" + }, + "display": { + "Name": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Beast Sense \u2727\"}" + } + } + }, + "Bounding Strides": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 116, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Bounding Strides \u2727\"}", + "OriginalName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Bounding Strides \u2727\"}", + "color": "#80c71f" + }, + "display": { + "Name": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Bounding Strides \u2727\"}" + } + } + }, + "Brilliance": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 135, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Brilliance \u2727\"}", + "OriginalName": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Brilliance \u2727\"}", + "color": "#3c44aa" + }, + "display": { + "Name": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Brilliance \u2727\"}" + } + } + }, + "Chill Step": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 127, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Chill Step \u2727\"}", + "OriginalName": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Chill Step \u2727\"}", + "color": "#3c44aa" + }, + "display": { + "Name": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Chill Step \u2727\"}" + } + } + }, + "Cold Snap": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 131, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Cold Snap \u2727\"}", + "OriginalName": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Cold Snap \u2727\"}", + "color": "#3c44aa" + }, + "display": { + "Name": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Cold Snap \u2727\"}" + } + } + }, + "Deepfrost": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 134, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Deepfrost \u2727\"}", + "OriginalName": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Deepfrost \u2727\"}", + "color": "#3c44aa" + }, + "display": { + "Name": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Deepfrost \u2727\"}" + } + } + }, + "Dungeon Repairs": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 128, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Dungeon Repairs \u2727\"}", + "OriginalName": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Dungeon Repairs \u2727\"}", + "color": "#3c44aa" + }, + "display": { + "Name": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Dungeon Repairs \u2727\"}" + } + } + }, + "Eerie Silence": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 126, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Eerie Silence \u2727\"}", + "OriginalName": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Eerie Silence \u2727\"}", + "color": "#3c44aa" + }, + "display": { + "Name": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Eerie Silence \u2727\"}" + } + } + }, + "Ember Seeker": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 104, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"color\":\"gray\",\"text\":\"\u2727 Ember Seeker \u2727\"}", + "OriginalName": "{\"color\":\"gray\",\"text\":\"\u2727 Ember Seeker \u2727\"}", + "color": "gray" + }, + "display": { + "Name": "{\"color\":\"gray\",\"text\":\"\u2727 Ember Seeker \u2727\"}" + } + } + }, + "Evasion": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 110, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Evasion \u2727\"}", + "OriginalName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Evasion \u2727\"}", + "color": "#80c71f" + }, + "display": { + "Name": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Evasion \u2727\"}" + } + } + }, + "Eyes on the Prize": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 129, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Eyes on the Prize \u2727\"}", + "OriginalName": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Eyes on the Prize \u2727\"}", + "color": "#3c44aa" + }, + "display": { + "Name": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Eyes on the Prize \u2727\"}" + } + } + }, + "Frost Focus": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 112, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Frost Focus \u2727\"}", + "OriginalName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Frost Focus \u2727\"}", + "color": "#80c71f" + }, + "display": { + "Name": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Frost Focus \u2727\"}" + } + } + }, + "Fuzzy Bunny Slippers": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 133, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"color\":\"#3C44AA\",\"text\":\"\u2261 Fuzzy Bunny Slippers \u2261\"}", + "OriginalName": "{\"color\":\"#3C44AA\",\"text\":\"\u2261 Fuzzy Bunny Slippers \u2261\"}", + "color": "#3c44aa" + }, + "display": { + "Name": "{\"color\":\"#3C44AA\",\"text\":\"\u2261 Fuzzy Bunny Slippers \u2261\"}" + } + } + }, + "Loot and Scoot": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 111, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Loot and Scoot \u2727\"}", + "OriginalName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Loot and Scoot \u2727\"}", + "color": "#80c71f" + }, + "display": { + "Name": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Loot and Scoot \u2727\"}" + } + } + }, + "Moment of Clarity": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 106, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"color\":\"gray\",\"text\":\"\u2732 Moment of Clarity \u2732\"}", + "OriginalName": "{\"color\":\"gray\",\"text\":\"\u2732 Moment of Clarity \u2732\"}", + "color": "gray" + }, + "display": { + "Name": "{\"color\":\"gray\",\"text\":\"\u2732 Moment of Clarity \u2732\"}" + } + } + }, + "Nimble Looting": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 120, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Nimble Looting \u2727\"}", + "OriginalName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Nimble Looting \u2727\"}", + "color": "#80c71f" + }, + "display": { + "Name": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Nimble Looting \u2727\"}" + } + } + }, + "Pay to Win": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 107, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"color\":\"#FED83D\",\"text\":\"\u2732 Pay to Win \u2732\"}", + "OriginalName": "{\"text\":\"\u2732 Pay to Win \u2732\"}", + "color": "#fed83d" + }, + "display": { + "Name": "{\"color\":\"#FED83D\",\"text\":\"\u2732 Pay to Win \u2732\"}" + } + } + }, + "Pirate's Booty": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 130, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Pirate's Booty \u2727\"}", + "OriginalName": "{\"text\":\"\u2727 Pirate's Booty \u2727\"}", + "color": "#3c44aa" + }, + "display": { + "Name": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Pirate's Booty \u2727\"}" + } + } + }, + "Pork Chop Power": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 109, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"color\":\"#FED83D\",\"text\":\"\u2732\u2261 Pork Chop Power \u2261\u2732\"}", + "OriginalName": "{\"color\":\"gray\",\"text\":\"\u2732\u2261 Pork Chop Power \u2261\u2732\"}", + "color": "#fed83d" + }, + "display": { + "Name": "{\"color\":\"#FED83D\",\"text\":\"\u2732\u2261 Pork Chop Power \u2261\u2732\"}" + } + } + }, + "Quickstep": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 121, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Quickstep \u2727\"}", + "OriginalName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Quickstep \u2727\"}", + "color": "#80c71f" + }, + "display": { + "Name": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Quickstep \u2727\"}" + } + } + }, + "Reckless Charge": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 119, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Reckless Charge \u2727\"}", + "OriginalName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Reckless Charge \u2727\"}", + "color": "#80c71f" + }, + "display": { + "Name": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Reckless Charge \u2727\"}" + } + } + }, + "Second Wind": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 114, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Second Wind \u2727\"}", + "OriginalName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Second Wind \u2727\"}", + "color": "#80c71f" + }, + "display": { + "Name": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Second Wind \u2727\"}" + } + } + }, + "Silent Runner": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 132, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"color\":\"#3C44AA\",\"text\":\"\u2261 Silent Runner \u2261\"}", + "OriginalName": "{\"color\":\"#3C44AA\",\"text\":\"\u2261 Silent Runner \u2261\"}", + "color": "#3c44aa" + }, + "display": { + "Name": "{\"color\":\"#3C44AA\",\"text\":\"\u2261 Silent Runner \u2261\"}" + } + } + }, + "Smash and Grab": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 118, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Smash and Grab \u2727\"}", + "OriginalName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Smash and Grab \u2727\"}", + "color": "#80c71f" + }, + "display": { + "Name": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Smash and Grab \u2727\"}" + } + } + }, + "Sneak": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 102, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"color\":\"gray\",\"text\":\"\u2727 Sneak \u2727\"}", + "OriginalName": "{\"color\":\"gray\",\"text\":\"\u2727 Sneak \u2727\"}", + "color": "gray" + }, + "display": { + "Name": "{\"color\":\"gray\",\"text\":\"\u2727 Sneak \u2727\"}" + } + } + }, + "Speed Runner": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 125, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"color\":\"#3C44AA\",\"text\":\"\u2261 Speed Runner \u2261\"}", + "OriginalName": "{\"color\":\"#3C44AA\",\"text\":\"\u2261 Speed Runner \u2261\"}", + "color": "#3c44aa" + }, + "display": { + "Name": "{\"color\":\"#3C44AA\",\"text\":\"\u2261 Speed Runner \u2261\"}" + } + } + }, + "Sprint": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 117, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Sprint \u2727\"}", + "OriginalName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Sprint \u2727\"}", + "color": "#80c71f" + }, + "display": { + "Name": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Sprint \u2727\"}" + } + } + }, + "Stability": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 105, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"color\":\"gray\",\"text\":\"\u2727 Stability \u2727\"}", + "OriginalName": "{\"color\":\"gray\",\"text\":\"\u2727 Stability \u2727\"}", + "color": "gray" + }, + "display": { + "Name": "{\"color\":\"gray\",\"text\":\"\u2727 Stability \u2727\"}" + } + } + }, + "Stumble": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 101, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"color\":\"dark_red\",\"font\":\"minecraft:default\",\"text\":\"\u2732 Stumble \u2732\"}", + "OriginalName": "{\"color\":\"dark_red\",\"font\":\"minecraft:default\",\"text\":\"\u2732 Stumble \u2732\"}", + "color": "dark_red", + "font": "minecraft:default" + }, + "display": { + "Name": "{\"color\":\"dark_red\",\"font\":\"minecraft:default\",\"text\":\"\u2732 Stumble \u2732\"}" + } + } + }, + "Suit Up": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 122, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"color\":\"#80C71F\",\"text\":\"\u2261 Suit Up \u2261\"}", + "OriginalName": "{\"color\":\"#80C71F\",\"text\":\"\u2261 Suit Up \u2261\"}", + "color": "#80c71f" + }, + "display": { + "Name": "{\"color\":\"#80C71F\",\"text\":\"\u2261 Suit Up \u2261\"}" + } + } + }, + "Swagger": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 124, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Swagger \u2727\"}", + "OriginalName": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Swagger \u2727\"}", + "color": "#3c44aa" + }, + "display": { + "Name": "{\"color\":\"#3C44AA\",\"text\":\"\u2727 Swagger \u2727\"}" + } + } + }, + "Tactical Approach": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 108, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"color\":\"#FED83D\",\"text\":\"\u2732\u2261 Tactical Approach \u2261\u2732\"}", + "OriginalName": "{\"color\":\"#FED83D\",\"text\":\"\u2732\u2261 Tactical Approach \u2261\u2732\"}", + "color": "#fed83d" + }, + "display": { + "Name": "{\"color\":\"#FED83D\",\"text\":\"\u2732\u2261 Tactical Approach \u2261\u2732\"}" + } + } + }, + "Tread Lightly": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 113, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Tread Lightly \u2727\"}", + "OriginalName": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Tread Lightly \u2727\"}", + "color": "#80c71f" + }, + "display": { + "Name": "{\"color\":\"#80C71F\",\"text\":\"\u2727 Tread Lightly \u2727\"}" + } + } + }, + "Treasure Hunter": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 103, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"color\":\"gray\",\"text\":\"\u2727 Treasure Hunter \u2727\"}", + "OriginalName": "{\"color\":\"gray\",\"text\":\"\u2727 Treasure Hunter \u2727\"}", + "color": "gray" + }, + "display": { + "Name": "{\"color\":\"gray\",\"text\":\"\u2727 Treasure Hunter \u2727\"}" + } + } + } +} diff --git a/Decked Out 2 Database/NBT/compass_selectors.json b/Decked Out 2 Database/NBT/compass_selectors.json index e7063b2..2ffcf78 100644 --- a/Decked Out 2 Database/NBT/compass_selectors.json +++ b/Decked Out 2 Database/NBT/compass_selectors.json @@ -1,92 +1,92 @@ { - "compass_selector_01": { - "id": "minecraft:iron_nugget", - "tag": { - "RepairCost": 0, - "display": { - "Name": "{\"text\":\"Dropper #1\"}" - } - } - }, - "compass_selector_02": { - "id": "minecraft:iron_nugget", - "tag": { - "RepairCost": 0, - "display": { - "Name": "{\"text\":\"Dropper #2\"}" - } - } - }, - "compass_selector_03": { - "id": "minecraft:iron_nugget", - "tag": { - "RepairCost": 0, - "display": { - "Name": "{\"text\":\"Dropper #3\"}" - } - } - }, - "compass_selector_04": { - "id": "minecraft:iron_nugget", - "tag": { - "RepairCost": 0, - "display": { - "Name": "{\"text\":\"Dropper #4\"}" - } - } - }, - "compass_selector_05": { - "id": "minecraft:iron_nugget", - "tag": { - "RepairCost": 0, - "display": { - "Name": "{\"text\":\"Dropper #5\"}" - } - } - }, - "compass_selector_06": { - "id": "minecraft:iron_nugget", - "tag": { - "RepairCost": 0, - "display": { - "Name": "{\"text\":\"Dropper #6\"}" - } - } - }, - "compass_selector_07": { - "id": "minecraft:iron_nugget", - "tag": { - "RepairCost": 0, - "display": { - "Name": "{\"text\":\"Dropper #7\"}" - } - } - }, - "compass_selector_08": { - "id": "minecraft:iron_nugget", - "tag": { - "RepairCost": 0, - "display": { - "Name": "{\"text\":\"Dropper #8\"}" - } - } - }, - "compass_selector_09": { - "id": "minecraft:iron_nugget", - "tag": { - "RepairCost": 0, - "display": { - "Name": "{\"text\":\"Dropper #9\"}" - } - } - }, - "compass_selector_10": { - "id": "minecraft:iron_nugget", - "tag": { - "RepairCost": 0, - "display": { - "Name": "{\"text\":\"Dropper #10\"}" - } - } + "compass_selector_01": { + "id": "minecraft:iron_nugget", + "tag": { + "RepairCost": 0, + "display": { + "Name": "{\"text\":\"Dropper #1\"}" + } } -} \ No newline at end of file + }, + "compass_selector_02": { + "id": "minecraft:iron_nugget", + "tag": { + "RepairCost": 0, + "display": { + "Name": "{\"text\":\"Dropper #2\"}" + } + } + }, + "compass_selector_03": { + "id": "minecraft:iron_nugget", + "tag": { + "RepairCost": 0, + "display": { + "Name": "{\"text\":\"Dropper #3\"}" + } + } + }, + "compass_selector_04": { + "id": "minecraft:iron_nugget", + "tag": { + "RepairCost": 0, + "display": { + "Name": "{\"text\":\"Dropper #4\"}" + } + } + }, + "compass_selector_05": { + "id": "minecraft:iron_nugget", + "tag": { + "RepairCost": 0, + "display": { + "Name": "{\"text\":\"Dropper #5\"}" + } + } + }, + "compass_selector_06": { + "id": "minecraft:iron_nugget", + "tag": { + "RepairCost": 0, + "display": { + "Name": "{\"text\":\"Dropper #6\"}" + } + } + }, + "compass_selector_07": { + "id": "minecraft:iron_nugget", + "tag": { + "RepairCost": 0, + "display": { + "Name": "{\"text\":\"Dropper #7\"}" + } + } + }, + "compass_selector_08": { + "id": "minecraft:iron_nugget", + "tag": { + "RepairCost": 0, + "display": { + "Name": "{\"text\":\"Dropper #8\"}" + } + } + }, + "compass_selector_09": { + "id": "minecraft:iron_nugget", + "tag": { + "RepairCost": 0, + "display": { + "Name": "{\"text\":\"Dropper #9\"}" + } + } + }, + "compass_selector_10": { + "id": "minecraft:iron_nugget", + "tag": { + "RepairCost": 0, + "display": { + "Name": "{\"text\":\"Dropper #10\"}" + } + } + } +} diff --git a/Decked Out 2 Database/NBT/compasses.json b/Decked Out 2 Database/NBT/compasses.json index 1fd819e..18568c9 100644 --- a/Decked Out 2 Database/NBT/compasses.json +++ b/Decked Out 2 Database/NBT/compasses.json @@ -1,1683 +1,1683 @@ { - "compass_001": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -560, - "Y": 46, - "Z": 2033 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":false,\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "bold": 0, - "color": "green" - }, - "RepairCost": 0, - "display": { - "Name": "{\"bold\":false,\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" - } - } - }, - "compass_002": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -534, - "Y": 44, - "Z": 2035 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "color": "green" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" - } - } - }, - "compass_003": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -513, - "Y": 44, - "Z": 2028 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "color": "green" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" - } - } - }, - "compass_004": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -558, - "Y": 49, - "Z": 2006 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "color": "green" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" - } - } - }, - "compass_005": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -595, - "Y": 48, - "Z": 1967 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "color": "green" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" - } - } - }, - "compass_006": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -575, - "Y": 53, - "Z": 1944 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "color": "green" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" - } - } - }, - "compass_007": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -546, - "Y": 49, - "Z": 1972 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "color": "green" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" - } - } - }, - "compass_008": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -501, - "Y": 42, - "Z": 2013 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "color": "green" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" - } - } - }, - "compass_009": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -490, - "Y": 48, - "Z": 2022 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "color": "green" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" - } - } - }, - "compass_010": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -548, - "Y": 36, - "Z": 1995 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "color": "green" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" - } - } - }, - "compass_011": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -552, - "Y": 36, - "Z": 1984 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "color": "green" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" - } - } - }, - "compass_012": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -519, - "Y": 33, - "Z": 1984 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "color": "green" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" - } - } - }, - "compass_013": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -522, - "Y": 33, - "Z": 2000 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "color": "green" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" - } - } - }, - "compass_014": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -550, - "Y": 43, - "Z": 1955 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "color": "green" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" - } - } - }, - "compass_015": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -536, - "Y": 42, - "Z": 1964 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "color": "green" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" - } - } - }, - "compass_016": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -526, - "Y": 43, - "Z": 1956 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "color": "green" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" - } - } - }, - "compass_017": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -545, - "Y": 42, - "Z": 1940 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"yellow\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "color": "yellow" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"yellow\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" - } - } - }, - "compass_018": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -527, - "Y": 49, - "Z": 1969 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"yellow\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "color": "yellow" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"yellow\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" - } - } - }, - "compass_019": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -515, - "Y": 50, - "Z": 2006 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"yellow\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "color": "yellow" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"yellow\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" - } - } - }, - "compass_020": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -541, - "Y": 49, - "Z": 2016 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"yellow\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "color": "yellow" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"yellow\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" - } - } - }, - "compass_021": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -495, - "Y": 49, - "Z": 1995 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"yellow\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "color": "yellow" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"yellow\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" - } - } - }, - "compass_022": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -503, - "Y": 49, - "Z": 1981 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"yellow\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "color": "yellow" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"yellow\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" - } - } - }, - "compass_023": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -511, - "Y": 50, - "Z": 1956 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"yellow\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "color": "yellow" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"yellow\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" - } - } - }, - "compass_024": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -507, - "Y": 49, - "Z": 1962 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"yellow\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", - "color": "yellow" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"yellow\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" - } - } - }, - "compass_025": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -482, - "Y": 25, - "Z": 1992 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#FED83D\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "color": "#fed83d" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#FED83D\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" - } - } - }, - "compass_026": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -482, - "Y": 16, - "Z": 2037 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#FED83D\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "color": "#fed83d" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#FED83D\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" - } - } - }, - "compass_027": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -454, - "Y": 16, - "Z": 1979 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#FED83D\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "color": "#fed83d" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#FED83D\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" - } - } - }, - "compass_028": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -473, - "Y": 14, - "Z": 1962 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#FED83D\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "color": "#fed83d" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#FED83D\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" - } - } - }, - "compass_029": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -503, - "Y": 13, - "Z": 2035 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#FED83D\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "color": "#fed83d" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#FED83D\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" - } - } - }, - "compass_030": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -487, - "Y": 18, - "Z": 2010 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#FED83D\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "color": "#fed83d" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#FED83D\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" - } - } - }, - "compass_031": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -520, - "Y": 10, - "Z": 2027 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#FED83D\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "color": "#fed83d" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#FED83D\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" - } - } - }, - "compass_032": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -488, - "Y": 13, - "Z": 2002 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#FED83D\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "color": "#fed83d" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#FED83D\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" - } - } - }, - "compass_033": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -552, - "Y": 8, - "Z": 2024 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "color": "gold" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" - } - } - }, - "compass_034": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -537, - "Y": 14, - "Z": 2005 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "color": "gold" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" - } - } - }, - "compass_035": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -519, - "Y": 10, - "Z": 1980 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "color": "gold" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" - } - } - }, - "compass_036": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -517, - "Y": 9, - "Z": 1944 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "color": "gold" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" - } - } - }, - "compass_037": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -536, - "Y": 10, - "Z": 1939 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "color": "gold" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" - } - } - }, - "compass_038": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -571, - "Y": 6, - "Z": 1966 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "color": "gold" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" - } - } - }, - "compass_039": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -574, - "Y": 7, - "Z": 1944 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "color": "gold" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" - } - } - }, - "compass_040": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -588, - "Y": 11, - "Z": 1989 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "color": "gold" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" - } - } - }, - "compass_041": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -503, - "Y": 21, - "Z": 1958 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "color": "gold" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" - } - } - }, - "compass_042": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -547, - "Y": 8, - "Z": 1969 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "color": "gold" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" - } - } - }, - "compass_043": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -573, - "Y": 11, - "Z": 1994 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "color": "gold" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" - } - } - }, - "compass_044": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -571, - "Y": 10, - "Z": 2028 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "color": "gold" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" - } - } - }, - "compass_045": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -599, - "Y": 10, - "Z": 2033 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "color": "gold" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" - } - } - }, - "compass_046": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -575, - "Y": 7, - "Z": 2014 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", - "color": "gold" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" - } - } - }, - "compass_047": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -586, - "Y": -11, - "Z": 1917 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}", - "color": "gold" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}" - } - } - }, - "compass_048": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -600, - "Y": -1, - "Z": 1890 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 3\u21c8 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 3\u21c8 Artifact \u2620\u2744\"}", - "color": "gold" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 3\u21c8 Artifact \u2620\u2744\"}" - } - } - }, - "compass_049": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -623, - "Y": -1, - "Z": 1890 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21c8 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 3\u21c8 Artifact \u2620\u2744\"}", - "color": "#b02e26" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21c8 Artifact \u2620\u2744\"}" - } - } - }, - "compass_050": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -633, - "Y": -11, - "Z": 1890 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}", - "color": "#b02e26" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}" - } - } - }, - "compass_051": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -651, - "Y": -1, - "Z": 1914 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21c8 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 3\u21c8 Artifact \u2620\u2744\"}", - "color": "#b02e26" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21c8 Artifact \u2620\u2744\"}" - } - } - }, - "compass_052": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -604, - "Y": -11, - "Z": 1912 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}", - "color": "#b02e26" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}" - } - } - }, - "compass_053": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -627, - "Y": -21, - "Z": 1920 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}", - "color": "#b02e26" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}" - } - } - }, - "compass_054": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -601, - "Y": -21, - "Z": 1924 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}", - "color": "#b02e26" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}" - } - } - }, - "compass_055": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -613, - "Y": -21, - "Z": 1887 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}", - "color": "#b02e26" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}" - } - } - }, - "compass_056": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -589, - "Y": -28, - "Z": 1896 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}", - "color": "#b02e26" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}" - } - } - }, - "compass_057": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -582, - "Y": -21, - "Z": 1894 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}", - "color": "#b02e26" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}" - } - } - }, - "compass_058": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -578, - "Y": -13, - "Z": 1892 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}", - "color": "#b02e26" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}" - } - } - }, - "compass_059": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -596, - "Y": -9, - "Z": 1881 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}", - "color": "#b02e26" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}" - } - } - }, - "compass_060": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -623, - "Y": -21, - "Z": 1888 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}", - "color": "#b02e26" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}" - } - } - }, - "compass_061": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -646, - "Y": -21, - "Z": 1893 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}", - "color": "#b02e26" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}" - } - } - }, - "compass_062": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -657, - "Y": -22, - "Z": 1922 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}", - "color": "#b02e26" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}" - } - } - }, - "compass_063": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -637, - "Y": -53, - "Z": 1890 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"dark_red\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "color": "dark_red" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"dark_red\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" - } - } - }, - "compass_064": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -622, - "Y": -53, - "Z": 1891 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"dark_red\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "color": "dark_red" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"dark_red\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" - } - } - }, - "compass_065": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -599, - "Y": -51, - "Z": 1911 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "color": "#3ab3da" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" - } - } - }, - "compass_066": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -601, - "Y": -52, - "Z": 1888 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "color": "#3ab3da" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" - } - } - }, - "compass_067": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -588, - "Y": -53, - "Z": 1899 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "color": "#3ab3da" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" - } - } - }, - "compass_068": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -574, - "Y": -50, - "Z": 1908 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "color": "#3ab3da" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" - } - } - }, - "compass_069": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -623, - "Y": -54, - "Z": 1858 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "color": "#3ab3da" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" - } - } - }, - "compass_070": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -605, - "Y": -53, - "Z": 1863 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "color": "#3ab3da" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" - } - } - }, - "compass_071": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -602, - "Y": -53, - "Z": 1851 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "color": "#3ab3da" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" - } - } - }, - "compass_072": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -623, - "Y": -56, - "Z": 1844 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "color": "#3ab3da" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" - } - } - }, - "compass_073": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -599, - "Y": -53, - "Z": 1844 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "color": "#3ab3da" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" - } - } - }, - "compass_074": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -591, - "Y": -53, - "Z": 1868 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "color": "#3ab3da" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" - } - } - }, - "compass_075": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -567, - "Y": -53, - "Z": 1884 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "color": "#3ab3da" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" - } - } - }, - "compass_076": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -570, - "Y": -53, - "Z": 1878 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "color": "#3ab3da" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" - } - } - }, - "compass_077": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -638, - "Y": -58, - "Z": 1842 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "color": "#3ab3da" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" - } - } - }, - "compass_078": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -637, - "Y": -53, - "Z": 1877 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "color": "#3ab3da" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" - } - } - }, - "compass_079": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -590, - "Y": -53, - "Z": 1866 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "color": "#3ab3da" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" - } - } - }, - "compass_080": { - "id": "minecraft:compass", - "tag": { - "LodestoneDimension": "minecraft:overworld", - "LodestonePos": { - "X": -570, - "Y": -53, - "Z": 1855 - }, - "LodestoneTracked": 1, - "NameFormat": { - "ModifiedName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", - "color": "#3ab3da" - }, - "RepairCost": 0, - "display": { - "Name": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" - } - } - } -} \ No newline at end of file + "compass_001": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -560, + "Y": 46, + "Z": 2033 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"bold\":false,\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "bold": 0, + "color": "green" + }, + "RepairCost": 0, + "display": { + "Name": "{\"bold\":false,\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" + } + } + }, + "compass_002": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -534, + "Y": 44, + "Z": 2035 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "color": "green" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" + } + } + }, + "compass_003": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -513, + "Y": 44, + "Z": 2028 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "color": "green" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" + } + } + }, + "compass_004": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -558, + "Y": 49, + "Z": 2006 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "color": "green" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" + } + } + }, + "compass_005": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -595, + "Y": 48, + "Z": 1967 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "color": "green" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" + } + } + }, + "compass_006": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -575, + "Y": 53, + "Z": 1944 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "color": "green" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" + } + } + }, + "compass_007": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -546, + "Y": 49, + "Z": 1972 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "color": "green" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" + } + } + }, + "compass_008": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -501, + "Y": 42, + "Z": 2013 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "color": "green" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" + } + } + }, + "compass_009": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -490, + "Y": 48, + "Z": 2022 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "color": "green" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" + } + } + }, + "compass_010": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -548, + "Y": 36, + "Z": 1995 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "color": "green" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" + } + } + }, + "compass_011": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -552, + "Y": 36, + "Z": 1984 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "color": "green" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" + } + } + }, + "compass_012": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -519, + "Y": 33, + "Z": 1984 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "color": "green" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" + } + } + }, + "compass_013": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -522, + "Y": 33, + "Z": 2000 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "color": "green" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" + } + } + }, + "compass_014": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -550, + "Y": 43, + "Z": 1955 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "color": "green" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" + } + } + }, + "compass_015": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -536, + "Y": 42, + "Z": 1964 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "color": "green" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" + } + } + }, + "compass_016": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -526, + "Y": 43, + "Z": 1956 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "color": "green" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"green\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" + } + } + }, + "compass_017": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -545, + "Y": 42, + "Z": 1940 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"yellow\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "color": "yellow" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"yellow\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" + } + } + }, + "compass_018": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -527, + "Y": 49, + "Z": 1969 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"yellow\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "color": "yellow" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"yellow\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" + } + } + }, + "compass_019": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -515, + "Y": 50, + "Z": 2006 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"yellow\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "color": "yellow" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"yellow\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" + } + } + }, + "compass_020": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -541, + "Y": 49, + "Z": 2016 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"yellow\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "color": "yellow" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"yellow\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" + } + } + }, + "compass_021": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -495, + "Y": 49, + "Z": 1995 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"yellow\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "color": "yellow" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"yellow\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" + } + } + }, + "compass_022": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -503, + "Y": 49, + "Z": 1981 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"yellow\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "color": "yellow" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"yellow\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" + } + } + }, + "compass_023": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -511, + "Y": 50, + "Z": 1956 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"yellow\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "color": "yellow" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"yellow\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" + } + } + }, + "compass_024": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -507, + "Y": 49, + "Z": 1962 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"yellow\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}", + "color": "yellow" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"yellow\",\"text\":\"\u2744\u2620 Level 1 Artifact \u2620\u2744\"}" + } + } + }, + "compass_025": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -482, + "Y": 25, + "Z": 1992 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#FED83D\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "color": "#fed83d" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#FED83D\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" + } + } + }, + "compass_026": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -482, + "Y": 16, + "Z": 2037 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#FED83D\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "color": "#fed83d" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#FED83D\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" + } + } + }, + "compass_027": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -454, + "Y": 16, + "Z": 1979 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#FED83D\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "color": "#fed83d" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#FED83D\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" + } + } + }, + "compass_028": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -473, + "Y": 14, + "Z": 1962 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#FED83D\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "color": "#fed83d" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#FED83D\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" + } + } + }, + "compass_029": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -503, + "Y": 13, + "Z": 2035 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#FED83D\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "color": "#fed83d" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#FED83D\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" + } + } + }, + "compass_030": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -487, + "Y": 18, + "Z": 2010 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#FED83D\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "color": "#fed83d" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#FED83D\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" + } + } + }, + "compass_031": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -520, + "Y": 10, + "Z": 2027 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#FED83D\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "color": "#fed83d" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#FED83D\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" + } + } + }, + "compass_032": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -488, + "Y": 13, + "Z": 2002 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#FED83D\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "color": "#fed83d" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#FED83D\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" + } + } + }, + "compass_033": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -552, + "Y": 8, + "Z": 2024 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "color": "gold" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" + } + } + }, + "compass_034": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -537, + "Y": 14, + "Z": 2005 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "color": "gold" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" + } + } + }, + "compass_035": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -519, + "Y": 10, + "Z": 1980 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "color": "gold" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" + } + } + }, + "compass_036": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -517, + "Y": 9, + "Z": 1944 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "color": "gold" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" + } + } + }, + "compass_037": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -536, + "Y": 10, + "Z": 1939 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "color": "gold" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" + } + } + }, + "compass_038": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -571, + "Y": 6, + "Z": 1966 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "color": "gold" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" + } + } + }, + "compass_039": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -574, + "Y": 7, + "Z": 1944 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "color": "gold" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" + } + } + }, + "compass_040": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -588, + "Y": 11, + "Z": 1989 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "color": "gold" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" + } + } + }, + "compass_041": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -503, + "Y": 21, + "Z": 1958 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "color": "gold" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" + } + } + }, + "compass_042": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -547, + "Y": 8, + "Z": 1969 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "color": "gold" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" + } + } + }, + "compass_043": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -573, + "Y": 11, + "Z": 1994 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "color": "gold" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" + } + } + }, + "compass_044": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -571, + "Y": 10, + "Z": 2028 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "color": "gold" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" + } + } + }, + "compass_045": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -599, + "Y": 10, + "Z": 2033 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "color": "gold" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" + } + } + }, + "compass_046": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -575, + "Y": 7, + "Z": 2014 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}", + "color": "gold" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 2 Artifact \u2620\u2744\"}" + } + } + }, + "compass_047": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -586, + "Y": -11, + "Z": 1917 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}", + "color": "gold" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}" + } + } + }, + "compass_048": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -600, + "Y": -1, + "Z": 1890 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 3\u21c8 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 3\u21c8 Artifact \u2620\u2744\"}", + "color": "gold" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"gold\",\"text\":\"\u2744\u2620 Level 3\u21c8 Artifact \u2620\u2744\"}" + } + } + }, + "compass_049": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -623, + "Y": -1, + "Z": 1890 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21c8 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 3\u21c8 Artifact \u2620\u2744\"}", + "color": "#b02e26" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21c8 Artifact \u2620\u2744\"}" + } + } + }, + "compass_050": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -633, + "Y": -11, + "Z": 1890 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}", + "color": "#b02e26" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}" + } + } + }, + "compass_051": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -651, + "Y": -1, + "Z": 1914 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21c8 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 3\u21c8 Artifact \u2620\u2744\"}", + "color": "#b02e26" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21c8 Artifact \u2620\u2744\"}" + } + } + }, + "compass_052": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -604, + "Y": -11, + "Z": 1912 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}", + "color": "#b02e26" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}" + } + } + }, + "compass_053": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -627, + "Y": -21, + "Z": 1920 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}", + "color": "#b02e26" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}" + } + } + }, + "compass_054": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -601, + "Y": -21, + "Z": 1924 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}", + "color": "#b02e26" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}" + } + } + }, + "compass_055": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -613, + "Y": -21, + "Z": 1887 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}", + "color": "#b02e26" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}" + } + } + }, + "compass_056": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -589, + "Y": -28, + "Z": 1896 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}", + "color": "#b02e26" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}" + } + } + }, + "compass_057": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -582, + "Y": -21, + "Z": 1894 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}", + "color": "#b02e26" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}" + } + } + }, + "compass_058": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -578, + "Y": -13, + "Z": 1892 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}", + "color": "#b02e26" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}" + } + } + }, + "compass_059": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -596, + "Y": -9, + "Z": 1881 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}", + "color": "#b02e26" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}" + } + } + }, + "compass_060": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -623, + "Y": -21, + "Z": 1888 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}", + "color": "#b02e26" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}" + } + } + }, + "compass_061": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -646, + "Y": -21, + "Z": 1893 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}", + "color": "#b02e26" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u21ca Artifact \u2620\u2744\"}" + } + } + }, + "compass_062": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -657, + "Y": -22, + "Z": 1922 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}", + "color": "#b02e26" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#B02E26\",\"text\":\"\u2744\u2620 Level 3\u2b82 Artifact \u2620\u2744\"}" + } + } + }, + "compass_063": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -637, + "Y": -53, + "Z": 1890 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"dark_red\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "color": "dark_red" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"dark_red\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" + } + } + }, + "compass_064": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -622, + "Y": -53, + "Z": 1891 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"dark_red\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "color": "dark_red" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"dark_red\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" + } + } + }, + "compass_065": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -599, + "Y": -51, + "Z": 1911 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "color": "#3ab3da" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" + } + } + }, + "compass_066": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -601, + "Y": -52, + "Z": 1888 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "color": "#3ab3da" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" + } + } + }, + "compass_067": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -588, + "Y": -53, + "Z": 1899 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "color": "#3ab3da" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" + } + } + }, + "compass_068": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -574, + "Y": -50, + "Z": 1908 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "color": "#3ab3da" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" + } + } + }, + "compass_069": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -623, + "Y": -54, + "Z": 1858 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "color": "#3ab3da" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" + } + } + }, + "compass_070": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -605, + "Y": -53, + "Z": 1863 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "color": "#3ab3da" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" + } + } + }, + "compass_071": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -602, + "Y": -53, + "Z": 1851 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "color": "#3ab3da" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" + } + } + }, + "compass_072": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -623, + "Y": -56, + "Z": 1844 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "color": "#3ab3da" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" + } + } + }, + "compass_073": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -599, + "Y": -53, + "Z": 1844 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "color": "#3ab3da" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" + } + } + }, + "compass_074": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -591, + "Y": -53, + "Z": 1868 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "color": "#3ab3da" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" + } + } + }, + "compass_075": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -567, + "Y": -53, + "Z": 1884 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "color": "#3ab3da" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" + } + } + }, + "compass_076": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -570, + "Y": -53, + "Z": 1878 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "color": "#3ab3da" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" + } + } + }, + "compass_077": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -638, + "Y": -58, + "Z": 1842 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "color": "#3ab3da" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" + } + } + }, + "compass_078": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -637, + "Y": -53, + "Z": 1877 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "color": "#3ab3da" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" + } + } + }, + "compass_079": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -590, + "Y": -53, + "Z": 1866 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "color": "#3ab3da" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" + } + } + }, + "compass_080": { + "id": "minecraft:compass", + "tag": { + "LodestoneDimension": "minecraft:overworld", + "LodestonePos": { + "X": -570, + "Y": -53, + "Z": 1855 + }, + "LodestoneTracked": 1, + "NameFormat": { + "ModifiedName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}", + "color": "#3ab3da" + }, + "RepairCost": 0, + "display": { + "Name": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Level 4 Artifact \u2620\u2744\"}" + } + } + } +} diff --git a/Decked Out 2 Database/NBT/items.json b/Decked Out 2 Database/NBT/items.json index 53a5980..1ee0c85 100644 --- a/Decked Out 2 Database/NBT/items.json +++ b/Decked Out 2 Database/NBT/items.json @@ -1,144 +1,141 @@ { - "shard": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomRoleplayData": { - "_nbt_type": "b", - "value": 1 - }, - "NameFormat": { - "OriginalName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Frozen Shard \u2620\u2744\"}", - "ModifiedName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Frozen Shard \u2620\u2744\"}", - "color": "#3ab3da" - }, - "CustomModelData": 7, - "display": { - "Name": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Frozen Shard \u2620\u2744\"}" - } - } - }, - "coin": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 1, - "CustomRoleplayData": 1, - "RepairCost": 0, - "display": { - "Name": "{\"text\":\"\u2744\u2620 Decked Out Coin \u2620\u2744\"}" - } - } - }, - "crown": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 2, - "CustomRoleplayData": 1, - "RepairCost": 0, - "display": { - "Name": "{\"text\":\"\u2744\u2620 Decked Out Crown \u2620\u2744\"}" - } - } - }, - "ember": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 3, - "CustomRoleplayData": 1, - "RepairCost": 0, - "display": { - "Name": "{\"text\":\"\u2744\u2620 Decked Out Frost Ember \u2620\u2744\"}" - } - } - }, - "key2": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 201, - "CustomRoleplayData": 1, - "display": { - "Name": "{\"text\":\"\u2744\u2620 The Caves of Carnage Key \u2620\u2744\"}" - } - } - }, - "key3": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 203, - "CustomRoleplayData": 1, - "display": { - "Name": "{\"text\":\"\u2744\u2620 The Black Mines Key \u2620\u2744\"}" - } - } - }, - "key4": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 209, - "CustomRoleplayData": 1, - "display": { - "Name": "{\"text\":\"\u2744\u2620 The Burning Dark Key \u2620\u2744\"}" - } - } - }, - "rusty": { - "id": "minecraft:iron_ingot", - "tag": { - "CustomModelData": 2, - "CustomRoleplayData": 1, - "display": { - "Name": "{\"text\":\"\u2744\u2620 Rusty Repair Kit \u2620\u2744\"}" - } - } - }, - "pumpkin": { - "id": "minecraft:pumpkin", - "tag": { - "NameFormat": { - "ModifiedName": "{\"color\":\"dark_purple\",\"text\":\"\u2744\u2620 Halloween Pumpkin \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 Halloween Pumpkin \u2620\u2744\"}", - "color": "dark_purple" - }, - "display": { - "Name": "{\"color\":\"dark_purple\",\"text\":\"\u2744\u2620 Halloween Pumpkin \u2620\u2744\"}" - } - } - }, - "victory_tome": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 6, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":false,\"italic\":true,\"text\":\"\u2744\u2620 Victory Tome \u2620\u2744\"}", - "OriginalName": "{\"bold\":false,\"italic\":true,\"text\":\"\u2744\u2620 Victory Tome \u2620\u2744\"}", - "bold": 0, - "italic": 1 - }, - "display": { - "Name": "{\"bold\":false,\"italic\":true,\"text\":\"\u2744\u2620 Victory Tome \u2620\u2744\"}" - } - } - }, - "bomb": { - "id": "minecraft:iron_nugget", - "tag": { - "CustomModelData": 208, - "CustomRoleplayData": 1, - "NameFormat": { - "ModifiedName": "{\"bold\":true,\"color\":\"dark_aqua\",\"text\":\"\u2744\u2620 The Bomb \u2620\u2744\"}", - "OriginalName": "{\"text\":\"\u2744\u2620 The Bomb \u2620\u2744\"}", - "bold": 1, - "color": "dark_aqua" - }, - "display": { - "Name": "{\"bold\":true,\"color\":\"dark_aqua\",\"text\":\"\u2744\u2620 The Bomb \u2620\u2744\"}" - } - } - }, - "map": { - "id": "minecraft:filled_map", - "tag": { - "map": 976 - } + "shard": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomRoleplayData": true, + "NameFormat": { + "OriginalName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Frozen Shard \u2620\u2744\"}", + "ModifiedName": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Frozen Shard \u2620\u2744\"}", + "color": "#3ab3da" + }, + "CustomModelData": 7, + "display": { + "Name": "{\"color\":\"#3AB3DA\",\"text\":\"\u2744\u2620 Frozen Shard \u2620\u2744\"}" + } } -} \ No newline at end of file + }, + "coin": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 1, + "CustomRoleplayData": true, + "RepairCost": 0, + "display": { + "Name": "{\"text\":\"\u2744\u2620 Decked Out Coin \u2620\u2744\"}" + } + } + }, + "crown": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 2, + "CustomRoleplayData": true, + "RepairCost": 0, + "display": { + "Name": "{\"text\":\"\u2744\u2620 Decked Out Crown \u2620\u2744\"}" + } + } + }, + "ember": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 3, + "CustomRoleplayData": true, + "RepairCost": 0, + "display": { + "Name": "{\"text\":\"\u2744\u2620 Decked Out Frost Ember \u2620\u2744\"}" + } + } + }, + "key2": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 201, + "CustomRoleplayData": true, + "display": { + "Name": "{\"text\":\"\u2744\u2620 The Caves of Carnage Key \u2620\u2744\"}" + } + } + }, + "key3": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 203, + "CustomRoleplayData": true, + "display": { + "Name": "{\"text\":\"\u2744\u2620 The Black Mines Key \u2620\u2744\"}" + } + } + }, + "key4": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 209, + "CustomRoleplayData": true, + "display": { + "Name": "{\"text\":\"\u2744\u2620 The Burning Dark Key \u2620\u2744\"}" + } + } + }, + "rusty": { + "id": "minecraft:iron_ingot", + "tag": { + "CustomModelData": 2, + "CustomRoleplayData": true, + "display": { + "Name": "{\"text\":\"\u2744\u2620 Rusty Repair Kit \u2620\u2744\"}" + } + } + }, + "pumpkin": { + "id": "minecraft:pumpkin", + "tag": { + "NameFormat": { + "ModifiedName": "{\"color\":\"dark_purple\",\"text\":\"\u2744\u2620 Halloween Pumpkin \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 Halloween Pumpkin \u2620\u2744\"}", + "color": "dark_purple" + }, + "display": { + "Name": "{\"color\":\"dark_purple\",\"text\":\"\u2744\u2620 Halloween Pumpkin \u2620\u2744\"}" + } + } + }, + "victory_tome": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 6, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":false,\"italic\":true,\"text\":\"\u2744\u2620 Victory Tome \u2620\u2744\"}", + "OriginalName": "{\"bold\":false,\"italic\":true,\"text\":\"\u2744\u2620 Victory Tome \u2620\u2744\"}", + "bold": 0, + "italic": 1 + }, + "display": { + "Name": "{\"bold\":false,\"italic\":true,\"text\":\"\u2744\u2620 Victory Tome \u2620\u2744\"}" + } + } + }, + "bomb": { + "id": "minecraft:iron_nugget", + "tag": { + "CustomModelData": 208, + "CustomRoleplayData": true, + "NameFormat": { + "ModifiedName": "{\"bold\":true,\"color\":\"dark_aqua\",\"text\":\"\u2744\u2620 The Bomb \u2620\u2744\"}", + "OriginalName": "{\"text\":\"\u2744\u2620 The Bomb \u2620\u2744\"}", + "bold": 1, + "color": "dark_aqua" + }, + "display": { + "Name": "{\"bold\":true,\"color\":\"dark_aqua\",\"text\":\"\u2744\u2620 The Bomb \u2620\u2744\"}" + } + } + }, + "map": { + "id": "minecraft:filled_map", + "tag": { + "map": 976 + } + } +}