{
"id" : "miniion",
"displayName" : "Miniions",
"author" : "the root of all evil",
"description" : "A prototype of summonable, commandable minions",
"dependencies" : ["core", "oreominions", "cakelie", "craft", "grammarSystem"]
}
if (!Display.isActive() && !TerasologyEngine.isEditorAttached()) {
try {
Thread.sleep(1000);
} catch (InterruptedException e) {
logger.warn("Display inactivity sleep interrupted", e);
}
}