Skip to content

Commit

Permalink
修复更新带来的forge错误
Browse files Browse the repository at this point in the history
  • Loading branch information
reserveword committed Jul 21, 2023
1 parent 8173a60 commit 868b17e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
为fabric添加更多mod自己写的文本框(fabric就是喜欢自己造轮子啊)
产出jar文件添加版本
修复更新带来的forge错误
添加繁体中文
4 changes: 2 additions & 2 deletions forge/src/main/resources/coremod/text_field_asm.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function initializeCoreMod() {
Opcodes.INVOKESTATIC,
'io/github/reserveword/imblocker/IMCheckState',
'captureNonPrintable',
'(Ljava/lang/Object;CZ)V',
'(Ljava/lang/Object;CZ)Z',
false
))
method.instructions.insert(il)
Expand Down Expand Up @@ -129,7 +129,7 @@ function initializeCoreMod() {
Opcodes.INVOKESTATIC,
'io/github/reserveword/imblocker/IMCheckState',
'captureNonPrintable',
'(Ljava/lang/Object;CZ)V',
'(Ljava/lang/Object;CZ)Z',
false
))
method.instructions.insert(il)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ minecraft_version=1.20
# mod
mod_id=imblocker
mod_name=IMBlocker
mod_version=4.0.4
mod_version=4.0.5
mod_logo=IMBlocker.png
mod_description=Blocks Input Methods when you're not using it.\\n在你不打字的时候自动关闭输入法
mod_url=https://github.com/reserveword/IMBlocker
Expand Down

0 comments on commit 868b17e

Please sign in to comment.