Skip to content

Commit

Permalink
Update to Minecraft 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
viral32111 committed Oct 1, 2023
1 parent 8ec8665 commit a84c6dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ org.gradle.warning.mode = all

# Kotlin - https://kotlinlang.org/docs/releases.html#release-details
kotlin.code.style = official
systemProp.kotlin_version = 1.8.22
systemProp.kotlin_version = 1.9.10

# Fabric - https://fabricmc.net/develop/
minecraft_version = 1.20.1
yarn_mappings = 1.20.1+build.10
minecraft_version = 1.20.2
yarn_mappings = 1.20.2+build.2
loader_version = 0.14.22
fabric_version = 0.86.1+1.20.1
loom_version = 1.3-SNAPSHOT
fabric_version = 0.89.2+1.20.2
loom_version = 1.4-SNAPSHOT

# Kotlin support for Fabric - https://github.com/FabricMC/fabric-language-kotlin
fabric_language_kotlin_version = 1.9.6+kotlin.1.8.22
fabric_language_kotlin_version = 1.10.10+kotlin.1.9.10

# Kotlin JSON Seralization - https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kotlinx-serialization-json
kotlinx_serialization_json_version = 1.5.1
kotlinx_serialization_json_version = 1.6.0

# Mod properties
mod_version = 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit a84c6dd

Please sign in to comment.