added the button to the centrifuge

This commit is contained in:
modmuss50 2015-05-03 14:34:41 +01:00
parent 39492fadbd
commit 2ae61a7625
2 changed files with 12 additions and 1 deletions

View file

@ -140,7 +140,7 @@ public class CentrifugeRecipeHandler extends TemplateRecipeHandler {
public void loadTransferRects()
{
this.transferRects.add(new TemplateRecipeHandler.RecipeTransferRect(
new Rectangle(75, 22, 15, 13), "tr.centrifuge", new Object[0]));
new Rectangle(0, 0, 20, 20), "tr.centrifuge", new Object[0]));
}
public void loadCraftingRecipes(String outputId, Object... results)