Stop pretending to be EE3.

This commit is contained in:
Adrian 2015-05-06 20:21:28 +02:00
parent 59a3fb1a55
commit 81ac1bc77d
2 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -20,10 +20,10 @@ import buildcraft.silicon.TileIntegrationTable;
public class ContainerIntegrationTable extends BuildCraftContainer {
public static final int[] SLOT_X = {
44, 44, 68, 76, 68, 44, 20, 13, 20
44, 44, 69, 69, 69, 44, 19, 19, 19
};
public static final int[] SLOT_Y = {
49, 18, 25, 49, 73, 81, 73, 49, 25
49, 24, 24, 49, 74, 74, 74, 49, 24
};
private TileIntegrationTable table;
@ -37,7 +37,7 @@ public class ContainerIntegrationTable extends BuildCraftContainer {
}
addSlot(new SlotOutput(table, 9, 138, 49));
addSlot(new SlotUntouchable(table, 10, 104, 36));
addSlot(new SlotUntouchable(table, 10, 101, 36));
for (int y = 0; y < 3; y++) {
for (int x = 0; x < 9; x++) {