Skip to content

Commit

Permalink
update forge to 1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredlll08 committed Jan 22, 2020
1 parent e524914 commit 39f4534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if (JavaVersion.current().isJava8Compatible()) {
}

minecraft {
mappings channel: 'snapshot', version: '20191028-1.14.3'
mappings channel: 'snapshot', version: '20200105-1.14.3'
accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg')

runs {
Expand Down Expand Up @@ -116,7 +116,7 @@ dependencies {

zenCodeDeps.collect { compile project(it) }

minecraft 'net.minecraftforge:forge:1.14.4-28.1.70'
minecraft 'net.minecraftforge:forge:1.15.1-30.0.30'
compile fg.deobf("mezz.jei:jei-1.14.4:6.0.0.18");
}

Expand Down

0 comments on commit 39f4534

Please sign in to comment.