Also recommit Coal Block changes. Same problem.

This commit is contained in:
Ben Spiers 2014-04-14 17:02:43 +01:00
parent bdefd61f44
commit 0ec86c5b9b

View file

@ -766,7 +766,7 @@ public class Mekanism
{ {
if(fuel.isItemEqual(new ItemStack(BasicBlock, 1, 3))) if(fuel.isItemEqual(new ItemStack(BasicBlock, 1, 3)))
{ {
return 1800; return 200 * 8 * 9; // 1 item (200) * 8 items (1 charcoal) * 9 (9 in a block)
} }
return 0; return 0;