summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorAdrian Siekierka <[email protected]>2018-11-30 16:54:05 +0100
committerkeuin <[email protected]>2020-04-23 00:20:14 +0800
commit9acb9ef71a566cf943d1c4876ec46060daaa6aa7 (patch)
treef68b05622ab0f6f640274f3585f1602a0e7dfc22 /build.gradle
parent818fe11d9833602f1bbadb35cce2f44528a56433 (diff)
update to 48b, new fabric-loader definition
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 7686b60..65f0e77 100644
--- a/build.gradle
+++ b/build.gradle
@@ -29,7 +29,7 @@ minecraft {
}
dependencies {
- minecraft "com.mojang:minecraft:18w44a"
- mappings "net.fabricmc:pomf:18w44a.38"
- modCompile "net.fabricmc:fabric-loader:18w44a-0.1.0.43"
+ minecraft "com.mojang:minecraft:18w48b"
+ mappings "net.fabricmc:pomf:18w48b.4"
+ modCompile "net.fabricmc:fabric-loader:0.1.0.48"
}