diff options
| author | ZekerZhayard <trees1000@qq.com> | 2024-03-01 14:51:26 +0800 |
|---|---|---|
| committer | ZekerZhayard <trees1000@qq.com> | 2024-03-01 14:51:26 +0800 |
| commit | 3c6712d64a42e4ec200909912e72749499aaca79 (patch) | |
| tree | 11ea3f3a119e9afa1223ed452882c0cd0bbcaf2a /settings.gradle | |
| parent | a3413eb5c46f0205b0aa7c0fd8cc326dbebcced2 (diff) | |
| download | Project-Tick-3c6712d64a42e4ec200909912e72749499aaca79.tar.gz Project-Tick-3c6712d64a42e4ec200909912e72749499aaca79.zip | |
Thanks to LexManos, he replaced all installers with the new version, so the codes for compatibility with the old installer do not need to exist.
The task of checking for extra files is now done by the installer instead of ForgeWrapper itself, thus avoiding some inaccurate checking.
Diffstat (limited to 'settings.gradle')
| -rw-r--r-- | settings.gradle | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/settings.gradle b/settings.gradle index 34c563d573..3444232309 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,5 +1,3 @@ rootProject.name = 'ForgeWrapper' -include 'common' -include 'legacy' include 'jigsaw' |
