mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-23 08:08:02 -05:00
2b5c62d085
* Initial version of Item API API * Use an ItemStack parameter instead of an Item parameter for API queries * Add ItemStack modification note * Kindly ask providers not to modify the stack * Expose the API and context types * Bump version to 1.2.0
11 lines
289 B
Groovy
11 lines
289 B
Groovy
archivesBaseName = "fabric-api-lookup-api-v1"
|
|
version = getSubprojectVersion(project, "1.2.0")
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base',
|
|
'fabric-lifecycle-events-v1'
|
|
])
|
|
|
|
dependencies {
|
|
testmodImplementation project(path: ':fabric-object-builder-api-v1', configuration: 'dev')
|
|
}
|