fabric/fabric-biome-api-v1/build.gradle
Player 9e521e1377 Fix biome modifications not being applied (matching/porting bug)
Co-authored-by: frqnny <45723631+frqnny@users.noreply.github.com>
2021-05-27 04:20:34 +02:00

6 lines
187 B
Groovy

archivesBaseName = "fabric-biome-api-v1"
version = getSubprojectVersion(project, "3.1.11")
minecraft {
accessWidener = file("src/main/resources/fabric-biome-api-v1.accesswidener")
}