Fixed charcoal pile igniter bug
This commit is contained in:
parent
a006b76304
commit
c240b431f8
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) {
|
||||
if (!checkRecursiveBlocks()) {
|
||||
this.mEfficiency = 0;
|
||||
this.mEfficiencyIncrease = 0;
|
||||
this.mMaxProgresstime = 0;
|
||||
running = false;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue