Now all slabs works

This commit is contained in:
Dream-Master 2016-03-20 14:15:42 +01:00
parent ae58de2708
commit 6a09cb1825

View file

@ -34,7 +34,7 @@ public class ProcessingPlank implements gregtech.api.interfaces.IOreRecipeRegist
GT_Values.RA.addAssemblerRecipe(GT_Utility.copyAmount(6L, new Object[]{aStack}), new ItemStack(Items.book, 3), new ItemStack(Blocks.bookshelf, 1), 400, 4);
if (aStack.getItemDamage() == 32767) {
for (byte i = 0; i < 16; i = (byte) (i + 1)) {
for (byte i = 0; i < 32; i = (byte) (i + 1)) {
ItemStack tStack = GT_Utility.copyMetaData(i, new Object[]{aStack});
ItemStack tOutput = GT_ModHandler.getRecipeOutput(new ItemStack[]{tStack, tStack, tStack});
if ((tOutput != null) && (tOutput.stackSize >= 3)) {