Update to 19w34a

This commit is contained in:
Pyrofab
2019-08-27 15:09:36 +02:00
parent cb98527f94
commit 28a8530c52
2 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ plugins {
id 'idea'
id 'eclipse'
id 'com.matthewprenger.cursegradle' version '1.0.9'
id 'fabric-loom' version '0.2.4-SNAPSHOT'
id 'fabric-loom' version '0.2.5-SNAPSHOT'
}
boolean dev = System.getenv('RELEASE') == null || System.getenv('RELEASE').equals('false');