diff options
author | makamys <makamys@outlook.com> | 2022-06-25 18:05:49 +0200 |
---|---|---|
committer | makamys <makamys@outlook.com> | 2022-06-25 18:06:48 +0200 |
commit | dba789dcbb1c9be6230431d865ef9afb4ba13f3d (patch) | |
tree | 3615e6de5327ecd60b1fa0203ce19cb72a7c12e0 /project.gradle | |
parent | faa2dd168f2f46a869be8497a63ca4f4f24d0c5c (diff) | |
download | Neodymium-dba789dcbb1c9be6230431d865ef9afb4ba13f3d.tar.gz Neodymium-dba789dcbb1c9be6230431d865ef9afb4ba13f3d.tar.bz2 Neodymium-dba789dcbb1c9be6230431d865ef9afb4ba13f3d.zip |
Gotta rename the stuff
Diffstat (limited to 'project.gradle')
-rw-r--r-- | project.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project.gradle b/project.gradle index ed0b64a..769901e 100644 --- a/project.gradle +++ b/project.gradle @@ -1,7 +1,7 @@ jar { manifest { attributes ( - 'FMLAT': "LODMod_at.cfg" + 'FMLAT': "neodymium_at.cfg" ) } } |