Skip to content

Commit

Permalink
Small recipe change to interfaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Mar 21, 2016
1 parent 999b2ef commit e9ee94e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public ItemStack getRow(int row)
}
else if (row == 1)
{
return new ItemStack(RefinedStorageItems.PROCESSOR, 1, ItemProcessor.TYPE_ADVANCED);
return new ItemStack(RefinedStorageItems.PROCESSOR, 1, ItemProcessor.TYPE_BASIC);
}
else if (row == 2)
{
Expand Down

0 comments on commit e9ee94e

Please sign in to comment.