mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 14:21:08 +00:00
demote tag log to debug
This commit is contained in:
@@ -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());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user