Skip to content

Commit eb67bc1

Browse files
committed
Merge remote-tracking branch 'upstream'
2 parents 1533423 + 46ca919 commit eb67bc1

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Seedmapper 2.16.x (MC1.21.10)- Modified by CevAPI
1+
# Seedmapper 2.17.x (MC1.21.10)- Modified by CevAPI
22

33
Original Repo: https://github.com/xpple/SeedMapper/
44

src/main/java/dev/xpple/seedmapper/seedmap/FeatureToggleWidget.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ protected void renderWidget(GuiGraphics guiGraphics, int mouseX, int mouseY, flo
2424
SeedMapScreen.FeatureWidget.drawFeatureIcon(guiGraphics, this.feature.getDefaultTexture(), this.getX(), this.getY(), colour);
2525
}
2626

27-
public Component getTooltip() {
28-
return this.feature.getDisplayName();
29-
}
30-
3127
private static void onButtonPress(Button button) {
3228
if (!(button instanceof FeatureToggleWidget widget)) {
3329
return;

0 commit comments

Comments
 (0)