Skip to content

Commit

Permalink
Update to Forge 1.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rdvdev2 committed Jan 24, 2020
1 parent ef117b6 commit 2af0738
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dependencies {
// Specify the version of Minecraft to use, If this is any group other then 'net.minecraft' it is assumed
// that the dep is a ForgeGradle 'patcher' dependency. And it's patches will be applied.
// The userdev artifact is a special name and will get all sorts of transformations applied to it.
minecraft 'net.minecraftforge:forge:1.15.1-30.0.20'
minecraft 'net.minecraftforge:forge:1.15.2-31.0.1'
// you may put jars on which you depend on in ./libs
// or you may define them like so..
//compile "some.group:artifact:version:classifier"
Expand Down
6 changes: 3 additions & 3 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MC=1.15.1
LOADER=30
MC=1.15.2
LOADER=31
MAJORMOD=0
MAJORAPI=2
MINOR=0
PATCH=1
PATCH=2

0 comments on commit 2af0738

Please sign in to comment.