Skip to content

Commit

Permalink
update loom, modmenu l12n
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Jan 13, 2024
1 parent bf04d61 commit 10f7c7f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.3-SNAPSHOT'
id 'fabric-loom' version '1.5-SNAPSHOT'
id 'maven-publish'
}

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ org.gradle.parallel = true
# https://fabricmc.net/develop
minecraft_version = 1.20
yarn_mappings = 1.20+build.1
loader_version = 0.14.22
loader_version = 0.15.3

mod_version = 1.0.0
mod_version = 1.0.1
maven_group = net.krlite
archives_base_name = itfollows

Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/assets/itfollows/lang/zh_cn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"modmenu.descriptionTranslation.itfollows": "让鼠标跟随“GUI缩放”按钮移动!"
}

0 comments on commit 10f7c7f

Please sign in to comment.