remove sys.out

This commit is contained in:
dfsek 2021-03-01 16:49:32 -07:00
parent 72296cf960
commit c5a174ba7a

View File

@ -40,7 +40,6 @@ public class UserDefinedBiomeBuilder implements BiomeBuilder {
Scope varScope = new Scope().withParent(pack.getVarScope());
template.getVariables().forEach(varScope::create);
System.out.println("Building biome " + template.getID() + " for seed " + s);
Map<String, NoiseSeeded> noiseBuilderMap = pack.getTemplate().getNoiseBuilderMap();
Map<String, FunctionTemplate> functionTemplateMap = new HashMap<>(template.getFunctions());