diff --git a/platforms/sponge/build.gradle.kts b/platforms/sponge/build.gradle.kts index 3962b6381..9377541e6 100644 --- a/platforms/sponge/build.gradle.kts +++ b/platforms/sponge/build.gradle.kts @@ -30,8 +30,8 @@ minecraft { tasks.named("jar") { manifest { - attributes( - mapOf("MixinConfigs" to "terra.mixins.json") - ) + //attributes( + // mapOf("MixinConfigs" to "terra.mixins.json") + //) } } \ No newline at end of file