diff --git a/build.gradle b/build.gradle index 68071036..1e691f6d 100755 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ apply plugin: 'forge' // adds the forge dependency apply plugin: 'maven' // for uploading to a maven repo apply plugin: 'checkstyle' -version = "7.1.24" +version = "7.1.25" group= "com.mod-buildcraft" archivesBaseName = "buildcraft" // the name that all artifacts will use as a base. artifacts names follow this pattern: [baseName]-[appendix]-[version]-[classifier].[extension] diff --git a/buildcraft_resources/changelog/7.1.25 b/buildcraft_resources/changelog/7.1.25 new file mode 100644 index 00000000..992d26d8 --- /dev/null +++ b/buildcraft_resources/changelog/7.1.25 @@ -0,0 +1,8 @@ +Additions: + +* Minor optimizations to pipe rendering. + +Bugs fixed: + +* [#4640] Creative Tab crash with some combinations of disabled items/blocks. +* [#4688] Fix crash with GT:NH's NEI Unofficial 2.19+.