mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 23:58:02 -05:00
11 lines
276 B
Groovy
11 lines
276 B
Groovy
archivesBaseName = "fabric-rendering-fluids-v1"
|
|
version = getSubprojectVersion(project)
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base',
|
|
'fabric-textures-v0'
|
|
])
|
|
|
|
dependencies {
|
|
testmodImplementation project(path: ':fabric-textures-v0', configuration: 'namedElements')
|
|
}
|