Skip to content

Commit

Permalink
Update to 1.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MattCzyr committed Feb 3, 2021
1 parent 9ad0a64 commit 9e1e704
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'

version = '1.16.4-3.1.2'
version = '1.16.5-3.1.2'
group = 'com.chaosthedude.realistictorches' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'RealisticTorches'

Expand Down Expand Up @@ -94,7 +94,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.16.4-35.1.15'
minecraft 'net.minecraftforge:forge:1.16.5-36.0.14'

// 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
5 changes: 4 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---------------------------------------------
VERSION 3.1.2 - 1.16.4
VERSION 3.1.2 - 1.16.5, 1.16.4
---------------------------------------------
1.16.5
UPDATES:
- Initial release for 1.16.5 (Forge 36.0.14)
1.16.4
FIXES:
- Fixed a crash that occurred after setting the torchBurnoutTime config field to a negative value to disable torch burnout
Expand Down

0 comments on commit 9e1e704

Please sign in to comment.