We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 294d6c5 commit 3800a82Copy full SHA for 3800a82
build.gradle.kts
@@ -34,7 +34,6 @@ toolkitLoomHelper {
34
35
// Adds the tweak class if we are building legacy version of forge as per the documentation (https://docs.polyfrost.org)
36
if (mcData.isLegacyForge) {
37
- useCoreMod("org.polyfrost.craftycrashes.plugin.LegacyCraftyCrashesLoadingPlugin")
38
useTweaker("org.polyfrost.oneconfig.loader.stage0.LaunchWrapperTweaker", GameSide.CLIENT)
39
useForgeMixin(modData.id) // Configures the mixins if we are building for forge, useful for when we are dealing with cross-platform projects.
40
}
0 commit comments