Port to 1.16-rc1

This commit is contained in:
Motschen
2020-06-21 12:33:45 +02:00
parent 28a8530c52
commit 7e8194a529
4 changed files with 9 additions and 9 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.5-SNAPSHOT'
id 'fabric-loom' version '0.4-SNAPSHOT'
}
boolean dev = System.getenv('RELEASE') == null || System.getenv('RELEASE').equals('false');