Commit e8819ec78b85d48d5e27eabf1404c79cade2b41a
1 parent
b2808452
ExampleMod for 1.10.2
Showing
1 changed file
with
2 additions
and
2 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.10" | |
| 33 | - mappings = "snapshot_20160619" | |
| 32 | + version = "1.10.2" | |
| 33 | + mappings = "snapshot_20160628" | |
| 34 | 34 | runDir = "run" |
| 35 | 35 | } |
| 36 | 36 | ... | ... |