Removed debug output
This commit is contained in:
parent
f38288b2c6
commit
60ca138827
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue