Skip to content

Commit

Permalink
fix game not launching in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Sep 21, 2024
1 parent 17b23f7 commit f0ab9d0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Common/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ minecraft = "1.21.1"
parchment_minecraft = "1.21"
parchment_mappings = "2024.07.28"

mixin = "0.14.0+mixin.0.8.6"
mixin_extras = "0.3.5"
asm = "9.6"
mixin = "0.15.2+mixin.0.8.7"
mixin_extras = "0.4.1"
asm = "9.7"
jetbrains_annotations = "24.1.0"
vanilla_gradle = "0.2.1-SNAPSHOT"

Expand Down
2 changes: 1 addition & 1 deletion Fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

project.configurations.runtimeClasspath {
exclude(group: "loom_mappings_1_21_1_layered_hash_1837964949_v2.net.fabricmc", module: "fabric-loader")
exclude(group: "loom_mappings_1_21_1_layered_hash_653365834_v2.net.fabricmc", module: "fabric-loader")
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion NeoForge/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
neogradle = "7.0.163"

neoforge = "21.1.57"
neoforge = "21.1.47"

curios = "9.0.10+1.21"

Expand Down

0 comments on commit f0ab9d0

Please sign in to comment.