diff --git a/src/commands.rs b/src/commands.rs index 7cc82b2..4bb3f9c 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -77,6 +77,7 @@ macro_rules! static_image_command { static_text_command! { new_forge bsforge, "Forge in 1.13.2 and above is not supported in MultiMC.", "For more info, please read https://multimc.org/posts/forge-114.html"; install_java ijava, "Please install Java 8:", "https://github.com/MultiMC/MultiMC5/wiki/Using-the-right-Java"; + too_much_ram tmram vazkiiram, "Too much RAM is bad for performance:", "https://vazkii.net/#blog/ram-explanation"; } // Format: Name (Optional Alias1 Alias2...) , Image Link (, Optional Message) ;