Skip to content

Commit

Permalink
Fix: Set fabric-loader version in dev in test project.
Browse files Browse the repository at this point in the history
  • Loading branch information
LlamaLad7 committed Nov 27, 2023
1 parent 1bfa12d commit d89dc45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions minecraft/minecraft-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ apply plugin: "fabric-loom"
loom {
runConfigs.configureEach {
ideConfigGenerated = true
property("fabric.debug.replaceVersion", "fabricloader:$version")
}
}

Expand Down

0 comments on commit d89dc45

Please sign in to comment.