fabric/fabric-resource-conditions-api-v1/build.gradle
Technici4n 12540453db Fabric Resource Conditions (#1656)
* First completed draft

* Update PR, should be close to ready now

* Add fluid/item_tags_populated conditions

* Log processed resource with trace log level

* Use debug instead of trace log level

* Apply suggestions from code review

Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>

* Code review suggestions

* writeAdditional -> writeParameters

* Apply suggestions from code review
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>

* CONDITION_ID -> CONDITION_ID_KEY
2022-01-14 15:10:43 +00:00

6 lines
209 B
Groovy

archivesBaseName = "fabric-resource-conditions-api-v1"
version = getSubprojectVersion(project)
dependencies {
testmodImplementation project(path: ':fabric-gametest-api-v1', configuration: 'namedElements')
}