diff options
| author | PrismAutomata <gitbot@scrumplex.net> | 2024-04-01 11:01:00 +0000 |
|---|---|---|
| committer | PrismAutomata <gitbot@scrumplex.net> | 2024-04-01 11:01:00 +0000 |
| commit | 2fc3dbbfa47f6e384a6057cfa128015fc5d2a631 (patch) | |
| tree | 541cff395a269fa1cf84d65949aa46de86fa8b9a /fabric/meta-v2/loader.json | |
| parent | 733b6090e02e908c80a4dfc7f31646be054e495f (diff) | |
| download | Meta-Upstream-2fc3dbbfa47f6e384a6057cfa128015fc5d2a631.tar.gz Meta-Upstream-2fc3dbbfa47f6e384a6057cfa128015fc5d2a631.zip | |
Update 2024-04-01
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 67bccc861..d1b81dfff 100644 --- a/fabric/meta-v2/loader.json +++ b/fabric/meta-v2/loader.json @@ -1,9 +1,16 @@ [ { + "build": 8, + "maven": "net.fabricmc:fabric-loader:0.15.8", + "separator": ".", + "stable": true, + "version": "0.15.8" + }, + { "build": 7, "maven": "net.fabricmc:fabric-loader:0.15.7", "separator": ".", - "stable": true, + "stable": false, "version": "0.15.7" }, { |
