mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-23 08:08:02 -05:00
77a65688c8
* Update to 24w45a * Fix model provider and build * Remove old mixin file * Bump versions
15 lines
314 B
Groovy
15 lines
314 B
Groovy
version = getSubprojectVersion(project)
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base',
|
|
'fabric-resource-loader-v0'
|
|
])
|
|
|
|
testDependencies(project, [
|
|
':fabric-command-api-v2',
|
|
':fabric-lifecycle-events-v1'
|
|
])
|
|
|
|
loom {
|
|
accessWidenerPath = file("src/main/resources/fabric-object-builder-api-v1.accesswidener")
|
|
}
|