Re-write checkATs function and automate making Items/Blocks public.
This commit is contained in:
parent
f949b368b8
commit
6e2d55542f
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ archivesBaseName = 'modid'
|
|||
|
||||
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.
|
||||
|
||||
println('Java: ' + System.getProperty('java.version') + ' JVM: ' + System.getProperty('java.vm.version') + '(' + System.getProperty('java.vendor') + ') Arch: ' + System.getProperty('os.arch'))
|
||||
minecraft {
|
||||
// The mappings can be changed at any time, and must be in the following format.
|
||||
// snapshot_YYYYMMDD Snapshot are built nightly.
|
||||
|
|
Loading…
Reference in a new issue