mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
Remove objects from iris goto
This commit is contained in:
parent
7aa4a01355
commit
a4370ba55a
@ -36,7 +36,7 @@ public class CommandIrisStudioGoto extends MortarCommand
|
||||
} else {
|
||||
list.add(data.getBiomeLoader().getPossibleKeys());
|
||||
list.add(data.getRegionLoader().getPossibleKeys());
|
||||
list.add(data.getObjectLoader().getPossibleKeys());
|
||||
//TODO: Remove comment here -> list.add(data.getObjectLoader().getPossibleKeys());
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -128,7 +128,7 @@ public class CommandIrisStudioGoto extends MortarCommand
|
||||
|
||||
else
|
||||
{
|
||||
sender.sendMessage(args[0] + " is not a biome,region or object in this dimension.");
|
||||
sender.sendMessage(args[0] + " is not a biome or region in this dimension. (Biome teleportation works best!");
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user