mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 06:11:24 +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());
|
Scope varScope = new Scope().withParent(pack.getVarScope());
|
||||||
|
|
||||||
template.getVariables().forEach(varScope::create);
|
template.getVariables().forEach(varScope::create);
|
||||||
System.out.println("Building biome " + template.getID() + " for seed " + s);
|
|
||||||
|
|
||||||
Map<String, NoiseSeeded> noiseBuilderMap = pack.getTemplate().getNoiseBuilderMap();
|
Map<String, NoiseSeeded> noiseBuilderMap = pack.getTemplate().getNoiseBuilderMap();
|
||||||
Map<String, FunctionTemplate> functionTemplateMap = new HashMap<>(template.getFunctions());
|
Map<String, FunctionTemplate> functionTemplateMap = new HashMap<>(template.getFunctions());
|
||||||
|
|||||||
Reference in New Issue
Block a user