Added basic Centrifuge logic. Not finished
This commit is contained in:
parent
bd357e0a2c
commit
2a7b9e19ee
3 changed files with 199 additions and 5 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue