mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-14 04:41:13 +00:00
use fancy new tectonic stuff for biome stage loading
This commit is contained in:
@@ -19,4 +19,8 @@ public class ExpanderStage implements Stage {
|
||||
public BiomeHolder apply(BiomeHolder in) {
|
||||
return in.expand(expander);
|
||||
}
|
||||
|
||||
public enum Type {
|
||||
FRACTAL
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,4 +20,8 @@ public class MutatorStage implements Stage {
|
||||
in.mutate(mutator);
|
||||
return in;
|
||||
}
|
||||
|
||||
public enum Type {
|
||||
REPLACE, REPLACE_LIST, BORDER, BORDER_LIST, SMOOTH
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user