Skip to content

Commit

Permalink
Merge pull request #10 from lion328/1.11.2
Browse files Browse the repository at this point in the history
Support for MinecraftForge 1.11.2-13.20.0.2228
  • Loading branch information
lion328 committed Feb 15, 2017
2 parents 10065b8 + a7ca0d5 commit ac7bba8
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 ac7bba8

Please sign in to comment.