mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Fix #1010
This commit is contained in:
parent
82de1c3dd2
commit
287e43c6ad
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ public class ItemMisc extends ItemBase{
|
|||
|
||||
if(k == TheMiscItems.TINY_CHAR.ordinal()) return 200;
|
||||
if(k == TheMiscItems.TINY_COAL.ordinal()) return 200;
|
||||
if(k == TheMiscItems.BIOCOAL.ordinal()) return 80;
|
||||
if(k == TheMiscItems.BIOCOAL.ordinal()) return 800;
|
||||
|
||||
return super.getItemBurnTime(stack);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue