Added basic Centrifuge logic. Not finished

This commit is contained in:
Modmuss50 2015-04-13 19:59:52 +01:00
parent bd357e0a2c
commit 2a7b9e19ee
3 changed files with 199 additions and 5 deletions

View file

@ -239,7 +239,7 @@ public class ModRecipes {
public static void addMachineRecipes()
{
TechRebornAPI.registerCentrifugeRecipe(new CentrifugeRecipie(Items.apple, 4, Items.beef, Items.baked_potato, null, null, 120));
TechRebornAPI.registerCentrifugeRecipe(new CentrifugeRecipie(Items.apple, 4, Items.beef, Items.baked_potato, null, null, 120, 4));
LogHelper.info("Machine Recipes Added");
}