Skip to content

Commit a97a0e0

Browse files
committed
Update gradle mappings
1 parent f6cfa6d commit a97a0e0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ minecraft {
2626
// stable_# Stables are built at the discretion of the MCP team.
2727
// Use non-default mappings at your own risk. they may not always work.
2828
// Simply re-run your setup task after changing the mappings to update your workspace.
29-
mappings channel: 'snapshot', version: '20200820-1.16.1'
29+
mappings channel: 'snapshot', version: '20200916-1.16.2'
3030
// makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
3131

3232
// accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg')
@@ -88,10 +88,10 @@ minecraft {
8888

8989
repositories {
9090
// location of the maven that hosts JEI files
91-
// maven {
92-
// name "Progwml Repo"
93-
// url "http://dvs1.progwml6.com/files/maven"
94-
// }
91+
maven {
92+
name "Progwml Repo"
93+
url "http://dvs1.progwml6.com/files/maven"
94+
}
9595

9696
// // TheOneProbe
9797
// maven {

0 commit comments

Comments
 (0)