From 6e2d55542f5f3b82a287deafbdb44d2441eb6c67 Mon Sep 17 00:00:00 2001 From: LexManos Date: Mon, 29 Jun 2020 19:33:30 -0700 Subject: [PATCH] Re-write checkATs function and automate making Items/Blocks public. --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 9b0d650..321d61e 100644 --- a/build.gradle +++ b/build.gradle @@ -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.