Rolling machine can now charge from battery. Closes #1645

This commit is contained in:
drcrazy 2018-12-28 12:24:05 +03:00
parent a766cdfa53
commit 5724fc3d8c

View file

@ -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);