mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-23 16:18:29 -05:00
16d92c47a6
* Entity API Lookup * Update fabric-api-lookup-api-v1/src/main/java/net/fabricmc/fabric/api/lookup/v1/entity/EntityApiLookup.java Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com> * Update according to review * Check for valid entity * Use synchronized block on REGISTERED_SELVES accesses Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
12 lines
383 B
Groovy
12 lines
383 B
Groovy
archivesBaseName = "fabric-api-lookup-api-v1"
|
|
version = getSubprojectVersion(project)
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base',
|
|
'fabric-lifecycle-events-v1'
|
|
])
|
|
|
|
dependencies {
|
|
testmodImplementation project(path: ':fabric-rendering-v1', configuration: 'namedElements')
|
|
testmodImplementation project(path: ':fabric-object-builder-api-v1', configuration: 'namedElements')
|
|
}
|