fabric/fabric-recipe-api-v1/build.gradle
Salandora 1fe5646007 [1.21.1-1.21.4] Custom Ingredients sync fix ()
* Fix customIngredients sync ()

* Add client side test for custom ingredients sync

* Fixed styling issues and missing license header

* Applied requested changes and styling fixes

(cherry picked from commit 248df81c7e)
(cherry picked from commit 1572dc3798)
2024-12-30 13:12:03 +00:00

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',
])