Skip to content

Commit 28a8530

Browse files
committed
Update to 19w34a
1 parent cb98527 commit 28a8530

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'idea'
55
id 'eclipse'
66
id 'com.matthewprenger.cursegradle' version '1.0.9'
7-
id 'fabric-loom' version '0.2.4-SNAPSHOT'
7+
id 'fabric-loom' version '0.2.5-SNAPSHOT'
88
}
99

1010
boolean dev = System.getenv('RELEASE') == null || System.getenv('RELEASE').equals('false');

gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
minecraft_version=1.14.4
1+
minecraft_version=19w34a
22

33
mod_version=1.0.5
44

5-
fabric_loader_version=0.4.8+build.157
6-
fabric_version=0.3.0+build.200
7-
mappings_version=1.14.4+build.2
5+
fabric_loader_version=0.5.0+build.162
6+
fabric_version=0.3.1+build.208
7+
mappings_version=19w34a+build.10
88

99
# Satin library
10-
satin_version = 1.3.2
10+
satin_version = 1.15-SNAPSHOT
1111

1212
project_id=268324
1313
release_type=release

0 commit comments

Comments
 (0)