From 1d0a9022172b8f164db054fed2bfe4ac2cb6d204 Mon Sep 17 00:00:00 2001 From: viliml Date: Tue, 25 Jun 2013 19:31:28 +0300 Subject: [PATCH 1/5] Update BlockQuarry.java Fixes https://github.com/BuildCraft/BuildCraft/issues/972 --- common/buildcraft/factory/BlockQuarry.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/buildcraft/factory/BlockQuarry.java b/common/buildcraft/factory/BlockQuarry.java index e4759733..430b039e 100644 --- a/common/buildcraft/factory/BlockQuarry.java +++ b/common/buildcraft/factory/BlockQuarry.java @@ -63,7 +63,7 @@ public class BlockQuarry extends BlockMachineRoot { if (j == 0 && i == 3) return textureFront; - if (i == j) + if (i == j && i>1) // Front can't be top or bottom. return textureFront; switch (i) { From 804ef7458b9dba27cf4ae23c10292bbfb37cb8f8 Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 26 Jun 2013 16:56:34 -0400 Subject: [PATCH 2/5] Allow longer name building --- build.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 8287a353..481c6762 100644 --- a/build.xml +++ b/build.xml @@ -208,7 +208,11 @@ - + + + + + From 93c296326f1964da4f00a61f64b62643bee90e1b Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 26 Jun 2013 16:59:18 -0400 Subject: [PATCH 3/5] Tweaks --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 481c6762..5aa97b7f 100644 --- a/build.xml +++ b/build.xml @@ -209,7 +209,7 @@ - + From b17655da524abfd09ee9c6eb1e8202c590baae3c Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 26 Jun 2013 17:05:11 -0400 Subject: [PATCH 4/5] Fix output dir grrr --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 5aa97b7f..992c735e 100644 --- a/build.xml +++ b/build.xml @@ -208,7 +208,7 @@ - + From 3601df84df77c0e110ef85b988714c3db7284298 Mon Sep 17 00:00:00 2001 From: SirSengir Date: Thu, 27 Jun 2013 17:35:40 +0200 Subject: [PATCH 5/5] Changes for 3.7.1 build. --- buildcraft_resources/build.number | 4 ++-- buildcraft_resources/build.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/buildcraft_resources/build.number b/buildcraft_resources/build.number index 5b61fd12..f793c6ee 100644 --- a/buildcraft_resources/build.number +++ b/buildcraft_resources/build.number @@ -1,3 +1,3 @@ #Build Number for ANT. Do not edit! -#Thu Jun 20 16:28:51 CEST 2013 -build.number=34 +#Sat Jun 22 09:37:58 CEST 2013 +build.number=35 diff --git a/buildcraft_resources/build.xml b/buildcraft_resources/build.xml index 3fefc9de..59abbc3b 100644 --- a/buildcraft_resources/build.xml +++ b/buildcraft_resources/build.xml @@ -17,7 +17,7 @@ - +