Skip to content

Commit

Permalink
double the chest's internal buffer so it can accept stacks of items
Browse files Browse the repository at this point in the history
  • Loading branch information
thiakil committed Jul 18, 2017
1 parent 6a033f2 commit 7dcbeb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/appeng/tile/storage/TileChest.java
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public class TileChest extends AENetworkPowerTile implements IMEChest, ITerminal

public TileChest()
{
this.setInternalMaxPower( PowerMultiplier.CONFIG.multiply( 40 ) );
this.setInternalMaxPower( PowerMultiplier.CONFIG.multiply( 80 ) );
this.getProxy().setFlags( GridFlags.REQUIRE_CHANNEL );
this.config.registerSetting( Settings.SORT_BY, SortOrder.NAME );
this.config.registerSetting( Settings.VIEW_MODE, ViewItems.ALL );
Expand Down

0 comments on commit 7dcbeb9

Please sign in to comment.