mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 10:43:14 +00:00
Give tooltip upon not finding pack to download it
This commit is contained in:
parent
5b90fce1f5
commit
cb27043d12
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user