Skip to content

Commit

Permalink
Update splashes
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Jul 12, 2024
1 parent 05d576c commit ea0bfda
Show file tree
Hide file tree
Showing 6 changed files with 909 additions and 10 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[versions]
maven-group = "band.kessokuteatime"
archives-name = "splasher"
mod = "6.1.0"
mod = "6.1.1"
loader = "fabric"

minecraft = "1.20.3"
yarn = "1.20.3+build.1"
fabric-loader = "0.15.9"
fabric-loader = "0.15.11"
fabric-api = "0.91.1+1.20.3"
fabric-loom = "1.6-SNAPSHOT"
modpublisher = "2.1.0"

cloth-config = "13.0.121"
modmenu = "9.0.0"
bounced = "4.1.0-fabric1.20.3"
bounced = "4.1.1-fabric1.20.3"

# id
id-modrinth = "4yIZUuyx"
Expand All @@ -22,7 +22,7 @@ id-curseforge = "844451"
# display
display-name = "Splasher!"
display-loader = "Fabric"
display-version = "1.20.3+"
display-version = "1.20.3~1.20.6"

[libraries]
minecraft = { group = "com.mojang", name = "minecraft", version.ref = "minecraft" }
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/assets/splasher/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"splash.minecraft.122": "Reference implementation!",
"splash.minecraft.123": "Kiss the sky!",
"splash.minecraft.124": "20 GOTO 10!",
"splash.minecraft.125": "Verlet intregration!",
"splash.minecraft.125": "Verlet integration!",
"splash.minecraft.126": "Peter Griffin!",
"splash.minecraft.127": "Do not distribute!",
"splash.minecraft.128": "Cogito ergo sum!",
Expand Down Expand Up @@ -340,7 +340,7 @@
"splash.minecraft.299": "Pretty scary!",
"splash.minecraft.300": "I have a suggestion.",
"splash.minecraft.301": "Now with extra hugs!",
"splash.minecraft.302": "Java 16 + 1 = 17!",
"splash.minecraft.302": "Java 16 + 1 + 4 = 21!",
"splash.minecraft.303": "Woah.",
"splash.minecraft.304": "HURNERJSGER?",
"splash.minecraft.305": "What's up, Doc?",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"depends": {
"fabricloader": "*",
"fabric-api": "*",
"minecraft": "1.20.x",
"minecraft": ["~1.20.3", "~1.20.4", "~1.20.5", "~1.20.6"],
"cloth-config": "*"
},
"suggests": {
Expand Down
Loading

0 comments on commit ea0bfda

Please sign in to comment.