summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorasie <[email protected]>2018-11-06 10:51:23 +0100
committerkeuin <[email protected]>2020-04-23 00:20:14 +0800
commit818fe11d9833602f1bbadb35cce2f44528a56433 (patch)
treebaaf6a0003e9fea869c079fb8b20a038eb91bab3 /build.gradle
parent3d91fd7897209f24c172f25fe4331fcda156001d (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"
}