Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Add tooltip to Steam Output Bus about auto-export #722

Merged
merged 1 commit into from
Aug 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ public GT_MetaTileEntity_Hatch_Steam_BusOutput(int aID, String aName, String aNa
aNameRegional,
aTier,
4,
new String[] { "Item Output for Steam Multiblocks", "Capacity: 4 stacks",
"Does not work with non-steam multiblocks", CORE.GT_Tooltip.get() });
new String[] { "Item Output for Steam Multiblocks", "Does not automatically export items",
"Capacity: 4 stacks", "Does not work with non-steam multiblocks", CORE.GT_Tooltip.get() });
}

public GT_MetaTileEntity_Hatch_Steam_BusOutput(String aName, int aTier, String aDescription,
Expand Down