diff options
author | Connor Scialdone <[email protected]> | 2019-05-16 01:02:49 -0600 |
---|---|---|
committer | keuin <[email protected]> | 2020-04-23 00:20:29 +0800 |
commit | 0d949647ae73b86ce58785d3f7ac9856f649b59a (patch) | |
tree | 12f2f009d1d27c51541fde80b3e28a10e08ee9bc /gradle.properties | |
parent | ee32437c52d2dc85814511ee56688ac3621e2243 (diff) |
Update Yarn mappings to 1.14.1+build.5
Yarn 1.14.1+build.4 had an issue with Hopper#getWorld being renamed to Hopper#getHopperWorld, which caused the world to crash when ticking hoppers in dev. 1.14.1+build.5 fixed this, but the example mod wasn't updated yet, so anyone following the dev install instructions on the site would run into the issue.
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index f1b8683..5ed48e5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use minecraft_version=1.14.1 - yarn_mappings=1.14.1+build.4 + yarn_mappings=1.14.1+build.5 loader_version=0.4.7+build.147 # Mod Properties |