From 36528631408ba685bfa1ba73cb60c58de9cf5f9c Mon Sep 17 00:00:00 2001 From: Adrian Siekierka Date: Fri, 28 Oct 2022 10:56:43 +0200 Subject: [PATCH] BuildCraft 7.1.25 --- build.gradle | 2 +- buildcraft_resources/changelog/7.1.25 | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 buildcraft_resources/changelog/7.1.25 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+.