mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-28 10:36:43 -05:00
2a034f0a88
* Add builtin item renderers Closes #488. * Bump fabric-rendering-v1 to 1.0.0 * Code review * Add comments * Code review II Co-authored-by: liach <liach@users.noreply.github.com> * Add missing license headers * Switch to ugly class singletons * Add null checks to BuiltinItemRendererRegistry.register * Protect against overwriting others' renderers by catching exceptions Co-authored-by: liach <liach@users.noreply.github.com>
6 lines
173 B
Groovy
6 lines
173 B
Groovy
archivesBaseName = "fabric-rendering-v1"
|
|
version = getSubprojectVersion(project, "1.0.0")
|
|
|
|
dependencies {
|
|
compile project(path: ':fabric-api-base', configuration: 'dev')
|
|
}
|