mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 23:58:02 -05:00
12540453db
* 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
6 lines
209 B
Groovy
6 lines
209 B
Groovy
archivesBaseName = "fabric-resource-conditions-api-v1"
|
|
version = getSubprojectVersion(project)
|
|
|
|
dependencies {
|
|
testmodImplementation project(path: ':fabric-gametest-api-v1', configuration: 'namedElements')
|
|
}
|