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) {
|
if (world.isRemote) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
charge(2);
|
charge(10);
|
||||||
|
|
||||||
InventoryCrafting craftMatrix = getCraftingMatrix();
|
InventoryCrafting craftMatrix = getCraftingMatrix();
|
||||||
currentRecipe = RollingMachineRecipe.instance.findMatchingRecipe(craftMatrix, world);
|
currentRecipe = RollingMachineRecipe.instance.findMatchingRecipe(craftMatrix, world);
|
||||||
|
|
Loading…
Add table
Reference in a new issue