demote tag log to debug

This commit is contained in:
dfsek 2022-05-25 23:57:00 -07:00
parent 63bfa6bf14
commit 68ef5a5a32

View File

@ -121,7 +121,7 @@ public final class FabricUtil {
.ifPresentOrElse(vanilla -> terraBiomes.forEach(tb -> getEntry(registry, tb) .ifPresentOrElse(vanilla -> terraBiomes.forEach(tb -> getEntry(registry, tb)
.ifPresentOrElse( .ifPresentOrElse(
terra -> { terra -> {
logger.info(vanilla.getKey().orElseThrow().getValue() + " (vanilla for " + logger.debug(vanilla.getKey().orElseThrow().getValue() + " (vanilla for " +
terra.getKey().orElseThrow().getValue() + ": " + terra.getKey().orElseThrow().getValue() + ": " +
vanilla.streamTags().toList()); vanilla.streamTags().toList());