mirror of
https://github.com/Astatin3/MC-server-icon.git
synced 2026-06-08 16:18:03 -06:00
Remove byte size printing
This commit is contained in:
@@ -122,10 +122,7 @@ public class ExampleMod implements ModInitializer {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
|
||||
context.getSource().sendFeedback(() -> Text.literal("Done!"), false);
|
||||
|
||||
context.getSource().sendFeedback(() -> Text.literal("Current icon: " + server.getServerMetadata().favicon().get().iconBytes().length + " bytes"), false);
|
||||
|
||||
context.getSource().sendFeedback(() -> Text.literal("Done!"), false);2
|
||||
|
||||
return 1;
|
||||
})));
|
||||
|
||||
Reference in New Issue
Block a user