plugins {
    entitylib.`shadow-conventions`
    entitylib.`library-conventions`
}

dependencies {
    api(project(":api"))
}