fabric/fabric-loot-tables-v1/build.gradle
Joseph Burton fac8f36647
Fix loot table API for 1.16 (#832)
* Fix loot table API for 1.16

* Bump module version to 1.0.0

* Apply review suggestions
2020-07-12 19:32:22 +01:00

6 lines
175 B
Groovy

archivesBaseName = "fabric-loot-tables-v1"
version = getSubprojectVersion(project, "1.0.0")
dependencies {
compile project(path: ':fabric-api-base', configuration: 'dev')
}