Proper charcoal block math
Before it smelted 9 items....wat
This commit is contained in:
parent
b7491e2882
commit
ae5f3471b4
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