1 parent cb98527 commit 28a8530Copy full SHA for 28a8530
2 files changed
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
id 'idea'
5
id 'eclipse'
6
id 'com.matthewprenger.cursegradle' version '1.0.9'
7
- id 'fabric-loom' version '0.2.4-SNAPSHOT'
+ id 'fabric-loom' version '0.2.5-SNAPSHOT'
8
}
9
10
boolean dev = System.getenv('RELEASE') == null || System.getenv('RELEASE').equals('false');
gradle.properties
@@ -1,13 +1,13 @@
1
-minecraft_version=1.14.4
+minecraft_version=19w34a
2
3
mod_version=1.0.5
-fabric_loader_version=0.4.8+build.157
-fabric_version=0.3.0+build.200
-mappings_version=1.14.4+build.2
+fabric_loader_version=0.5.0+build.162
+fabric_version=0.3.1+build.208
+mappings_version=19w34a+build.10
# Satin library
-satin_version = 1.3.2
+satin_version = 1.15-SNAPSHOT
11
12
project_id=268324
13
release_type=release
0 commit comments