Skip to content

Commit

Permalink
Update to 19w34a
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Aug 27, 2019
1 parent cb98527 commit 28a8530
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
minecraft_version=1.14.4
minecraft_version=19w34a

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

project_id=268324
release_type=release

0 comments on commit 28a8530

Please sign in to comment.