Update readme and add orbit config
This commit is contained in:
16
README.md
16
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)
|
||||
|
4
orbit.json
Normal file
4
orbit.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"action": "port",
|
||||
"devBranch": "porting"
|
||||
}
|
Reference in New Issue
Block a user