mirror of
https://github.com/unmojang/meta.git
synced 2025-09-23 11:10:53 -04:00
fix: use correct directory for fabric meta
This commit is contained in:
parent
1ad5b59501
commit
6d9561c28d
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user