diff options
| author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-03-29 13:36:29 +0200 |
|---|---|---|
| committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-04-05 14:30:30 +0200 |
| commit | 6d9561c28dbabeec600ee647f5a4f5870f78d523 (patch) | |
| tree | d8b6a621fc8e58a9b80371edba7e4fcee841c963 /meta | |
| parent | 1ad5b5950182beff0dd16a2c8df48f2de28d05fe (diff) | |
| download | Project-Tick-6d9561c28dbabeec600ee647f5a4f5870f78d523.tar.gz Project-Tick-6d9561c28dbabeec600ee647f5a4f5870f78d523.zip | |
fix: use correct directory for fabric meta
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/common/fabric.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/common/fabric.py b/meta/common/fabric.py index 0861730ce9..a306f15a16 100644 --- a/meta/common/fabric.py +++ b/meta/common/fabric.py @@ -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" |
