1.14: UPDATE TO 1.14.4. Initial source structure released.
This commit is contained in:
parent
8ecf02d3e8
commit
2b203abe0e
732 changed files with 18165 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue