Skip to content

Commit 86016a3

Browse files
committed
BuildCraftCompat 7.0.12
1 parent f2a6bd7 commit 86016a3

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ apply plugin: 'forge' // adds the forge dependency
5050
apply plugin: 'maven' // for uploading to a maven repo
5151
// apply plugin: 'checkstyle'
5252

53-
version = "7.0.11"
53+
version = "7.0.12"
5454
group = "com.mod-buildcraft-compat"
5555
archivesBaseName = "buildcraft-compat" // the name that all artifacts will use as a base. artifacts names follow this pattern: [baseName]-[appendix]-[version]-[classifier].[extension]
5656

changelog/7.0.12

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Additions:
2+
3+
* EnderStorage support for Builders (knexer)
4+
* Improved Pam's HarvestCraft support for harvesting (right-click support!) (asie)

common/buildcraft/BuildCraftCompat.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
import buildcraft.compat.CompatModuleBundledRedstone;
2727
import buildcraft.compat.CompatModuleCarpentersBlocks;
2828
import buildcraft.compat.CompatModuleEnderIO;
29+
import buildcraft.compat.CompatModuleEnderStorage;
2930
import buildcraft.compat.CompatModuleFMP;
3031
import buildcraft.compat.CompatModuleFactorization;
3132
import buildcraft.compat.CompatModuleForestry;

0 commit comments

Comments
 (0)