mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-05 00:29:08 +01:00
Added back the folders for workingdirectories
This commit is contained in:
parent
4c439f5b56
commit
17473ae179
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ minecraft {
|
|||
server {
|
||||
properties 'forge.logging.markers': ''
|
||||
properties 'forge.logging.console.level': 'debug'
|
||||
workingDirectory project.file('run')
|
||||
workingDirectory project.file('run/server')
|
||||
mods {
|
||||
actuallyadditions {
|
||||
source sourceSets.main
|
||||
|
@ -46,7 +46,7 @@ minecraft {
|
|||
}
|
||||
}
|
||||
data {
|
||||
workingDirectory project.file('run')
|
||||
workingDirectory project.file('run/data')
|
||||
args "--mod", "actuallyadditions", "--all", "--output", file('src/generated/resources/'), "--existing", "\"" + sourceSets.main.resources.srcDirs[0] + "\""
|
||||
mods {
|
||||
actuallyadditions {
|
||||
|
|
Loading…
Reference in a new issue