fixed diamond pipe recording

This commit is contained in:
SpaceToad 2014-03-04 22:16:09 +01:00
parent 83bc69303a
commit 15bb4eefe9

View file

@ -27,7 +27,7 @@ public class BptItemPipeFilters extends BptPipeExtension {
SimpleInventory newInv = new SimpleInventory(54, "Filters", 1);
inv.readFromNBT(slot.cpt);
for (int dir = 2; dir <= 5; ++dir) {
for (int dir = 0; dir <= 5; ++dir) {
ForgeDirection r = ForgeDirection.values()[dir].getRotation(ForgeDirection.UP);
for (int s = 0; s < 9; ++s) {