mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-23 16:18:29 -05:00
6b21378a26
Use explicit casts instead of .class.cast in mixins Reorganize API class, and make it work for any living entity add LivingEntityFeatureRenderEvents to disable cape rendering Reorganize/rename hook, and add ALLOW event Fix missing mixin return & cosmetic adjustements
13 lines
540 B
Groovy
13 lines
540 B
Groovy
archivesBaseName = "fabric-entity-events-v1"
|
|
version = getSubprojectVersion(project)
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base'
|
|
])
|
|
|
|
dependencies {
|
|
testmodImplementation project(path: ':fabric-command-api-v1', configuration: 'namedElements')
|
|
testmodImplementation project(path: ':fabric-networking-api-v1', configuration: 'namedElements')
|
|
testmodImplementation project(path: ':fabric-registry-sync-v0', configuration: 'namedElements')
|
|
testmodImplementation project(path: ':fabric-rendering-v1', configuration: 'namedElements')
|
|
}
|