Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn committed Mar 10, 2024
1 parent 3467a7d commit bf4f590
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package mcp.mobius.waila.quilt;

import java.util.function.Supplier;

import com.mojang.brigadier.arguments.ArgumentType;
import com.mojang.brigadier.builder.LiteralArgumentBuilder;
import com.mojang.brigadier.builder.RequiredArgumentBuilder;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public boolean shouldCloseOnEsc() {
escPressed++;
if (escPressed > 5) {
minecraft.getToasts().addToast(new SystemToast(
SystemToast.SystemToastId.PACK_COPY_FAILURE,
SystemToast.SystemToastIds.PACK_COPY_FAILURE,
Component.translatable(Tl.Gui.EscWarning.UMM),
Component.translatable(Tl.Gui.EscWarning.LMAO,
CommonComponents.GUI_DONE.copy().withStyle(ChatFormatting.GOLD),
Expand Down

0 comments on commit bf4f590

Please sign in to comment.