Skip to content

Commit

Permalink
Support for MinecraftForge 1.11.2-13.20.0.2228
Browse files Browse the repository at this point in the history
  • Loading branch information
lion328 committed Feb 15, 2017
1 parent 10065b8 commit a7ca0d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -28,15 +28,15 @@ jar {
}
}

version = "4.2-1.10.2"
version = "4.4-1.11.2"
group = "com.lion328.thaifixes"
archivesBaseName = "thaifixes"

minecraft {
version = "1.11-13.19.1.2188"
version = "1.11.2-13.20.0.2228"
runDir = "run"

mappings = "snapshot_20161111"
mappings = "snapshot_20161220"

replace "%VERSION%", project.version
replace "%MCVERSION%", project.minecraft.version
Expand Down

0 comments on commit a7ca0d5

Please sign in to comment.