Skip to content

Commit

Permalink
Merge branch 'mc1.18/fabric/dev' into mc1.19/fabric/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
TropheusJ committed Aug 24, 2023
2 parents eceb0e6 + 5e7060d commit ee79997
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 ee79997

Please sign in to comment.