mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-14 19:25:23 -05:00
73761d2e2d
* Fabric BlockView API v2
* Fix dependency on nonexistent module
* Add test for biome getter
* Improve getBiomeFabric documentation
* Simplify javadoc
(cherry picked from commit 92a0d36746
)
5 lines
137 B
Groovy
5 lines
137 B
Groovy
version = getSubprojectVersion(project)
|
|
|
|
loom {
|
|
accessWidenerPath = file("src/main/resources/fabric-block-view-api-v2.accesswidener")
|
|
}
|