fabric/fabric-particles-v1/build.gradle
modmuss50 65d505fc8a Bump versions
All of the version need to be bumped due to fabric-api-base being updated, this highlights the need for a better solution.
2021-11-05 17:09:48 +00:00

11 lines
260 B
Groovy

archivesBaseName = "fabric-particles-v1"
version = getSubprojectVersion(project, "0.2.6")
loom {
accessWidenerPath = file("src/main/resources/fabric-particles-v1.accesswidener")
}
moduleDependencies(project, [
'fabric-api-base',
'fabric-textures-v0'
])