diff options
author | makamys <makamys@outlook.com> | 2021-05-07 08:42:32 +0200 |
---|---|---|
committer | makamys <makamys@outlook.com> | 2021-05-07 08:42:32 +0200 |
commit | c233ea31da07957d8872d3859d6e75b99937becd (patch) | |
tree | b9d4301b7b503aa466d4af2db8498918f3e6dfee /build.gradle | |
parent | bc6c84d2d2342073b6f4d1b8c1213b7102bb7ebf (diff) | |
download | Neodymium-c233ea31da07957d8872d3859d6e75b99937becd.tar.gz Neodymium-c233ea31da07957d8872d3859d6e75b99937becd.tar.bz2 Neodymium-c233ea31da07957d8872d3859d6e75b99937becd.zip |
Port mod from MCP to Forge!
The only known regression is the sides of LOD=1 chunks look darker for some
reason
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 3 |
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" ) } |