Give tooltip upon not finding pack to download it

This commit is contained in:
CocoTheOwner 2021-02-07 10:36:28 +01:00
parent 5b90fce1f5
commit cb27043d12

View File

@ -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;
} }