Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 0cfb10e

Browse files
modRuntime -> modRuntimeOnly
1 parent b3e7bbb commit 0cfb10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ This section is for when you are developing your own mod and want to use the mul
6868
```groovy
6969
dependencies {
7070
// ...
71-
modRuntime('net.earthcomputer.multiconnect:multiconnect-slim:<version>') { transitive = false }
71+
modRuntimeOnly('net.earthcomputer.multiconnect:multiconnect-slim:<version>') { transitive = false }
7272
}
7373
```
7474
- Note: the previous step should also be done alongside this step.

0 commit comments

Comments
 (0)