Improved dictionary logging

This commit is contained in:
Unknown 2018-12-27 20:21:38 +01:00 committed by unknown
parent 340265dfb7
commit 004bdcb4d3

View file

@ -325,6 +325,8 @@ public class Dictionary {
}
public static void apply() {
WarpDrive.logger.info("Evaluating dictionary entries");
// get default settings from parsing ore dictionary
BLOCKS_ORES = new HashSet<>();
BLOCKS_LOGS = new HashSet<>();