fabric/fabric-object-builder-api-v1/build.gradle
modmuss b1b4f7b0a2
Handle null being passed as the datafix type to PersistentState.Type (#3328)
* 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>
2023-09-21 19:16:22 +01:00

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"
}