Skip to content

Commit 5824880

Browse files
committed
fix datagen
1 parent eef2134 commit 5824880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/polaris_bear/wild_wind/datagen/lang/ModLangProviderZhTw.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
public class ModLangProviderZhTw extends LanguageProvider {
1010

1111
public ModLangProviderZhTw(PackOutput output) {
12-
super(output, WildWindMod.MOD_ID, "zh_cn");
12+
super(output, WildWindMod.MOD_ID, "zh_tw");
1313
}
1414

1515
@Override

0 commit comments

Comments
 (0)