Skip to content

Commit

Permalink
Make Output slot accessible :/
Browse files Browse the repository at this point in the history
  • Loading branch information
MaPePeR committed Apr 10, 2016
1 parent 5e53ac7 commit d9c1add
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public AutoToolStationTileEntity() {
inventory = new ItemStack[3];
}

public static final int[] accessibleSlots = new int[]{C.MODSLOT, C.TOOLSLOT};
public static final int[] accessibleSlots = new int[]{C.MODSLOT, C.TOOLSLOT, C.TOOLOUTSLOT};

@Override
public int[] getAccessibleSlotsFromSide(int side) {
Expand Down

0 comments on commit d9c1add

Please sign in to comment.