TerraForged/TerraForgedAPI-fabric
liach b6c1b94e9d Now things compile on fabric ye
Signed-off-by: liach <liach@users.noreply.github.com>
2020-03-16 22:59:56 -05:00
..
src/main Now things compile on fabric ye 2020-03-16 22:59:56 -05:00
build.gradle Port halfway to fabric, still few packages left 2020-03-16 22:59:56 -05:00
README.md Port halfway to fabric, still few packages left 2020-03-16 22:59:56 -05:00

TerraForgedAPI

Dependency

repositories {
    maven { 
        url "https://io.terraforged.com/repository/maven/" 
    }
}

dependencies {
    implementation "com.terraforged:TerraForgedAPI:1.15.2-0.0.1"
}

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.

See the com.terraforged.api.TerraEvent class for the available events.

All events are fired on the FORGE event bus.