Skip to content

Commit

Permalink
forgot this(
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Jan 13, 2024
1 parent 9ee0d77 commit 80806fc
Show file tree
Hide file tree
Showing 3 changed files with 7 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.4-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.19
yarn_mappings = 1.19+build.4
loader_version = 0.14.24
loader_version = 0.15.3

mod_version = 1.0.0
mod_version = 1.0.2
maven_group = net.krlite
archives_base_name = edgelesschatscreen

Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/assets/edgelesschatscreen/lang/zh_cn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"modmenu.nameTranslation.edgelesschatscreen" : "无边界聊天框",
"modmenu.descriptionTranslation.edgelesschatscreen": "谁会不想拥有一个无边界的聊天框呢?"
}

0 comments on commit 80806fc

Please # to comment.