BuildCraft 7.1.25

This commit is contained in:
Adrian Siekierka 2022-10-28 10:56:43 +02:00
parent 8a6b126701
commit 3652863140
2 changed files with 9 additions and 1 deletions

View File

@ -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]

View File

@ -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+.