Skip to content

Commit 866ef76

Browse files
committed
Added advancements
Signed-off-by: noaaan <[email protected]>
1 parent adf7374 commit 866ef76

25 files changed

+854
-80
lines changed

PATCHNOTES.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ New ore textures for Osmium, Runite, Tin, and Silver.
88
Turned Vermiculite into an actual fertilizer (bone meal).
99
Added a CATLOL translation.
1010
Added new textures for Star Platinum, mainly tools.
11+
Added low level documentation in the form of Advancements!
1112

1213
__Balance changes:__
1314
Palladium recieved multiple QOL features, like being able to stand on magma blocks, campfires, and in powder snow.

src/main/resources/assets/mythicmetals/lang/en_us.json

+42-6
Original file line numberDiff line numberDiff line change
@@ -319,14 +319,9 @@
319319
"item.mythicmetals.palladium_shovel": "Palladium Shovel",
320320
"item.mythicmetals.palladium_sword": "Palladium Sword",
321321
"item.mythicmetals.platinum_anvil": "Platinum Anvil",
322-
"item.mythicmetals.platinum_axe": "Platinum Axe",
323322
"item.mythicmetals.platinum_dust": "Platinum Dust",
324-
"item.mythicmetals.platinum_hoe": "Platinum Hoe",
325323
"item.mythicmetals.platinum_ingot": "Platinum Ingot",
326324
"item.mythicmetals.platinum_nugget": "Platinum Nugget",
327-
"item.mythicmetals.platinum_pickaxe": "Platinum Pickaxe",
328-
"item.mythicmetals.platinum_shovel": "Platinum Shovel",
329-
"item.mythicmetals.platinum_sword": "Platinum Sword",
330325
"item.mythicmetals.prometheum_anvil": "Prometheum Anvil",
331326
"item.mythicmetals.prometheum_axe": "Prometheum Axe",
332327
"item.mythicmetals.prometheum_boots": "Prometheum Boots",
@@ -661,5 +656,46 @@
661656
"itemGroup.mythicmetals.main.tab.items": "Items",
662657
"itemGroup.mythicmetals.main.tab.tools": "Tools",
663658
"itemGroup.mythicmetals.main.tab.blocks": "Blocks",
664-
"itemGroup.mythicmetals.main.tab.armor": "Armor"
659+
"itemGroup.mythicmetals.main.tab.armor": "Armor",
660+
661+
"advancement.mythicmetals.root.title": "Mythic Metals",
662+
"advancement.mythicmetals.root.description": "Discover all the ores deep underground",
663+
"advancement.mythicmetals.unobtainium.title": "How did you get this?",
664+
"advancement.mythicmetals.unobtainium.description": "Obtain Unobtainium, usually found deeply surrounded by deepslate",
665+
"advancement.mythicmetals.adamantite.title": "Forged from Aether",
666+
"advancement.mythicmetals.adamantite.description": "Find Adamantite in the deepest part of the Deep Dark",
667+
"advancement.mythicmetals.mythril.title": "Dwarven Treasure",
668+
"advancement.mythicmetals.mythril.description": "Find Mythril in the upper part of the Deep Dark",
669+
"advancement.mythicmetals.orichalcum.title": "Orcish Strength",
670+
"advancement.mythicmetals.orichalcum.description": "Find Orichalcum scattered around the Deep Dark",
671+
"advancement.mythicmetals.hallowed.title": "Sacred Alloy",
672+
"advancement.mythicmetals.hallowed.description": "Forge a Hallowed Bar with a high tier forge, using the ores from the Deep Dark",
673+
"advancement.mythicmetals.carmot.title": "Alchemical Miracle",
674+
"advancement.mythicmetals.carmot.description": "Find Carmot around the top of the Deepslate layer",
675+
"advancement.mythicmetals.aquarium.title": "Underwater Expeditions",
676+
"advancement.mythicmetals.aquarium.description": "Find Aquarium underneath Oceans",
677+
"advancement.mythicmetals.osmium.title": "When Can I Make a Windmill?",
678+
"advancement.mythicmetals.osmium.description": "Find Osmium high up in the mountains",
679+
"advancement.mythicmetals.banglum.title": "Legendary Bang",
680+
"advancement.mythicmetals.banglum.description": "Find Banglum, the first stepping stone towards other metals",
681+
"advancement.mythicmetals.kyber.title": "I thought this was a Crystal?",
682+
"advancement.mythicmetals.kyber.description": "Find Kyber, usually hidden inside Amethyst Geodes",
683+
"advancement.mythicmetals.starrite.title": "Fallen Stardrops",
684+
"advancement.mythicmetals.starrite.description": "Find Starrite, an abundant crystal usually found in The End",
685+
"advancement.mythicmetals.star_platinum.title": "The Worlds Most Bizarre Metal",
686+
"advancement.mythicmetals.star_platinum.description": "Forge Star Platinum from Starrite, Platinum, and Carmot",
687+
"advancement.mythicmetals.celestium.title": "Unstoppable Force",
688+
"advancement.mythicmetals.celestium.description": "Forge Celestium from Star Platinum, Kyber, and Unobtainium",
689+
"advancement.mythicmetals.metallurgium.title": "Immovable Object",
690+
"advancement.mythicmetals.metallurgium.description": "Forge Metallurgium from Hallowed, Palladium, and Unobtainium",
691+
"advancement.mythicmetals.stormyx.title": "Diamonds from the Nether",
692+
"advancement.mythicmetals.stormyx.description": "Find Stormyx hiding deep below the Netherrack and Blackstone",
693+
"advancement.mythicmetals.durasteel.title": "From a Galaxy, far far away...",
694+
"advancement.mythicmetals.durasteel.description": "Forge Durasteel, a better steel made from Quadrillum and Manganese",
695+
"advancement.mythicmetals.midas_gold.title": "GOLD!!!",
696+
"advancement.mythicmetals.midas_gold.description": "Find Midas Gold in the nether, which can forge any ore into gold",
697+
"advancement.mythicmetals.prometheum.title": "Luxuriant Vegetable",
698+
"advancement.mythicmetals.prometheum.description": "Find Prometheum deep in Jungles or Lush Caves",
699+
"advancement.mythicmetals.palladium.title": "The Hottest Beans",
700+
"advancement.mythicmetals.palladium.description": "Find Palladium around the lava ocean in the Nether"
665701
}

0 commit comments

Comments
 (0)