Started MultiLib build

This commit is contained in:
Frank 2022-07-05 16:31:01 +02:00
parent a73bd23ddf
commit 643052aa89
643 changed files with 818 additions and 360 deletions

13
together-v1/build.gradle Normal file
View file

@ -0,0 +1,13 @@
archivesBaseName = project.together_archives_base_name
version = getSubprojectVersion(project)
loom {
accessWidenerPath = file("src/main/resources/worlds_together.accesswidener")
}
moduleDependencies(project, [])
jar {
from "../LICENSE"
}