diff options
| author | Meta Bot <gitbot@scrumplex.net> | 2022-10-15 14:01:39 +0000 |
|---|---|---|
| committer | Meta Bot <gitbot@scrumplex.net> | 2022-10-15 14:01:39 +0000 |
| commit | ba259dd50b8d2b1c4bc1cb6efaa08989e2fdb279 (patch) | |
| tree | b582295d7812341b068cc42f2c56a719ab2fc278 /net.minecraft/1.12.json | |
| parent | 5af514bb2dbe2d69f2344babb6cdc4bfe2b80349 (diff) | |
| download | Meta-Launcher-ba259dd50b8d2b1c4bc1cb6efaa08989e2fdb279.tar.gz Meta-Launcher-ba259dd50b8d2b1c4bc1cb6efaa08989e2fdb279.zip | |
Update 2022-10-15
Diffstat (limited to 'net.minecraft/1.12.json')
| -rw-r--r-- | net.minecraft/1.12.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net.minecraft/1.12.json b/net.minecraft/1.12.json index 1ca2ac6e6..e54b92496 100644 --- a/net.minecraft/1.12.json +++ b/net.minecraft/1.12.json @@ -295,6 +295,12 @@ "os": { "name": "linux-arm64" } + }, + { + "action": "disallow", + "os": { + "name": "linux-arm32" + } } ] }, @@ -348,6 +354,12 @@ "os": { "name": "linux-arm64" } + }, + { + "action": "disallow", + "os": { + "name": "linux-arm32" + } } ] }, @@ -433,6 +445,12 @@ "os": { "name": "linux-arm64" } + }, + { + "action": "allow", + "os": { + "name": "linux-arm32" + } } ] }, |
