From c31480986b3c33f314b73f1064a54e156007653e Mon Sep 17 00:00:00 2001 From: Adrian Siekierka Date: Sat, 27 Nov 2021 11:32:45 +0100 Subject: [PATCH] BuildCraft 7.1.24 --- build.gradle | 2 +- buildcraft_resources/changelog/7.1.24 | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 buildcraft_resources/changelog/7.1.24 diff --git a/build.gradle b/build.gradle index 26dece50..fc5472cf 100755 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ apply plugin: 'forge' // adds the forge dependency apply plugin: 'maven' // for uploading to a maven repo apply plugin: 'checkstyle' -version = "7.1.23" +version = "7.1.24" 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.24 b/buildcraft_resources/changelog/7.1.24 new file mode 100644 index 00000000..ef411d85 --- /dev/null +++ b/buildcraft_resources/changelog/7.1.24 @@ -0,0 +1,9 @@ +Additions: + +* IMC call to forbid blocks from being harvestable and plantable in the default crop handler. +* Updated CoFH energy API. + +Bugs fixed: + +* [#4618] Allow oredicted ItemStacks with stack sizes greater than 1 in recipe API (glowredman) +* Fix quarry ghost chunkloading when only the edges of a quarry are loaded.