Rolling machine can now charge from battery. Closes #1645
This commit is contained in:
parent
a766cdfa53
commit
5724fc3d8c
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ public class TileRollingMachine extends TilePowerAcceptor
|
|||
if (world.isRemote) {
|
||||
return;
|
||||
}
|
||||
charge(2);
|
||||
charge(10);
|
||||
|
||||
InventoryCrafting craftMatrix = getCraftingMatrix();
|
||||
currentRecipe = RollingMachineRecipe.instance.findMatchingRecipe(craftMatrix, world);
|
||||
|
|
Loading…
Reference in a new issue