fabric/fabric-renderer-api-v1/build.gradle
modmuss50 84cce57f4d 20w19a: Deprecated min/maxDespawnDistance in FabricEntityTypeBuilder as they are no longer applicable to the EntityType.
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.
2020-05-06 18:46:36 +01:00

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')
}