Skip to content

Commit

Permalink
Develop (#6)
Browse files Browse the repository at this point in the history
* Updated to latest api version

* Bump LabyGradle Version to latest, updated i18n file names

* Also updated versions
  • Loading branch information
cs-jako authored Jan 8, 2024
1 parent 7182dd0 commit d540314
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 46 deletions.
7 changes: 6 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,16 @@ labyMod {
minecraft {
registerVersions(
"1.8.9",
"1.12.2",
"1.16.5",
"1.17.1",
"1.18.2",
"1.19.2",
"1.19.3",
"23w04a"
"1.19.4",
"1.20.1",
"1.20.2",
"1.20.4"
) { version, provider ->
configureRun(provider, version)
}
Expand Down
44 changes: 0 additions & 44 deletions core/src/main/resources/assets/friendtags/i18n/es_CO.json

This file was deleted.

2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
rootProject.name = "friendtags"

pluginManagement {
val labyGradlePluginVersion = "0.3.25"
val labyGradlePluginVersion = "0.3.43"
plugins {
id("net.labymod.gradle") version (labyGradlePluginVersion)
}
Expand Down

0 comments on commit d540314

Please sign in to comment.