mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-04 00:45:57 +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());
|
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) {
|
} catch(NoSuchFieldException | SecurityException | IllegalArgumentException | IllegalAccessException e) {
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
}
|
}
|
||||||
@ -103,7 +103,7 @@ public class NMSBiomeInjector {
|
|||||||
getEntry(biomeRegistry, tb)
|
getEntry(biomeRegistry, tb)
|
||||||
.ifPresentOrElse(
|
.ifPresentOrElse(
|
||||||
terra -> {
|
terra -> {
|
||||||
LOGGER.info(
|
LOGGER.debug(
|
||||||
vanilla.e()
|
vanilla.e()
|
||||||
.orElseThrow()
|
.orElseThrow()
|
||||||
.a() +
|
.a() +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user