mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 15:47:57 -05:00
81af046eba
* 1.19.3 custom sign types
Co-authored-by: AlphaMode <26313415+alphamode@users.noreply.github.com>
* fix mixin name
Co-authored-by: AlphaMode <26313415+alphamode@users.noreply.github.com>
(cherry picked from commit eb2a3ba986
)
10 lines
201 B
Groovy
10 lines
201 B
Groovy
archivesBaseName = "fabric-rendering-v1"
|
|
version = getSubprojectVersion(project)
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base'
|
|
])
|
|
|
|
testDependencies(project, [
|
|
':fabric-object-builder-api-v1'
|
|
])
|