2020-04-29 17:48:08 -04:00
|
|
|
archivesBaseName = "fabric-object-builder-api-v1"
|
2020-11-07 15:32:46 -05:00
|
|
|
version = getSubprojectVersion(project, "1.10.1")
|
2020-04-29 17:48:08 -04:00
|
|
|
|
|
|
|
dependencies {
|
|
|
|
compile project(path: ':fabric-api-base', configuration: 'dev')
|
|
|
|
compile project(path: ':fabric-tool-attribute-api-v1', configuration: 'dev')
|
2020-09-18 13:09:23 -04:00
|
|
|
|
|
|
|
testmodCompile project(path: ':fabric-command-api-v1', configuration: 'dev')
|
2020-04-29 17:48:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
minecraft {
|
|
|
|
accessWidener = file("src/main/resources/fabric-object-builder-api-v1.accesswidener")
|
|
|
|
}
|