mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-07 08:16:05 +00:00
remove sys.out
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user