Fixed charcoal pile igniter bug
This commit is contained in:
parent
8190d060a8
commit
4fca6d63b6
1 changed files with 4 additions and 0 deletions
|
@ -74,6 +74,10 @@ public class GT_MetaTileEntity_Charcoal_Pit extends GT_MetaTileEntity_MultiBlock
|
||||||
|
|
||||||
public boolean checkRecipe(ItemStack aStack) {
|
public boolean checkRecipe(ItemStack aStack) {
|
||||||
if (!checkRecursiveBlocks()) {
|
if (!checkRecursiveBlocks()) {
|
||||||
|
this.mEfficiency = 0;
|
||||||
|
this.mEfficiencyIncrease = 0;
|
||||||
|
this.mMaxProgresstime = 0;
|
||||||
|
running = false;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue