Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest committed Jun 19, 2024
1 parent f7e3093 commit 6d90f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies {

modRuntimeOnly("me.djtheredstoner:DevAuth-${if (platform.isFabric) "fabric" else if (platform.isLegacyForge) "forge-legacy" else "forge-latest"}:1.2.0")

modRuntimeOnly("org.polyfrost:legacycraftycrashes:1.0.0")
//modRuntimeOnly("org.polyfrost:legacycraftycrashes:1.0.0")

// If we are building for legacy forge, includes the launch wrapper with `shade` as we configured earlier.
if (platform.isLegacyForge) {
Expand Down

0 comments on commit 6d90f05

Please sign in to comment.