Skip to content

Fix AE2 tooltips treating fluid containers as fluids (buckets)#198

Merged
Dream-Master merged 2 commits into
GTNewHorizons:masterfrom
MassAnarchyy:fix/buckket
Jun 19, 2026
Merged

Fix AE2 tooltips treating fluid containers as fluids (buckets)#198
Dream-Master merged 2 commits into
GTNewHorizons:masterfrom
MassAnarchyy:fix/buckket

Conversation

@MassAnarchyy

Copy link
Copy Markdown
Member

Simple 1 line change to fix buckets being registered as fluid

  •        FluidStack fluidStack = StackInfo.getFluid(stack);
    
  •        FluidStack fluidStack = StackInfo.isFluidContainer(stack) ? null : StackInfo.getFluid(stack);
    

@MassAnarchyy MassAnarchyy requested review from 0hwx and Caedis June 15, 2026 16:30
@MassAnarchyy MassAnarchyy requested review from a team and removed request for 0hwx and Caedis June 19, 2026 16:01
@Dream-Master Dream-Master merged commit cf56833 into GTNewHorizons:master Jun 19, 2026
1 check passed
@MassAnarchyy MassAnarchyy deleted the fix/buckket branch June 19, 2026 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants