diff --git a/README.md b/README.md index 1900080..48a2092 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,22 @@ A Library mod and modding api for easier multi-version minecraft and mod loader *** +### Supported Minecraft Versions + +| Minecraft Version | Support Status | +|-------------------| -------------- | +| < 1.18.2 | ❌ | +| 1.18.2-1.20.2 | ✳️ | +| 1.20.4 | ✳️ | +| 1.20.6 | 🚧 | + +- ❌ - Not Supported; no bug fixes or new features. +- 🚧 - Work in Progress; not ready for release. +- ✳️ - Long Term Support; receives changes through backports only. +- ✅ - In Support; the active version, receiving all bugfixes and features directly. + +*** + ## Library Features * Universal Config System (TOML Based) diff --git a/orbit.json b/orbit.json new file mode 100644 index 0000000..37eca94 --- /dev/null +++ b/orbit.json @@ -0,0 +1,4 @@ +{ + "action": "port", + "devBranch": "porting" +} \ No newline at end of file