mirror of
https://github.com/LeavesMC/Leaves.git
synced 2025-12-19 14:59:32 +00:00
Update Readme
This commit is contained in:
@@ -12,7 +12,7 @@ Leaves [
|
||||
Leaves use the same paperclip jar system that Paper uses.
|
||||
|
||||
You can download the latest build (1.18.x) of Leaves by going [here](https://github.com/LeavesMC/Leaves/actions/workflows/leaves.yml)
|
||||
You can download the latest build (1.19.x) of Leaves by going [here](https://github.com/LeavesMC/Leaves/actions/workflows/leaves.yml)
|
||||
|
||||
You can also [build it yourself](https://github.com/LeavesMC/Leaves#building).
|
||||
|
||||
@@ -25,7 +25,7 @@ Leaves-API maven dependency:
|
||||
<dependency>
|
||||
<groupId>top.leavesmc.leaves</groupId>
|
||||
<artifactId>leaves-api</artifactId>
|
||||
<version>1.18.2-R0.1-SNAPSHOT</version>
|
||||
<version>1.19-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
```
|
||||
@@ -35,7 +35,7 @@ Leaves-Server maven dependency:
|
||||
<dependency>
|
||||
<groupId>top.leavesmc.leaves</groupId>
|
||||
<artifactId>leaves</artifactId>
|
||||
<version>1.18.2-R0.1-SNAPSHOT</version>
|
||||
<version>1.19-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user