Clear main, point users to version branches
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# Project Name
|
||||
|
||||
This repository is organized by version. The `main` branch does not contain
|
||||
active code — please check out the branch that matches the version you need:
|
||||
|
||||
- `version/1.21.11` — for Minecraft 1.21.11
|
||||
- `version/26.1.x` — for Minecraft 26.1.x
|
||||
|
||||
## Getting started
|
||||
|
||||
```bash
|
||||
git checkout version/1.21.11
|
||||
```
|
||||
|
||||
or
|
||||
|
||||
```bash
|
||||
git checkout version/26.1.x
|
||||
```
|
||||
|
||||
See each branch's own README for version-specific setup instructions.
|
||||
Reference in New Issue
Block a user