mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-23 08:08:02 -05:00
d2ac651a7a
* Fix compilation errors (untested) * Random fixes * Various modded rendering fixes * Restore contract of RenderAttachedBlockView * Bump versions as needed * Add API for BlockRenderLayer * Minor format / name cleanup Will do a more comprehensive pass as part of separate refactor PR * Bump versions not handled earlier * Bump loader/mc bounds for dependent modules * Update fabric-blockrenderlayer-v1/src/main/java/net/fabricmc/fabric/impl/blockrenderlayer/v1/BlockRenderLayerMapImpl.java Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update fabric-blockrenderlayer-v1/src/main/java/net/fabricmc/fabric/impl/blockrenderlayer/v1/BlockRenderLayerMapImpl.java Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Minor clean ups * Improve docs, minor format corrections. * Update MC dependency
6 lines
175 B
Groovy
6 lines
175 B
Groovy
archivesBaseName = "fabric-loot-tables-v1"
|
|
version = getSubprojectVersion(project, "0.1.1")
|
|
|
|
dependencies {
|
|
compile project(path: ':fabric-api-base', configuration: 'dev')
|
|
}
|