Also recommit Coal Block changes. Same problem.
This commit is contained in:
parent
bdefd61f44
commit
0ec86c5b9b
1 changed files with 1 additions and 1 deletions
|
@ -766,7 +766,7 @@ public class Mekanism
|
|||
{
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue