Skip to content

Commit aa89edb

Browse files
committed
Fix another lang issue, update PATCHNOTES.md
Signed-off-by: Noaaan <[email protected]>
1 parent 3ae7057 commit aa89edb

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

PATCHNOTES.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@
77

88
## Fixes
99

10-
- Fixed Alloy Forgery recipes. You should be able to use Mythic Metals on servers now (#230)
11-
- Fixed missing translation keys from Smithing Templates (#227, thanks Rogenar!)
10+
- Fixed Alloy Forgery recipes. You should be able to use Mythic Metals on servers now (#230, 1.20.4 only)
11+
- Fixed missing translation keys from Smithing Templates (#227, thanks Rogenar! 1.20.4 only)
1212
- Templates that are obtained exclusively from crafting are now named "Crafted Smithing Templates"
1313
- Fix a Mixin related issue with Aether Redux (#229)
14-
- Fixed broken advancements
14+
- Fixed broken advancements (1.20.4 only)
1515
- Renamed "Midas Block of Gold" to "Block of Midas Gold"
16+
- Renamed "Star Block of Platinum" to "Block of Star Platinum"
1617

1718
# 0.19.4
1819

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"block.mythicmetals.smooth_basalt_orichalcum_ore": "Smooth Basalt Orichalcum Ore",
102102
"block.mythicmetals.sponge_nuke_core": "Sponge Nuke Core",
103103
"block.mythicmetals.star_platinum_anvil": "Star Platinum Anvil",
104-
"block.mythicmetals.star_platinum_block": "Star Block of Platinum",
104+
"block.mythicmetals.star_platinum_block": "Block of Star Platinum",
105105
"block.mythicmetals.starrite_block": "Block of Starrite",
106106
"block.mythicmetals.starrite_ore": "Starrite Ore",
107107
"block.mythicmetals.steel_anvil": "Steel Anvil",

0 commit comments

Comments
 (0)