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 86f2647 commit 3ba4b6a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 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.4-SNAPSHOT'
id 'fabric-loom' version '1.5-SNAPSHOT'
id 'maven-publish'
}

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

mod_version = 2.0.1
mod_version = 2.0.2
maven_group = net.krlite
archives_base_name = fadedwidgets

# Dependencies
fabric_version = 0.90.7+1.20.2
equator_version = 2.6.0
fabric_version = 0.91.3+1.20.2
equator_version = 2.6.2
verticality_version = 2.1.0
4 changes: 4 additions & 0 deletions src/main/resources/assets/fadedwidgets/lang/zh_cn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"modmenu.nameTranslation.fadedwidgets" : "淡出界面",
"modmenu.descriptionTranslation.fadedwidgets": "为游戏内用户界面提供了隐藏时的淡出动画。"
}

0 comments on commit 3ba4b6a

Please sign in to comment.