Skip to content

ThomasOrs/BDS-Versions

 
 

Repository files navigation

Minecraft BDS versions

LinuxWindows
Stable 1.20.41.02 1.20.41.02
Preview 1.20.50.24 1.20.50.24

This repository acts as an automatic archive of BDS versions. You can consume the versions.json file to get the stable build and a history of versions.

OCI images are built automatically on detection of a new version. You can view those over HERE.

An example to get the latest stable build:

#!/bin/bash

LATEST_VERSION=`curl -s https://raw.githubusercontent.com/Bedrock-OSS/BDS-Versions/main/versions.json | jq -r '.linux.stable'`

echo "The latest Linux BDS is [${LATEST_VERSION}]"

DOWNLOAD_URL=`curl -s https://raw.githubusercontent.com/Bedrock-OSS/BDS-Versions/main/linux/${LATEST_VERSION}.json | jq -r '.download_url'`

wget ${DOWNLOAD_URL}

People using this repo

About

Auto updating BDS Versions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%