mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-27 01:55:41 -05:00
29679fd6fa
* Add FabricItemSettings and an API for custom item equipment slots Closes #952. * Bump module version * Rename duck method to have fabric_ prefix and add Unique to mixin field * Switch to FabricItemInternals + ExtraData like in FabricBlockSettings
6 lines
172 B
Groovy
6 lines
172 B
Groovy
archivesBaseName = "fabric-item-api-v1"
|
|
version = getSubprojectVersion(project, "1.1.0")
|
|
|
|
dependencies {
|
|
compile project(path: ':fabric-api-base', configuration: 'dev')
|
|
}
|