diff options
| author | PrismAutomata <gitbot@scrumplex.net> | 2024-10-10 14:04:24 +0200 |
|---|---|---|
| committer | PrismAutomata <gitbot@scrumplex.net> | 2024-10-10 14:04:24 +0200 |
| commit | 627afe14e5b67757ce3b2ed66b2ae7937ddc814a (patch) | |
| tree | 52838a0225fa4157897edb458c88e995a1ac2d8f | |
| parent | 0bd4732519921a0dab42b12c081ebc8d48b8660c (diff) | |
| download | Meta-Upstream-627afe14e5b67757ce3b2ed66b2ae7937ddc814a.tar.gz Meta-Upstream-627afe14e5b67757ce3b2ed66b2ae7937ddc814a.zip | |
Update 2024-10-10
| -rw-r--r-- | fabric/meta-v2/loader.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fabric/meta-v2/loader.json b/fabric/meta-v2/loader.json index 643ee1248..d063db281 100644 --- a/fabric/meta-v2/loader.json +++ b/fabric/meta-v2/loader.json @@ -3,14 +3,14 @@ "build": 6, "maven": "net.fabricmc:fabric-loader:0.16.6", "separator": ".", - "stable": false, + "stable": true, "version": "0.16.6" }, { "build": 5, "maven": "net.fabricmc:fabric-loader:0.16.5", "separator": ".", - "stable": true, + "stable": false, "version": "0.16.5" }, { |
