diff options
author | makamys <makamys@outlook.com> | 2022-06-04 09:31:42 +0200 |
---|---|---|
committer | makamys <makamys@outlook.com> | 2022-06-04 09:33:13 +0200 |
commit | 24204cfdc91a9ecc5e0012d9f256a7e72f541d64 (patch) | |
tree | 233971dbe560cb416eaa0646c7bf38853daabc1b /project.gradle | |
parent | b0f7f36a0b26f8ae0f6c238ae1a11f68d20efa1c (diff) | |
download | Neodymium-24204cfdc91a9ecc5e0012d9f256a7e72f541d64.tar.gz Neodymium-24204cfdc91a9ecc5e0012d9f256a7e72f541d64.tar.bz2 Neodymium-24204cfdc91a9ecc5e0012d9f256a7e72f541d64.zip |
Migrate to generic buildscript
Diffstat (limited to 'project.gradle')
-rw-r--r-- | project.gradle | 7 |
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" + ) + } +} |