mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-08 16:56:07 +00:00
use debug logger for feature info
This commit is contained in:
@@ -342,7 +342,7 @@ public class TerraFabricPlugin implements TerraPlugin, ModInitializer {
|
||||
if(!template.getExcludedRegistryFeatures().contains(entry.getKey().getValue())) {
|
||||
try {
|
||||
event.getPack().getTreeRegistry().add(entry.getKey().getValue().toString(), (Tree) entry.getValue());
|
||||
main.logger().info("Injected ConfiguredFeature " + entry.getKey().getValue() + " as Tree.");
|
||||
main.getDebugLogger().info("Injected ConfiguredFeature " + entry.getKey().getValue() + " as Tree.");
|
||||
} catch(DuplicateEntryException ignored) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user