Skip to content

Commit 3800a82

Browse files
committed
Update build.gradle.kts
1 parent 294d6c5 commit 3800a82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ toolkitLoomHelper {
3434

3535
// Adds the tweak class if we are building legacy version of forge as per the documentation (https://docs.polyfrost.org)
3636
if (mcData.isLegacyForge) {
37-
useCoreMod("org.polyfrost.craftycrashes.plugin.LegacyCraftyCrashesLoadingPlugin")
3837
useTweaker("org.polyfrost.oneconfig.loader.stage0.LaunchWrapperTweaker", GameSide.CLIENT)
3938
useForgeMixin(modData.id) // Configures the mixins if we are building for forge, useful for when we are dealing with cross-platform projects.
4039
}

0 commit comments

Comments
 (0)