Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest committed Feb 2, 2025
1 parent b851169 commit f75e22f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,9 @@ toolkitLoomHelper {
dependencies {
implementation(includeOrShade("gs.mclo:api:3.0.1")!!)
}

tasks {
jar {
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
}
}
3 changes: 1 addition & 2 deletions src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"url": "https://github.com/Polyfrost/CrashPatch",
"updateUrl": "https://github.com/Polyfrost/CrashPatch/releases/latest",
"authorList": [
"Polyfrost",
"SkyClient"
"Polyfrost"
],
"credits": "vfyjxf for the 1.7.10 port of VanillaFix (BetterCrashes), Runemoro for VanillaFix, natanfudge for NotEnoughCrashes.",
"screenshots": [],
Expand Down

0 comments on commit f75e22f

Please sign in to comment.