mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 23:58:02 -05:00
9c45b1ef78
* 19w39a fixes (#387) * Bump versions * Breaks: BlockEntityRendererRegistry and EntityRendererRegistry * Remove broken parts of rendering, bump major version * Add renderer-registries, replaces broken parts of rendering api * Slap a band-aid on renderer/Indigo - won't render properly, but runs * Bump distribution versions, add renderer-registries to main build * Clean up blockrenderlayer implementation package name
6 lines
175 B
Groovy
6 lines
175 B
Groovy
archivesBaseName = "fabric-loot-tables-v1"
|
|
version = getSubprojectVersion(project, "0.1.2")
|
|
|
|
dependencies {
|
|
compile project(path: ':fabric-api-base', configuration: 'dev')
|
|
}
|