Fixed the BlastFurnace
This commit is contained in:
parent
29398d50dd
commit
462aa20710
4 changed files with 76 additions and 17 deletions
|
@ -33,7 +33,7 @@ public class BlastFurnaceRecipe extends BaseRecipe {
|
|||
public boolean canCraft(TileEntity tile) {
|
||||
if(tile instanceof TileBlastFurnace){
|
||||
TileBlastFurnace blastFurnace = (TileBlastFurnace) tile;
|
||||
return blastFurnace.getHeat() >- neededHeat;
|
||||
return blastFurnace.getHeat() >= neededHeat;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue