diff options
author | makamys <makamys@outlook.com> | 2023-02-09 20:58:39 +0100 |
---|---|---|
committer | makamys <makamys@outlook.com> | 2023-02-09 21:11:50 +0100 |
commit | cd5305c6a383ebb8bf530d0f909c2d32c2ab6723 (patch) | |
tree | 49543a15ebf05d061d55fcb1016c1ec18146e032 /project.gradle | |
parent | 3ab7b45318086b26b7e3b8b50be1adc6e1906e08 (diff) | |
download | Neodymium-cd5305c6a383ebb8bf530d0f909c2d32c2ab6723.tar.gz Neodymium-cd5305c6a383ebb8bf530d0f909c2d32c2ab6723.tar.bz2 Neodymium-cd5305c6a383ebb8bf530d0f909c2d32c2ab6723.zip |
Add FastCraft compat by pretending to be OptiFine
Diffstat (limited to 'project.gradle')
-rw-r--r-- | project.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project.gradle b/project.gradle index a35eeb3..59e2018 100644 --- a/project.gradle +++ b/project.gradle @@ -1,6 +1,7 @@ jar { manifest { attributes ( + 'MixinConfigs': "${modid}.mixin.json,${modid}-init.mixin.json", 'FMLAT': "neodymium_at.cfg" ) } |