Improved dictionary logging
This commit is contained in:
parent
340265dfb7
commit
004bdcb4d3
1 changed files with 2 additions and 0 deletions
|
@ -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<>();
|
||||
|
|
Loading…
Add table
Reference in a new issue