aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorLibravatar Adrian Siekierka <[email protected]>2018-11-30 16:54:05 +0100
committerLibravatar Adrian Siekierka <[email protected]>2018-11-30 16:54:05 +0100
commit4d0c364880fecb64ac6a3597fd426d42ef257701 (patch)
treef68b05622ab0f6f640274f3585f1602a0e7dfc22 /build.gradle
parentupdate to 0.0.13 (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"
}