mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-26 18:49:06 +00:00
Give tooltip upon not finding pack to download it
This commit is contained in:
@@ -62,7 +62,7 @@ public class CommandIrisCreate extends MortarCommand
|
||||
|
||||
if(dim == null)
|
||||
{
|
||||
sender.sendMessage("Cant find dimension type: " + type);
|
||||
sender.sendMessage("Cant find dimension type: " + type + ". Did you forget to /ir download " + type + "?");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user