summary refs log tree commit diff stats
path: root/build.gradle
diff options
context:
space:
mode:
authorasie <kontakt@asie.pl>2018-11-06 10:51:23 +0100
committerasie <kontakt@asie.pl>2018-11-06 10:51:23 +0100
commit952a3d178722dbc3a8f59e8b23bda5b9a63d2385 (patch)
treebaaf6a0003e9fea869c079fb8b20a038eb91bab3 /build.gradle
parentb755e01769401bc6ca1766a7fcc3806d6c5c86dd (diff)
update to 0.0.13
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle13
1 files changed, 6 insertions, 7 deletions
diff --git a/build.gradle b/build.gradle
index 55bd3f8..7686b60 100644
--- a/build.gradle
+++ b/build.gradle
@@ -7,7 +7,7 @@ buildscript {
 		}
 	}
 	dependencies {
-		classpath "net.fabricmc:fabric-loom:0.0.12-SNAPSHOT"
+		classpath "net.fabricmc:fabric-loom:0.0.13-SNAPSHOT"
 	}
 }
 
@@ -26,11 +26,10 @@ archivesBaseName = "modid"
 version = "1.0.0"
 
 minecraft {
-	// You can find the latest versions on https://fabric.asie.pl/use/.
-	version = "18w44a"
-	pomfVersion = "27"
-	fabricVersion = "0.1.0.40"
+}
 
-	// Optional. Remove if you're not using Mixins.
-	refmapName = "modid.refmap.json"
+dependencies {
+	minecraft "com.mojang:minecraft:18w44a"
+	mappings "net.fabricmc:pomf:18w44a.38"
+	modCompile "net.fabricmc:fabric-loader:18w44a-0.1.0.43"
 }