Update README.md
This commit is contained in:
parent
d36a9ff82d
commit
5396181d2f
24
README.md
24
README.md
@ -15,3 +15,27 @@ Command:
|
||||
```
|
||||
|
||||
// TODO - more
|
||||
|
||||
### Developing With TerraForged's API
|
||||
|
||||
##### Dependency
|
||||
```groovy
|
||||
repositories {
|
||||
maven {
|
||||
url "https://io.terraforged.com/repository/maven/"
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation "com.terraforged:TerraForged:1.15.2-0.1.0:api"
|
||||
}
|
||||
```
|
||||
|
||||
##### Usage
|
||||
|
||||
TerraForged fires a number of setup events each time its chunk generator is created. These events expose certain
|
||||
components of the generator allowing for world-gen content to be configured, modified, or added to dynamically.
|
||||
|
||||
See the `com.terraforged.api.TerraEvent` class for the available events.
|
||||
|
||||
All events are fired on the `FORGE` event bus.
|
||||
|
Loading…
Reference in New Issue
Block a user