Removed debug output

This commit is contained in:
Frank 2021-12-12 23:41:38 +01:00
parent f38288b2c6
commit 60ca138827

View file

@ -791,7 +791,7 @@ public class BiomeAPI {
RegistryEntryAddedCallback RegistryEntryAddedCallback
.event(v.get()) .event(v.get())
.register((rawId, id, object) -> { .register((rawId, id, object) -> {
BCLib.LOGGER.info(" #### " + rawId + ", " + object + ", " + id); //BCLib.LOGGER.info(" #### " + rawId + ", " + object + ", " + id);
StructureSettingsAccessor a = (StructureSettingsAccessor)object.structureSettings(); StructureSettingsAccessor a = (StructureSettingsAccessor)object.structureSettings();
structureStarts.forEach(modifier -> changeStructureStarts(a, modifier)); structureStarts.forEach(modifier -> changeStructureStarts(a, modifier));
}); });