generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update README.md
- Loading branch information
Showing
1 changed file
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,23 @@ | ||
<div align="center"> | ||
<img src="https://notcoded.needs.rest/r/nexia.png" height=150 alt="Nexia Logo"/> | ||
|
||
<br> | ||
|
||
# ViaCombatTest | ||
</div> | ||
|
||
ViaVersion addon to add support for the combat test snapshots. | ||
This project is trying to port the combat test snapshots to minecraft, so you can connect to a combat test snapshot server on the latest minecraft client. | ||
This project is trying to port the combat test snapshots to minecraft, so you can connect to a minecraft server with the latest version on a combat test snapshot client. | ||
|
||
### Added Combat test snapshots | ||
- Combat Test 8c | ||
- Combat Test 8c | ||
|
||
### Requirements | ||
|
||
- Java 21 | ||
- Gradle 8.9 | ||
|
||
### Build | ||
- Clone the repository | ||
- `git clone https://github.com/nexia-cts/ViaCombatTest` | ||
- Run `./gradlew build` |