Skip to content

Commit

Permalink
Fix internal inventory size of crafting stations.
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Oct 13, 2014
1 parent 1feac32 commit 82ca44b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -21,7 +21,7 @@ public class CraftingStationLogic extends InventoryLogic implements ISidedInvent

public CraftingStationLogic()
{
super(17); // 9 for crafting, 1 for output, 6 for extensions, 1 for
super(10); // 9 for crafting, 1 for output, 6 for extensions, 1 for
// plans
}

Expand Down

0 comments on commit 82ca44b

Please sign in to comment.