Skip to content

Commit

Permalink
Fix DME Data Property (Again)
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit committed Aug 1, 2024
1 parent d075bff commit 3cb42fd
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ public static DMEDataProperty getInstance() {
return INSTANCE;
}

@Override
public boolean isHidden() {
return true;
}

@Override
@SideOnly(Side.CLIENT)
public void drawInfo(Minecraft minecraft, int x, int y, int color, Object value) {}
Expand Down

0 comments on commit 3cb42fd

Please sign in to comment.