made action errors log to the log file
This commit is contained in:
parent
390a12a084
commit
b61f5e857d
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ public class ModTweaker {
|
||||||
LATE_ADDITIONS.forEach(CraftTweakerAPI::apply);
|
LATE_ADDITIONS.forEach(CraftTweakerAPI::apply);
|
||||||
} catch(Exception e) {
|
} catch(Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
CraftTweakerAPI.logError("Error while applying actions", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue