mirror of
https://github.com/FabricMC/fabric.git
synced 2024-12-02 20:37:44 -05:00
bcdd1296c3
* Enchantment API * Rework EnchantmentHelperMixin * Fix build * Fix build again
11 lines
250 B
Groovy
11 lines
250 B
Groovy
version = getSubprojectVersion(project)
|
|
|
|
moduleDependencies(project, ['fabric-api-base'])
|
|
|
|
testDependencies(project, [
|
|
':fabric-content-registries-v0',
|
|
])
|
|
|
|
loom {
|
|
accessWidenerPath = file("src/main/resources/fabric-item-api-v1.accesswidener")
|
|
}
|