mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 23:58:02 -05:00
84cce57f4d
This was done to keep mod compat and will be removed very shortly. I dont think they were used by many mods (only added in a recent 1.16 snapshot) so I think this is the best course of action.
6 lines
177 B
Groovy
6 lines
177 B
Groovy
archivesBaseName = "fabric-renderer-api-v1"
|
|
version = getSubprojectVersion(project, "0.2.13")
|
|
|
|
dependencies {
|
|
compile project(path: ':fabric-api-base', configuration: 'dev')
|
|
}
|