fabric/fabric-recipe-api-v1/build.gradle
modmuss f4b7e42468
Update to loom 1.3 and use Mod Publish Plugin (#3158)
* Update to loom 1.3

* Fix more 1.3 deprecations

* Opps

* Move to mod publish plugin

* Revert some changes

* Fix some more Gradle deprecations

* Fix names

* Remove extra stuff

* Cleanup
2023-08-02 18:51:21 +01:00

9 lines
196 B
Groovy

version = getSubprojectVersion(project)
loom {
accessWidenerPath = file('src/main/resources/fabric-recipe-api-v1.accesswidener')
}
moduleDependencies(project, [
"fabric-networking-api-v1",
])