fix: use correct directory for fabric meta

This commit is contained in:
Sefa Eyeoglu 2022-03-29 13:36:29 +02:00
parent 1ad5b59501
commit 6d9561c28d
No known key found for this signature in database
GPG Key ID: C10411294912A422

View File

@ -4,7 +4,7 @@ BASE_DIR = "fabric"
JARS_DIR = join(BASE_DIR, "jars")
INSTALLER_INFO_DIR = join(BASE_DIR, "loader-installer-json")
META_DIR = join(BASE_DIR, "loader-installer-json")
META_DIR = join(BASE_DIR, "meta-v2")
LOADER_COMPONENT = "net.fabricmc.fabric-loader"
INTERMEDIARY_COMPONENT = "net.fabricmc.intermediary"