Skip to content

Commit

Permalink
fix(build): project now builds using a slightly hacky workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamalam360 committed May 11, 2024
1 parent 6f3ffe7 commit 37addb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ loom {

dependencies {
modImplementation libs.fabric.loader
architecturyTransformerClasspath libs.fabric.loader
modApi libs.architectury.common
api libs.jankson
}
Expand Down
6 changes: 3 additions & 3 deletions libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
architectury = "12.0.27"

# https://projects.neoforged.net/neoforged/neoforge
neoforge = "20.6.2-beta" # TODO: update to 20.6.5-beta when architectury-loom#207 is merged
neoforge = "20.6.57-beta"

# https://fabricmc.net/develop
fabric-loader = "0.15.10"
fabric-api = "0.97.8+1.20.6"
fabric-loader = "0.15.11"
fabric-api = "0.98.0+1.20.6"

# https://modrinth.com/mod/modmenu/versions
modmenu = "10.0.0-beta.1"
Expand Down

0 comments on commit 37addb0

Please sign in to comment.