mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2026-01-04 15:41:40 +00:00
Add WIP devbundle
This commit is contained in:
20
README.md
20
README.md
@@ -27,12 +27,10 @@
|
||||
|
||||
- 📫 Discord: `dreeam___` | QQ: `2682173972`
|
||||
|
||||
|
||||
## Downloads
|
||||
|
||||
The Reobf JAR can be obtained in the [Releases](https://github.com/Winds-Studio/Leaf/releases)
|
||||
|
||||
|
||||
## Building
|
||||
|
||||
Building a Paperclip JAR for distribution:
|
||||
@@ -41,6 +39,24 @@ Building a Paperclip JAR for distribution:
|
||||
./gradlew applyPatches && ./gradlew createReobfPaperclipJar
|
||||
```
|
||||
|
||||
## API (WIP)
|
||||
|
||||
Maven
|
||||
```xml
|
||||
<dependency>
|
||||
<groupId>org.dreeam.leaf</groupId>
|
||||
<artifactId>leaf-api</artifactId>
|
||||
<version>1.20.4-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
Gradle
|
||||
```kotlin
|
||||
dependencies {
|
||||
compileOnly("org.dreeam.leaf.:leaf-api:1.20.4-R0.1-SNAPSHOT")
|
||||
}
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
|
||||
Reference in New Issue
Block a user