mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 23:58:02 -05:00
16acbe5bfd
* Lifecycle Events V1 (1.16) Now includes Chunk and (Block)Entity (un)load events (cherry picked from commit 82b372873fd930dd07768331f7b70f6f9d3d441d) * Move around code to work on 1.16 * Checkstyle * Remove primary server getters (cherry picked from commitc84f36209d
) * IJ DO YOU SPEAK RESOLVING IMPORTS * Prune the tests that shouldn't exist (cherry picked from commita5112223ca
) * Listen here checkstyle you bugger * Split up events to individual interfaces. Make Chunk events use WorldChunk instead. (cherry picked from commit3431c0d894
)
8 lines
324 B
Groovy
8 lines
324 B
Groovy
archivesBaseName = "fabric-events-lifecycle-v0"
|
|
version = getSubprojectVersion(project, "0.2.0")
|
|
|
|
dependencies {
|
|
compile project(path: ':fabric-api-base', configuration: 'dev')
|
|
compile project(path: ':fabric-item-api-v1', configuration: 'dev')
|
|
compile project(path: ':fabric-lifecycle-events-v1', configuration: 'dev')
|
|
}
|