mojira.dev

Calvin Lai

Assigned

No issues.

Reported

No issues.

Comments

The current method of fixing 1.7.x as follow.
Mojong can simply implement this to minecraft.
https://github.com/zlainsama/InputFix
or
https://github.com/zlainsama/MoLanguage

@ZambiblaisanOgre No, i didn't make it. It's from a Chinese forum. The author is probably waiting for the 1.7.2 MCP in order to fix the bug. For now, we can't type chinese on 1.7.2 minecraft and most of the people can't type english. 🙂

reproducible in 1.7.2 release. with window 7
i can only type couples characters but certainly not all characters like when i use the patch.

This bug is fixable via applying patches to minecraft.jar
basically people have been doing this for ages in order to type these foreign language in minecraft.
The affected files are:
avk.class (bypassing the server motd display limitations)
awb.class (add input method support)
axv.class (bypassing Signs input limit)
jz.class (bypassing the server side Signs display limitations)
v.class (unlocked colored characters)

1.6.4 patch: https://www.dropbox.com/s/l10xfirssjxvnch/mc1.6.4%20chinese%20input.zip
1.6.2 patch: https://www.dropbox.com/s/sy96ucah8tcxhn3/mc1.6.2%20chinese%20input.zip

if someone just open these classes and take a look at what they've changed. that'll fix the problem.