Skip to content

Commit

Permalink
Updated fabric loader from 0.14.23 to 1.15.7. Updated fabric language…
Browse files Browse the repository at this point in the history
… kotlin from 1.10.14+kotlin.1.9.20 to >=1.10.19+kotlin.1.9.23. Updated Kotlin from 1.9.20 to 1.9.23. Updated mod version from 1.0.0+1.19.4 to 1.1+1.19.4
  • Loading branch information
Mystery2099 committed Mar 15, 2024
1 parent 71f84d5 commit 3ff8acc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
id 'fabric-loom' version '1.4-SNAPSHOT'
id 'maven-publish'
id "org.jetbrains.kotlin.jvm" version "1.9.20"
id "org.jetbrains.kotlin.jvm" version "1.9.23"
}

version = project.mod_version
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ org.gradle.parallel=true
# check these on https://fabricmc.net/develop
minecraft_version=1.19.4
yarn_mappings=1.19.4+build.2
loader_version=0.14.24
fabric_kotlin_version=1.10.14+kotlin.1.9.20
loader_version=0.15.7
fabric_kotlin_version=1.10.19+kotlin.1.9.23

# Mod Properties
mod_version=1.0.0+1.19.4
mod_version=1.1+1.19.4
maven_group=com.github.mystery2099
archives_base_name=voxlib

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
]
},
"depends": {
"fabricloader": ">=0.14.23",
"fabricloader": ">=0.15.7",
"minecraft": "~1.19.4",
"java": ">=17",
"fabric-api": "*",
"fabric-language-kotlin": ">=1.10.14+kotlin.1.9.20"
"fabric-language-kotlin": ">=1.10.19+kotlin.1.9.23"
},
"suggests": {
"another-mod": "*"
Expand Down

0 comments on commit 3ff8acc

Please sign in to comment.