aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 1536e27..7a18a70 100644
--- a/build.gradle
+++ b/build.gradle
@@ -65,7 +65,8 @@ jar {
// If these two are not set, Forge will not detect the mod, it will only run the mixins
'FMLCorePluginContainsFMLMod': 'true',
- 'ForceLoadAsMod': 'true'
+ 'ForceLoadAsMod': 'true',
+ 'FMLAT': "LODMod_at.cfg"
)
}