mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-03 00:15:35 +00:00
demote biome registration to debug log
This commit is contained in:
parent
c8a4f8be6a
commit
4bf5be5734
@ -79,7 +79,7 @@ public class NMSBiomeInjector {
|
||||
|
||||
terraBiomeMap.computeIfAbsent(vanillaMinecraftKey, i -> new ArrayList<>()).add(delegateKey.a());
|
||||
|
||||
LOGGER.info("Registered biome: " + delegateKey);
|
||||
LOGGER.debug("Registered biome: " + delegateKey);
|
||||
} catch(NoSuchFieldException | SecurityException | IllegalArgumentException | IllegalAccessException e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
@ -103,7 +103,7 @@ public class NMSBiomeInjector {
|
||||
getEntry(biomeRegistry, tb)
|
||||
.ifPresentOrElse(
|
||||
terra -> {
|
||||
LOGGER.info(
|
||||
LOGGER.debug(
|
||||
vanilla.e()
|
||||
.orElseThrow()
|
||||
.a() +
|
||||
|
Loading…
x
Reference in New Issue
Block a user