fabric/fabric-rendering-v1/build.gradle
Mark 81af046eba [1.19.3] Implement custom SignTypes (#2832)
* 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)
2023-01-20 18:01:07 +00:00

10 lines
201 B
Groovy

archivesBaseName = "fabric-rendering-v1"
version = getSubprojectVersion(project)
moduleDependencies(project, [
'fabric-api-base'
])
testDependencies(project, [
':fabric-object-builder-api-v1'
])