mirror of
https://github.com/AlmostReliable/almostunified.git
synced 2024-11-28 10:35:38 -05:00
Update AlmostUnifiedRuntime.java
This commit is contained in:
parent
3a03e1595e
commit
f22d1b7aa3
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ public class AlmostUnifiedRuntime {
|
|||
TagMap tagMap = createTagMap(allowedTags);
|
||||
ReplacementMap replacementMap = new ReplacementMap(tagMap, unifyConfig);
|
||||
|
||||
debugConfig.logUnifyTagDump(tagMap);
|
||||
|
||||
long startTime = System.currentTimeMillis();
|
||||
RecipeTransformer.Result result = new RecipeTransformer(recipeHandlerFactory,
|
||||
replacementMap,
|
||||
|
|
Loading…
Reference in a new issue