From 1ebe98a50f22c809b996985dd20a20a13b868491 Mon Sep 17 00:00:00 2001 From: tterrag1098 Date: Wed, 24 May 2017 15:12:26 -0400 Subject: [PATCH] Fix mod not loading --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 2b26e04..d62fecf 100644 --- a/build.gradle +++ b/build.gradle @@ -47,5 +47,6 @@ processResources { jar.manifest { attributes 'FMLCorePlugin': 'com.tterrag.blurbg.BlurBGPlugin' + attributes 'FMLCorePluginContainsFMLMod': 'true' }