mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 15:47:57 -05:00
84cce57f4d
This was done to keep mod compat and will be removed very shortly. I dont think they were used by many mods (only added in a recent 1.16 snapshot) so I think this is the best course of action.
11 lines
362 B
Groovy
11 lines
362 B
Groovy
archivesBaseName = "fabric-object-builder-api-v1"
|
|
version = getSubprojectVersion(project, "1.1.0")
|
|
|
|
dependencies {
|
|
compile project(path: ':fabric-api-base', configuration: 'dev')
|
|
compile project(path: ':fabric-tool-attribute-api-v1', configuration: 'dev')
|
|
}
|
|
|
|
minecraft {
|
|
accessWidener = file("src/main/resources/fabric-object-builder-api-v1.accesswidener")
|
|
}
|