Commit 509a79d521c8b7ccb7c4b36373da1db8d425a91e
1 parent
7aca387f
ExampleMod for 1.11.2
Showing
2 changed files
with
4 additions
and
4 deletions
build.gradle
... | ... | @@ -29,8 +29,8 @@ group = "com.mumfrey.examplemod" // http://maven.apache.org/guides/mini/guide-na |
29 | 29 | archivesBaseName = "examplemod" |
30 | 30 | |
31 | 31 | minecraft { |
32 | - version = "1.11" | |
33 | - mappings = "snapshot_20161124" | |
32 | + version = "1.11.2" | |
33 | + mappings = "snapshot_20161224" | |
34 | 34 | runDir = "run" |
35 | 35 | } |
36 | 36 | |
... | ... | @@ -48,7 +48,7 @@ mixin { |
48 | 48 | litemod { |
49 | 49 | json { |
50 | 50 | name = "test" |
51 | - mcversion = "1.11.r1" | |
51 | + mcversion = "1.11.r2" | |
52 | 52 | mixinConfigs += "mixins.example.json" |
53 | 53 | } |
54 | 54 | } | ... | ... |