mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-02 07:55:28 +00:00
remove sys.out
This commit is contained in:
parent
72296cf960
commit
c5a174ba7a
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user