mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-24 00:28:10 -05:00
8dc279b1d0
* Overlay conditions 1.21 * Move overlay test to gametest * Fix style error * Fix another style error * Implement requested changes * Import style fix --------- Co-authored-by: modmuss50 <modmuss50@gmail.com>
11 lines
268 B
Groovy
11 lines
268 B
Groovy
version = getSubprojectVersion(project)
|
|
|
|
loom {
|
|
accessWidenerPath = file("src/main/resources/fabric-resource-conditions-api-v1.accesswidener")
|
|
}
|
|
|
|
testDependencies(project, [
|
|
':fabric-gametest-api-v1',
|
|
':fabric-lifecycle-events-v1',
|
|
':fabric-resource-loader-v0'
|
|
])
|