mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-14 19:25:23 -05:00
b1b4f7b0a2
* Handle null being passed as the datafix type to PersistentState.Type Closes #3327 * Checkstyle ;-) * Update fabric-object-builder-api-v1/src/main/java/net/fabricmc/fabric/mixin/object/builder/PersistentStateManagerMixin.java Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com> --------- Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com>
19 lines
405 B
Groovy
19 lines
405 B
Groovy
version = getSubprojectVersion(project)
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base',
|
|
'fabric-resource-loader-v0'
|
|
])
|
|
|
|
testDependencies(project, [
|
|
':fabric-command-api-v2',
|
|
':fabric-lifecycle-events-v1'
|
|
])
|
|
|
|
loom {
|
|
accessWidenerPath = file("src/main/resources/fabric-object-builder-api-v1.accesswidener")
|
|
}
|
|
|
|
validateMixinNames {
|
|
exclude "**/ModelPredicateProviderRegistrySpecificAccessor.class"
|
|
}
|