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

12 lines
487 B
Groovy

archivesBaseName = "fabric-game-rule-api-v1"
version = getSubprojectVersion(project)
loom {
accessWidenerPath = file("src/main/resources/fabric-game-rule-api-v1.accesswidener")
}
dependencies {
testmodImplementation project(path: ':fabric-api-base', configuration: 'namedElements')
testmodImplementation project(path: ':fabric-lifecycle-events-v1', configuration: 'namedElements')
testmodImplementation project(path: ':fabric-resource-loader-v0', configuration: 'namedElements')
}