Skip to content

Commit

Permalink
Update Yarn & Fabric API
Browse files Browse the repository at this point in the history
  • Loading branch information
viral32111 committed Jun 22, 2023
1 parent 14d9533 commit c8eba7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ run/
# Gradle
.gradle/
!gradle/wrapper/gradle-wrapper.jar
local.properties
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ systemProp.kotlin_version = 1.8.22

# Fabric - https://fabricmc.net/develop/
minecraft_version = 1.20.1
yarn_mappings = 1.20.1+build.1
yarn_mappings = 1.20.1+build.5
loader_version = 0.14.21
fabric_version = 0.83.0+1.20.1
fabric_version = 0.84.0+1.20.1
loom_version = 1.2-SNAPSHOT

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

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

# My callbacks - https://github.com/viral32111/events
events_version = 0.3.5

# Mod properties
mod_version = 1.0.1
mod_version = 1.0.2
maven_group = com.viral32111
archives_base_name = progression

0 comments on commit c8eba7e

Please # to comment.