Skip to content

Commit ac6304a

Browse files
committed
Fix journeymap being ran on the server
1 parent 5219705 commit ac6304a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

dependencies.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,11 @@ dependencies {
6868
localRuntime(forge.ae2)
6969
localRuntime(forge.spark)
7070
localRuntime(forge.modernfix)
71-
localRuntime(forge.create)
71+
localRuntime(forge.create) {
72+
// Needed to prevent game-test crashes
73+
exclude group: "maven.modrinth", module: "journeymap"
74+
exclude group: "info.journeymap", module: "journeymap-api-neoforge"
75+
}
7276

7377
// Runtime Recipe Viewers - uncomment whichever one you want to use //
7478
localRuntime(forge.emi)

0 commit comments

Comments
 (0)