Skip to content

Commit 1494e65

Browse files
committed
Add language keys to Smithing Templates, fixes #227
Signed-off-by: Noaaan <[email protected]>
1 parent 5631f27 commit 1494e65

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

PATCHNOTES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.19.5
2+
3+
## Fixes
4+
5+
- Fixed missing translation keys from Smithing Templates (thanks Rogenar!)
6+
- Templates that are obtained exclusively from crafting are now named "Crafted Smithing Templates"
7+
18
# 0.19.4
29

310
## Fixes

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

+11
Original file line numberDiff line numberDiff line change
@@ -859,6 +859,17 @@
859859
"entity.mythicmetals.banglum_tnt": "Primed Banglum TNT",
860860
"entity.mythicmetals.banglum_nuke": "Primed Banglum Nuke",
861861

862+
"item.mythicmetals.aegis_smithing_template": "Smithing Template",
863+
"item.mythicmetals.carmot_staff_smithing_template": "Smithing Template",
864+
"item.mythicmetals.mythril_drill_smithing_template": "Smithing Template",
865+
"item.mythicmetals.midas_folding_template": "Crafted Smithing Template",
866+
"item.mythicmetals.osmium_chainmail_smithing_template": "Crafted Smithing Template",
867+
"item.mythicmetals.royal_midas_smithing_template": "Smithing Template",
868+
"item.mythicmetals.carmot_smithing_template": "Crafted Smithing Template",
869+
"item.mythicmetals.legendary_banglum_smithing_template": "Crafted Smithing Template",
870+
"item.mythicmetals.tidesinger_smithing_template": "Crafted Smithing Template",
871+
"item.mythicmetals.unobtainium_smithing_template": "Smithing Template",
872+
862873
"smithing_template.mythicmetals.aegis.title": "Aegis Sword Upgrade",
863874
"smithing_template.mythicmetals.aegis.applies_to": "Palladium or Hallowed Swords",
864875
"smithing_template.mythicmetals.aegis.ingredients": "Adamantite or Hallowed Ingots",

0 commit comments

Comments
 (0)