Skip to content

Commit

Permalink
Use modLocalRuntime instead of modRuntimeOnly
Browse files Browse the repository at this point in the history
modLocalRuntime follows the idea of being run at the devenv space more closely, and doesn't interfere with the rest of the loom cache.
  • Loading branch information
alikindsys committed Feb 9, 2024
1 parent c438f5b commit 16cfb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
// Broken in server, but necessary for IDE to work (our jar, for some reason, isn't accepted by modImplementation)
modImplementation("net.kyori:adventure-platform-fabric:5.9.0")
// Custom version that backports the fix (runtime only, since in IDE we use the default version)
modRuntimeOnly(files("libs/adventure-platform-fabric-5.9.1-PC.jar"))
modLocalRuntime(files("libs/adventure-platform-fabric-5.9.1-PC.jar"))

// Uncomment the following line to enable the deprecated Fabric API modules.
// These are included in the Fabric API production distribution and allow you to update your mod to the latest modules at a later more convenient time.
Expand Down

0 comments on commit 16cfb9d

Please sign in to comment.