aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-01-21 20:19:33 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-01-21 20:19:33 +0800
commitced2b8eea039105d126ff5e2458e05b0a97687d2 (patch)
treed5b3d92563e596c7386cb3cc149210df5897dd41 /build.gradle
parent0cde1f4a8357c950fac589809a09d55e30fa3ce3 (diff)
downloadRoughlyEnoughItems-2.1.0.42.tar.gz
RoughlyEnoughItems-2.1.0.42.tar.bz2
RoughlyEnoughItems-2.1.0.42.zip
Resizable Recipe Base, Better Language Files, Trying to fix recipes not being loadedv2.1.0.42
Diffstat (limited to 'build.gradle')
-rwxr-xr-xbuild.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index ae76b2283..125f0b65a 100755
--- a/build.gradle
+++ b/build.gradle
@@ -6,7 +6,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8
archivesBaseName = "RoughlyEnoughItems"
-version = "2.1.0.41"
+version = "2.1.0.42"
def minecraftVersion = "19w03c"
def yarnVersion = "19w03c.4"
@@ -25,7 +25,7 @@ processResources {
dependencies {
minecraft "com.mojang:minecraft:${minecraftVersion}"
mappings "net.fabricmc:yarn:${yarnVersion}"
- modCompile "net.fabricmc:fabric-loader:0.3.2.96"
+ modCompile "net.fabricmc:fabric-loader:0.3.3.100"
// Fabric API. This is technically optional, but you probably want it anyway.
modCompile "net.fabricmc:fabric:${fabricVersion}"