Skip to content

Commit

Permalink
Merge pull request #28 from GTNewHorizons/fix_burn_time_tooltip
Browse files Browse the repository at this point in the history
Fix Burn Time tooltip
  • Loading branch information
Dream-Master authored Jan 24, 2021
2 parents 81ac330 + 0e7bf1c commit a40e48f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public void addDetailedEntries(ItemStack itemstack, EntityPlayer entityplayer, L

@Override
public boolean shouldHandleItem(ItemStack item) {
if (!Thread.currentThread().getName().startsWith("Client Thread")) return false;
int time = TileEntityFurnace.getItemBurnTime(item);
return time > 0 || isStirlingGen(item);
}
Expand Down

0 comments on commit a40e48f

Please # to comment.