This commit is contained in:
Anuken
2019-10-22 18:55:15 -04:00
parent ae4ec55abe
commit b98b9a98e3
12 changed files with 89 additions and 79 deletions
@@ -39,6 +39,9 @@ public class MapGenerator extends Generator{
this.decorations.addAll(decor);
return this;
}
public void removePrefix(String name){
this.mapName = name.substring(name.length() + 1);
}
{
decor(new Decoration(Blocks.snow, Blocks.snowrock, 0.01), new Decoration(Blocks.ignarock, Blocks.pebbles, 0.03f));