mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 15:47:57 -05:00
f5a9be8988
* Biome Modification API * Improved docs on Mixins. * Added convenience methods to select biomes by mob-spawns, and added a top-level convenience method to add new spawns. * Checkstyle fixes. * Replace a reference to DRM with DynamicRegistryManager * Replaced integer order with phase-based ordering. * Changed to @Deprecated * Checkstyle fix * Added category selector.
6 lines
186 B
Groovy
6 lines
186 B
Groovy
archivesBaseName = "fabric-biome-api-v1"
|
|
version = getSubprojectVersion(project, "2.0.0")
|
|
|
|
minecraft {
|
|
accessWidener = file("src/main/resources/fabric-biome-api-v1.accesswidener")
|
|
}
|