mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Fixes #995
This commit is contained in:
parent
f17f982dab
commit
b21089ad6b
1 changed files with 6 additions and 0 deletions
|
@ -76,4 +76,10 @@ public class ItemDust extends ItemBase implements IColorProvidingItem{
|
|||
}
|
||||
};
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getItemBurnTime(ItemStack stack) {
|
||||
if(stack.getMetadata() == 6) return 1200;
|
||||
return super.getItemBurnTime(stack);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue