Update AlmostUnifiedRuntime.java

This commit is contained in:
LLytho 2022-08-18 16:41:29 +02:00
parent 3a03e1595e
commit f22d1b7aa3

View file

@ -42,6 +42,8 @@ public class AlmostUnifiedRuntime {
TagMap tagMap = createTagMap(allowedTags); TagMap tagMap = createTagMap(allowedTags);
ReplacementMap replacementMap = new ReplacementMap(tagMap, unifyConfig); ReplacementMap replacementMap = new ReplacementMap(tagMap, unifyConfig);
debugConfig.logUnifyTagDump(tagMap);
long startTime = System.currentTimeMillis(); long startTime = System.currentTimeMillis();
RecipeTransformer.Result result = new RecipeTransformer(recipeHandlerFactory, RecipeTransformer.Result result = new RecipeTransformer(recipeHandlerFactory,
replacementMap, replacementMap,