Skip to content

Commit

Permalink
Added EU consumption to Air-Filter Tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Nockyx committed Nov 16, 2024
1 parent 0891aae commit 175dba7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ protected MultiblockTooltipBuilder createTooltip() {
+ "^mufflerTier)")
.addInfo("every second").addInfo("- multiTierBonus for this controller is " + getBonusByTier())
.addInfo("- turbineEff is the efficiency of the Turbine in controller slot")
.addInfo("- Effective muffler tier is limited by energy input tier").addSeparator()
.addInfo("- Effective muffler tier is limited by energy input tier")
.addInfo("- Uses " + this.getRecipe().mEUt + " EU/t while working").addSeparator()
.addInfo("Insert " + ItemList.AdsorptionFilter.getIS().getDisplayName() + " in an input bus")
.addInfo(" to double pollution cleaning amount (30 uses per item)")
.addInfo("Each maintenance issue reduces cleaning amount by 10%").beginStructureBlock(3, 4, 3, true)
Expand Down

0 comments on commit 175dba7

Please sign in to comment.