Remove '2'

This commit is contained in:
Michael Mikovsky
2025-09-07 16:16:08 -06:00
parent 82646789ec
commit f660acfad8
@@ -122,7 +122,7 @@ public class ExampleMod implements ModInitializer {
throw new RuntimeException(e); throw new RuntimeException(e);
} }
context.getSource().sendFeedback(() -> Text.literal("Done!"), false);2 context.getSource().sendFeedback(() -> Text.literal("Done!"), false);
return 1; return 1;
}))); })));