mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-03 16:35:50 +00:00
demote tag log to debug
This commit is contained in:
parent
63bfa6bf14
commit
68ef5a5a32
@ -121,7 +121,7 @@ public final class FabricUtil {
|
||||
.ifPresentOrElse(vanilla -> terraBiomes.forEach(tb -> getEntry(registry, tb)
|
||||
.ifPresentOrElse(
|
||||
terra -> {
|
||||
logger.info(vanilla.getKey().orElseThrow().getValue() + " (vanilla for " +
|
||||
logger.debug(vanilla.getKey().orElseThrow().getValue() + " (vanilla for " +
|
||||
terra.getKey().orElseThrow().getValue() + ": " +
|
||||
vanilla.streamTags().toList());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user