9
0
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:
Dreeam
2024-02-13 13:36:20 -05:00
parent 475788c370
commit f83a135696
2 changed files with 50 additions and 2 deletions

View File

@@ -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