diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-02-04 17:45:34 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-02-04 17:45:34 +0800 |
| commit | 5936e0071889ac93c7823cac2228fe23d75455bd (patch) | |
| tree | df830a1d2b72c904cdcf76c7c1f8c3ccb6f0e945 /build.gradle | |
| parent | 672610de32f45f82e88c28b8a6b5d82a11829284 (diff) | |
| download | RoughlyEnoughItems-2.2.0.49.tar.gz RoughlyEnoughItems-2.2.0.49.tar.bz2 RoughlyEnoughItems-2.2.0.49.zip | |
Not sure if this fixes the bugv2.2.0.49
Diffstat (limited to 'build.gradle')
| -rwxr-xr-x | build.gradle | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle index 581c715cc..03d7b9cd5 100755 --- a/build.gradle +++ b/build.gradle @@ -6,11 +6,11 @@ sourceCompatibility = 1.8 targetCompatibility = 1.8 archivesBaseName = "RoughlyEnoughItems" -version = "2.2.0.48" +version = "2.2.0.49" -def minecraftVersion = "19w04b" -def yarnVersion = "19w04b.5" -def fabricVersion = "0.1.5.83" +def minecraftVersion = "19w05a" +def yarnVersion = "19w05a.5" +def fabricVersion = "0.1.5.88" def pluginLoaderVersion = "1.14-1.0.6-8" minecraft { @@ -30,7 +30,7 @@ repositories { dependencies { minecraft "com.mojang:minecraft:${minecraftVersion}" mappings "net.fabricmc:yarn:${yarnVersion}" - modCompile "net.fabricmc:fabric-loader:0.3.4.104" + modCompile "net.fabricmc:fabric-loader:0.3.5.106" // Fabric API. This is technically optional, but you probably want it anyway. modCompile "net.fabricmc:fabric:${fabricVersion}" |
