Skip to content

Commit

Permalink
maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Jan 13, 2024
1 parent 5d8974f commit 33f4feb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 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
6 changes: 3 additions & 3 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
yarn_mappings = 1.20+build.1
loader_version = 0.14.21
loader_version = 0.15.3

mod_version = 5.0.0
mod_version = 5.0.1
maven_group = band.kessokuteatime
archives_base_name = splasher

# Dependencies
fabric_version = 0.83.0+1.20
pierced_version = v1.2
bounced_version = 3.1.1
bounced_version = 3.2.0
2 changes: 2 additions & 0 deletions src/main/resources/assets/splasher/lang/zh_cn.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"modmenu.descriptionTranslation.splasher": "为什么不闪烁呢?通过Splasher,你可以完全自定义Minecraft标题旁的闪烁文本。",

"festival.splasher.x_mas" : "圣诞快乐!",
"festival.splasher.new_year" : "新年快乐!",
"festival.splasher.halloween": "阴...阴森可怖!",
Expand Down
5 changes: 3 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
"Kessoku Tea Time"
],
"contact": {
"homepage": "https://github.com/KessokuTeaTime",
"sources": "https://github.com/KessokuTeaTime/Splasher"
"homepage": "https://modrinth.com/mod/splasher",
"sources": "https://github.com/KessokuTeaTime/Splasher",
"issues": "https://github.com/KessokuTeaTime/Splasher/issues"
},

"license": "GPL-3.0",
Expand Down

0 comments on commit 33f4feb

Please sign in to comment.