diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-01-02 23:06:23 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-01-02 23:06:23 +0800 |
| commit | 9a13eee41028b17deda6080800de9fd72ce6ea14 (patch) | |
| tree | dd342072bddc348a331fbabf1dc1ed5d980e4b3d /build.gradle | |
| parent | 29b28824cb402726ed34a778288f2454c488d388 (diff) | |
| download | RoughlyEnoughItems-9a13eee41028b17deda6080800de9fd72ce6ea14.tar.gz RoughlyEnoughItems-9a13eee41028b17deda6080800de9fd72ce6ea14.tar.bz2 RoughlyEnoughItems-9a13eee41028b17deda6080800de9fd72ce6ea14.zip | |
v1.4 Bug Fixes
Diffstat (limited to 'build.gradle')
| -rwxr-xr-x | build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index 30fa6840f..c343e83b8 100755 --- a/build.gradle +++ b/build.gradle @@ -6,15 +6,15 @@ sourceCompatibility = 1.8 targetCompatibility = 1.8 archivesBaseName = "RoughlyEnoughItems" -version = "1.3-7" +version = "1.4-7" minecraft { } dependencies { minecraft "com.mojang:minecraft:18w50a" - mappings "net.fabricmc:yarn:18w50a.83" - modCompile "net.fabricmc:fabric-loader:0.3.1.82" + mappings "net.fabricmc:yarn:18w50a.90" + modCompile "net.fabricmc:fabric-loader:0.3.1.84" // Fabric API. This is technically optional, but you probably want it anyway. modCompile "net.fabricmc:fabric:0.1.2.63" |
