mirror of
https://github.com/FabricMC/fabric.git
synced 2024-12-13 09:41:28 -05:00
87cc6e4c30
* Un-hardcode FACING property checks from only BedBlocks * Use a better injection point for EntitySleepEvents.ALLOW_BED * Fix #1680 * Bump entity events version * Clarify javadoc * Let's not forget license headers * Add a note about the vanilla bug * Update BedBlockMixin.java
12 lines
426 B
Groovy
12 lines
426 B
Groovy
archivesBaseName = "fabric-entity-events-v1"
|
|
version = getSubprojectVersion(project, "1.2.3")
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base'
|
|
])
|
|
|
|
dependencies {
|
|
testmodImplementation project(path: ':fabric-command-api-v1', configuration: 'dev')
|
|
testmodImplementation project(path: ':fabric-networking-api-v1', configuration: 'dev')
|
|
testmodImplementation project(path: ':fabric-registry-sync-v0', configuration: 'dev')
|
|
}
|