1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

Fixed the Pressure Chamber dropping Stained Glass Panes.

This commit is contained in:
BuildTools 2016-05-14 17:56:49 +02:00
parent f1f7a83473
commit 1873bb20fa

View File

@ -103,7 +103,7 @@ public abstract class HeatedPressureChamber extends AContainer {
}
public int[] getInputSlots() {
return new int[] {10, 11, 19, 20, 28, 29};
return new int[] {19, 20};
}
public int[] getOutputSlots() {