Skip to content

Commit

Permalink
Update dependencies & remove useless mixin file
Browse files Browse the repository at this point in the history
  • Loading branch information
viral32111 committed Jun 30, 2023
1 parent c8eba7e commit 5052617
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ systemProp.kotlin_version = 1.8.22

# Fabric - https://fabricmc.net/develop/
minecraft_version = 1.20.1
yarn_mappings = 1.20.1+build.5
yarn_mappings = 1.20.1+build.9
loader_version = 0.14.21
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
fabric_language_kotlin_version = 1.9.6+kotlin.1.8.22

# Kotlin JSON Seralization - https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kotlinx-serialization-json
kotlinx_serialization_json_version = 1.5.1
Expand Down
5 changes: 1 addition & 4 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@
"value": "com.viral32111.progression.Progression"
} ]
},
"mixins": [ {
"environment": "server",
"config": "progression.mixins.json"
} ],
"mixins": [],

"depends": {
"java": ">=${ java }",
Expand Down
14 changes: 0 additions & 14 deletions src/main/resources/progression.mixins.json

This file was deleted.

0 comments on commit 5052617

Please # to comment.