fabric/fabric-game-rule-api-v1/build.gradle

13 lines
466 B
Groovy
Raw Normal View History

archivesBaseName = "fabric-game-rule-api-v1"
version = getSubprojectVersion(project, "1.0.8")
loom {
accessWidenerPath = file("src/main/resources/fabric-game-rule-api-v1.accesswidener")
}
dependencies {
2021-05-12 15:23:04 -04:00
testmodImplementation project(path: ':fabric-api-base', configuration: 'dev')
testmodImplementation project(path: ':fabric-lifecycle-events-v1', configuration: 'dev')
testmodImplementation project(path: ':fabric-resource-loader-v0', configuration: 'dev')
}