summaryrefslogtreecommitdiff
path: root/meta/common/forge.py
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2024-04-27 23:19:54 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2024-04-27 23:19:54 +0300
commit2eecce37d3e8f16eeae1fbe51eb39f577e30b17b (patch)
treef48e24203446ada81c736d3eb7ebc6a54c2fb320 /meta/common/forge.py
parentd996dc2a20c8664b03259cead7c888fd85d9848c (diff)
parentd215ec0383ce130d2244a3bfe4567d56f3982701 (diff)
downloadProject-Tick-2eecce37d3e8f16eeae1fbe51eb39f577e30b17b.tar.gz
Project-Tick-2eecce37d3e8f16eeae1fbe51eb39f577e30b17b.zip
Merge branch 'main' of https://github.com/PrismLauncher/meta into javas
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'meta/common/forge.py')
-rw-r--r--meta/common/forge.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/common/forge.py b/meta/common/forge.py
index 4fccc7dcb6..25be5a9949 100644
--- a/meta/common/forge.py
+++ b/meta/common/forge.py
@@ -1,4 +1,4 @@
-from os.path import join
+from os.path import join, dirname
from ..model import GradleSpecifier, make_launcher_library
@@ -10,8 +10,7 @@ INSTALLER_MANIFEST_DIR = join(BASE_DIR, "installer_manifests")
VERSION_MANIFEST_DIR = join(BASE_DIR, "version_manifests")
FILE_MANIFEST_DIR = join(BASE_DIR, "files_manifests")
DERIVED_INDEX_FILE = join(BASE_DIR, "derived_index.json")
-
-STATIC_LEGACYINFO_FILE = join(BASE_DIR, "forge-legacyinfo.json")
+LEGACYINFO_FILE = join(BASE_DIR, "legacyinfo.json")
FORGE_COMPONENT = "net.minecraftforge"