aboutsummaryrefslogtreecommitdiff
path: root/project.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'project.gradle')
-rw-r--r--project.gradle7
1 files changed, 7 insertions, 0 deletions
diff --git a/project.gradle b/project.gradle
new file mode 100644
index 0000000..c25475a
--- /dev/null
+++ b/project.gradle
@@ -0,0 +1,7 @@
+jar {
+ manifest {
+ attributes (
+ 'FMLAT': "LODMod_at.cfg"
+ )
+ }
+}