From 952a3d178722dbc3a8f59e8b23bda5b9a63d2385 Mon Sep 17 00:00:00 2001 From: asie Date: Tue, 6 Nov 2018 10:51:23 +0100 Subject: update to 0.0.13 --- build.gradle | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'build.gradle') 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" } -- cgit 1.4.1