Commit e87fd77b by Adrian Siekierka

update library versions

parent f3bb1c5f
plugins { plugins {
id 'java' id 'fabric-loom' version '0.1.0-SNAPSHOT'
id 'eclipse'
id 'idea'
id 'fabric-loom' version '0.0.14-SNAPSHOT'
} }
sourceCompatibility = 1.8 sourceCompatibility = 1.8
...@@ -15,7 +12,10 @@ minecraft { ...@@ -15,7 +12,10 @@ minecraft {
} }
dependencies { dependencies {
minecraft "com.mojang:minecraft:18w48b" minecraft "com.mojang:minecraft:18w49a"
mappings "net.fabricmc:pomf:18w48b.4" mappings "net.fabricmc:pomf:18w49a.19"
modCompile "net.fabricmc:fabric-loader:0.1.0.48" 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"
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment