mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-10 22:14:41 -04:00
* Fix customIngredients sync (#4225) * Add client side test for custom ingredients sync * Fixed styling issues and missing license header * Applied requested changes and styling fixes (cherry picked from commit248df81c7e
) (cherry picked from commit1572dc3798
)
13 lines
260 B
Groovy
13 lines
260 B
Groovy
version = getSubprojectVersion(project)
|
|
|
|
loom {
|
|
accessWidenerPath = file('src/main/resources/fabric-recipe-api-v1.accesswidener')
|
|
}
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-networking-api-v1',
|
|
])
|
|
|
|
testDependencies(project, [
|
|
':fabric-lifecycle-events-v1',
|
|
])
|