mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 23:58:02 -05:00
cbda9318cd
* Update Gradle/Loom and mappings. * Fix deprecations and enforce * Review feedback * More cleanup and deprecation fixes.
12 lines
317 B
Groovy
12 lines
317 B
Groovy
archivesBaseName = "fabric-content-registries-v0"
|
|
version = getSubprojectVersion(project, "0.3.0")
|
|
|
|
loom {
|
|
accessWidenerPath = file("src/main/resources/fabric-content-registries-v0.accesswidener")
|
|
}
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base',
|
|
'fabric-lifecycle-events-v1',
|
|
'fabric-resource-loader-v0'
|
|
])
|