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

Merge pull request #9 from John000708/master

Fixed the Pressure Chamber dropping Stained Glass Panes.
This commit is contained in:
TheBusyBiscuit 2016-05-14 19:09:49 +02:00
commit 5c1ba9d787

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() {