mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-23 08:08:02 -05:00
65d505fc8a
All of the version need to be bumped due to fabric-api-base being updated, this highlights the need for a better solution.
12 lines
317 B
Groovy
12 lines
317 B
Groovy
archivesBaseName = "fabric-content-registries-v0"
|
|
version = getSubprojectVersion(project, "0.3.1")
|
|
|
|
loom {
|
|
accessWidenerPath = file("src/main/resources/fabric-content-registries-v0.accesswidener")
|
|
}
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base',
|
|
'fabric-lifecycle-events-v1',
|
|
'fabric-resource-loader-v0'
|
|
])
|