summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAdrian Siekierka <kontakt@asie.pl>2018-12-09 17:49:28 +0100
committerAdrian Siekierka <kontakt@asie.pl>2018-12-09 17:49:28 +0100
commite87fd77bcf4a7a36a5c02f576be360a5df4f8e51 (patch)
treee1df4268b8ad448d390c42f03410d571deebbbc8
parentf3bb1c5fb057399f488e25b049729d0364a1931e (diff)
update library versions
-rw-r--r--build.gradle14
-rw-r--r--src/main/resources/fabric.mod.json (renamed from src/main/resources/mod.json)0
2 files changed, 7 insertions, 7 deletions
diff --git a/build.gradle b/build.gradle
index f46145f..24c4ccc 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,8 +1,5 @@
 plugins {
-	id 'java'
-	id 'eclipse'
-	id 'idea'
-	id 'fabric-loom' version '0.0.14-SNAPSHOT'
+	id 'fabric-loom' version '0.1.0-SNAPSHOT'
 }
 
 sourceCompatibility = 1.8
@@ -15,7 +12,10 @@ minecraft {
 }
 
 dependencies {
-	minecraft "com.mojang:minecraft:18w48b"
-	mappings "net.fabricmc:pomf:18w48b.4"
-	modCompile "net.fabricmc:fabric-loader:0.1.0.48"
+	minecraft "com.mojang:minecraft:18w49a"
+	mappings "net.fabricmc:pomf:18w49a.19"
+	modCompile "net.fabricmc:fabric-loader:0.2.0.53"
+
+	// Fabric API. This is technically optional, but you probably want it anyway.
+	modCompile "net.fabricmc:fabric:0.1.0"
 }
diff --git a/src/main/resources/mod.json b/src/main/resources/fabric.mod.json
index f9dcafd..f9dcafd 100644
--- a/src/main/resources/mod.json
+++ b/src/main/resources/fabric.mod.json