Skip to content

Commit f75e22f

Browse files
committed
oops
1 parent b851169 commit f75e22f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,9 @@ toolkitLoomHelper {
4747
dependencies {
4848
implementation(includeOrShade("gs.mclo:api:3.0.1")!!)
4949
}
50+
51+
tasks {
52+
jar {
53+
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
54+
}
55+
}

src/main/resources/mcmod.info

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"url": "https://github.com/Polyfrost/CrashPatch",
99
"updateUrl": "https://github.com/Polyfrost/CrashPatch/releases/latest",
1010
"authorList": [
11-
"Polyfrost",
12-
"SkyClient"
11+
"Polyfrost"
1312
],
1413
"credits": "vfyjxf for the 1.7.10 port of VanillaFix (BetterCrashes), Runemoro for VanillaFix, natanfudge for NotEnoughCrashes.",
1514
"screenshots": [],

0 commit comments

Comments
 (0)