mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 23:58:02 -05:00
aeb40ebeab
And update loom.
16 lines
394 B
Groovy
16 lines
394 B
Groovy
archivesBaseName = "fabric-particles-v1"
|
|
version = getSubprojectVersion(project)
|
|
|
|
loom {
|
|
accessWidenerPath = file("src/main/resources/fabric-particles-v1.accesswidener")
|
|
}
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base',
|
|
'fabric-textures-v0'
|
|
])
|
|
|
|
validateMixinNames {
|
|
// Loom needs to handle inner mixins better
|
|
exclude "**/ParticleManagerAccessor\$SimpleSpriteProviderAccessor.class"
|
|
}
|