diff options
author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2024-04-24 23:43:39 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-24 13:43:39 +0000 |
commit | 0182c86d6ab50979639851396e554374c7cddb95 (patch) | |
tree | 6817d55bf60d679ba4b61d930723e3a2bd64b493 | |
parent | 6ec82ee1d96bc339cd20d4ef16df89751fc148c1 (diff) | |
download | NotEnoughUpdates-REPO-0182c86d6ab50979639851396e554374c7cddb95.tar.gz NotEnoughUpdates-REPO-0182c86d6ab50979639851396e554374c7cddb95.tar.bz2 NotEnoughUpdates-REPO-0182c86d6ab50979639851396e554374c7cddb95.zip |
new museum stuff (#1173)
-rw-r--r-- | constants/museum.json | 10 | ||||
-rw-r--r-- | items/GLACITE_CHISEL.json | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/constants/museum.json b/constants/museum.json index 68bfde51..9f64cf64 100644 --- a/constants/museum.json +++ b/constants/museum.json @@ -257,6 +257,7 @@ "WITCH_MASK", "VAMPIRE_WITCH_MASK", "JERRY_STAFF", + "PELT_BELT", "FARMER_BOOTS", "RANCHERS_BOOTS", "STONK_PICKAXE", @@ -275,7 +276,9 @@ "REVIVED_HEART", "KRAMPUS_HELMET", "RIFT_NECKLACE_OUTSIDE", + "DIVAN_PENDANT", "SUPER_COMPACTOR_3000", + "DWARVEN_HANDWARMERS", "ROD_OF_THE_SEA", "PRECURSOR_EYE", "SUMMONING_RING", @@ -346,6 +349,9 @@ "SKYMART_HYPER_VACUUM", "INFINI_VACUUM", "INFINI_VACUUM_HOOVERIUS", + "REINFORCED_CHISEL", + "GLACITE_CHISEL", + "PERFECT_CHISEL", "SOS_FLARE", "TACTICAL_INSERTION", "ANNIHILATION_CLOAK", @@ -843,10 +849,10 @@ "INFINI_VACUUM_HOOVERIUS":"INFINI_VACUUM" }, "max_values": { - "total": 347, + "total": 353, "weapons": 128, "armor": 112, - "rarities": 107, + "rarities": 113, "special": 48 } }
\ No newline at end of file diff --git a/items/GLACITE_CHISEL.json b/items/GLACITE_CHISEL.json index c97d5b2f..a04fd1a1 100644 --- a/items/GLACITE_CHISEL.json +++ b/items/GLACITE_CHISEL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:armor_stand", - "displayname": "§5Glacite Chisel", - "nbttag": "{HideFlags:254,display:{Lore:[0:\" §8[§7❥§8] §8[§7❥§8]\",1:\"\",2:\"§7Can be placed in the §6Fossil\",3:\"§6Excavator §7alongside a §9Suspicious\",4:\"§9Scrap §7to begin the excavation\",5:\"§7process!\",6:\"\",7:\"§7Charges: §e20\",8:\"\",9:\"§7§4❣ §cRequires §5Heart of the Mountain Tier 9§c.\",10:\"§5§lEPIC CHISEL\"],Name:\"§5Glacite Chisel\"},ExtraAttributes:{id:\"GLACITE_CHISEL\"}}", + "displayname": "§5Glacite-Plated Chisel", + "nbttag": "{HideFlags:254,display:{Lore:[0:\" §8[§7❥§8] §8[§7❥§8]\",1:\"\",2:\"§7Can be placed in the §6Fossil\",3:\"§6Excavator §7alongside a §9Suspicious\",4:\"§9Scrap §7to begin the excavation\",5:\"§7process!\",6:\"\",7:\"§7Charges: §e20\",8:\"\",9:\"§7§4❣ §cRequires §5Heart of the Mountain Tier 9§c.\",10:\"§5§lEPIC CHISEL\"],Name:\"§5Glacite-Plated Chisel\"},ExtraAttributes:{id:\"GLACITE_CHISEL\"}}", "damage": 0, "lore": [ " §8[§7❥§8] §8[§7❥§8]", @@ -19,7 +19,7 @@ "internalname": "GLACITE_CHISEL", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "", + "modver": "v2.1.1-pre5", "infoType": "WIKI_URL", "recipes": [ { |