Skip to content

Commit

Permalink
chore: minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Apr 30, 2024
1 parent b5ee08c commit 253a96a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ protected void renderLabels(GuiGraphics graphics, int mouseX, int mouseY) {
var theme = wrappedGui.getTheme();
wrappedGui.drawForeground(graphics, theme, leftPos, topPos, imageWidth, imageHeight);

wrappedGui./*getContextMenu().orElse(wrappedGui).*/addMouseOverText(tooltipList);
wrappedGui.addMouseOverText(tooltipList);

if (!tooltipList.shouldRender()) {
wrappedGui.getIngredientUnderMouse().ifPresent(underMouse -> {
Expand Down
2 changes: 1 addition & 1 deletion neoforge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ side = "BOTH"
[[dependencies.ftblibrary]]
modId = "minecraft"
type = "required"
versionRange = "[1.20.2,)"
versionRange = "[${mcversion},)"
ordering = "NONE"
side = "BOTH"

Expand Down

0 comments on commit 253a96a

Please sign in to comment.