diff options
| author | Petr Mrázek <peterix@gmail.com> | 2020-05-31 12:00:09 +0200 |
|---|---|---|
| committer | Petr Mrázek <peterix@gmail.com> | 2020-05-31 12:00:09 +0200 |
| commit | fdf85964226c8d18fd04644fa97d5e2ae920e710 (patch) | |
| tree | 95daeb426fb5a3d18be9bf53f5cdcdcc5d78c89f /fabric/meta-v2/loader.json | |
| parent | 91e2e785b37deba32516f9b7fb15930e6107ec88 (diff) | |
| download | Meta-Upstream-fdf85964226c8d18fd04644fa97d5e2ae920e710.tar.gz Meta-Upstream-fdf85964226c8d18fd04644fa97d5e2ae920e710.zip | |
Update 2020-05-31
Diffstat (limited to 'fabric/meta-v2/loader.json')
| -rw-r--r-- | fabric/meta-v2/loader.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/fabric/meta-v2/loader.json b/fabric/meta-v2/loader.json index 496c4a917..b42598171 100644 --- a/fabric/meta-v2/loader.json +++ b/fabric/meta-v2/loader.json @@ -1,9 +1,16 @@ [ { + "build": 199, + "maven": "net.fabricmc:fabric-loader:0.8.5+build.199", + "separator": "+build.", + "stable": true, + "version": "0.8.5+build.199" + }, + { "build": 198, "maven": "net.fabricmc:fabric-loader:0.8.4+build.198", "separator": "+build.", - "stable": true, + "stable": false, "version": "0.8.4+build.198" }, { |
