Skip to content

Commit

Permalink
Update Forge
Browse files Browse the repository at this point in the history
  • Loading branch information
WildBamaBoy committed Jul 9, 2017
1 parent ef8fabf commit 4c3bfb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions gradle.properties
@@ -0,0 +1,3 @@
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs=-Xmx3G
2 changes: 1 addition & 1 deletion gradle/1.forge.gradle
Expand Up @@ -12,7 +12,7 @@ minecraft {
versionProps['BUILD_NUMBER']=code.toString()
versionProps.store(versionPropsFile.newWriter(), null)

version = "1.11.2-13.20.0.2228"
version = "1.11.2-13.20.1.2386"
runDir = "run"
mappings = "snapshot_20161220"
replaceIn "mca/core/MCA.java"
Expand Down

0 comments on commit 4c3bfb0

Please sign in to comment.