Skip to content

Commit

Permalink
fix goggle tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
TropheusJ authored Aug 10, 2023
1 parent 0ec6ecc commit 5e7060d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ protected static void addBox(ClientLevel world, BlockPos pos, Direction face, Sc
box = new TextValueBox(label, bb, pos, Components.literal(behaviour.formatValue()));
}

if (AdventureUtil.isAdventure(Minecraft.getInstance().player))
if (!AdventureUtil.isAdventure(Minecraft.getInstance().player))
box.passive(!highlight)
.wideOutline();

Expand Down

0 comments on commit 5e7060d

Please sign in to comment.