mirror of
https://github.com/FabricMC/fabric.git
synced 2025-02-18 12:41:17 -05:00
* Tag factory * Add static biome tag factory to the API * Use SERVER_STARTING event * Use the ctor directly * Use the default BIOME factory * AccessorDynamicRegistryManager -> DynamicRegistryManagerAccess * Return Tag.Identified * Load dynamic registry tags right after datapack entries loaded * DynamicRegistryManagerAccess -> DynamicRegistryManagerAccessor * Fix grammar
13 lines
462 B
Groovy
13 lines
462 B
Groovy
archivesBaseName = "fabric-tag-extensions-v0"
|
|
version = getSubprojectVersion(project, "1.1.4")
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base',
|
|
'fabric-resource-loader-v0'
|
|
])
|
|
|
|
dependencies {
|
|
testmodImplementation project(path: ':fabric-command-api-v1', configuration: 'dev')
|
|
testmodImplementation project(path: ':fabric-key-binding-api-v1', configuration: 'dev')
|
|
testmodImplementation project(path: ':fabric-lifecycle-events-v1', configuration: 'dev')
|
|
}
|