mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-04 00:45:57 +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(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());
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user