mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-18 14:50:57 +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)
|
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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user