mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 15:47:57 -05:00
1f1ad061d4
* Write to the trade map directly * Add warning when TradeOfferHelper#refreshOffers is called * Correctly use synchronized, just in case * Add null check - PR should be ready for merge now * Make ctor private to hide it from javadoc
17 lines
447 B
Groovy
17 lines
447 B
Groovy
archivesBaseName = "fabric-object-builder-api-v1"
|
|
version = getSubprojectVersion(project, "1.10.5")
|
|
|
|
dependencies {
|
|
testmodCompile project(path: ':fabric-command-api-v1', configuration: 'dev')
|
|
}
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base',
|
|
'fabric-resource-loader-v0',
|
|
'fabric-tag-extensions-v0',
|
|
'fabric-tool-attribute-api-v1'
|
|
])
|
|
|
|
minecraft {
|
|
accessWidener = file("src/main/resources/fabric-object-builder-api-v1.accesswidener")
|
|
}
|