Update README.md

This commit is contained in:
budgidiere 2020-08-06 16:14:34 -05:00 committed by GitHub
parent 771b936b13
commit c13e12a7b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
## Introduction ##
A fork of [Tuinity](https://github.com/Spottedleaf/Tuinity), current side upstreams are:
A blazing fast fork of [Tuinity](https://github.com/Spottedleaf/Tuinity), featuring patches/code from the following repos:
* [EMC](https://github.com/starlis/empirecraft)
* [Lithium](https://github.com/jellysquid3/lithium-fabric)
@ -18,14 +18,13 @@ ## Introduction ##
* [Rainforest](https://github.com/Proximyst/Rainforest)
* [Origami](https://github.com/Minebench/Origami)
* [Purpur](https://github.com/pl3xgaming/Purpur)
Notable features are: Async & Optimized Pathfinding, Eigencraft Redstone (1.16), Async Advancements, Optimizer Pathfinder, Ability to slow down villager brains, Ability to disable collisions & collisionboxes, Major Hopper Performance Improvements, Nether TNT Bug.
* [Lithium](https://github.com/jellysquid3/lithium-fabric)
## Give it a try ##
Available at the following options:
* **[GitHub Actions](https://github.com/tr7zw/Yatopia/actions?query=branch%3Aver%2F1.16.1+is%3Asuccess+event%3Apush)** - 1.16.1
* **[GitHub Actions](https://github.com/tr7zw/Yatopia/releases/tag/1.16.1)** - 1.16.1
* **[GitHub Actions](https://github.com/tr7zw/Yatopia/actions?query=branch%3Aver%2F1.15.2+is%3Asuccess+event%3Apush)** - 1.15.2
* ~~**[CodeMC](https://ci.codemc.io/job/Tr7zw/job/YAPFA/)** - 1.15.2~~ (Not up-to-date)
@ -39,7 +38,6 @@ ## Building and setting up
Run the following commands in the root directory:
```
git submodule update --init --recursive --force
./yatopia full
```