1.14: UPDATE TO 1.14.4. Initial source structure released.

This commit is contained in:
stfwi 2019-07-20 19:52:54 +02:00
parent 8ecf02d3e8
commit 2b203abe0e
732 changed files with 18165 additions and 4 deletions

View file

@ -63,6 +63,17 @@ minecraft {
}
}
}
data {
workingDirectory project.file('run')
property 'forge.logging.markers', 'SCAN,REGISTRIES,REGISTRYDUMP'
property 'forge.logging.console.level', 'debug'
args '--mod', 'engineersdecor', '--all', '--output', file('src/generated/resources/')
mods {
engineersdecor {
source sourceSets.main
}
}
}
}
}