Re-balanced starting item amount

This commit is contained in:
Anuken
2019-08-03 00:04:33 -04:00
parent 86a78b206a
commit 2726ebe191
5 changed files with 106 additions and 106 deletions

View File

@@ -8,7 +8,7 @@ import static io.anuke.mindustry.maps.filters.FilterOption.BlockOption;
import static io.anuke.mindustry.maps.filters.FilterOption.oresOnly;
public class OreFilter extends GenerateFilter{
public float scl = 24, threshold = 0.812f, octaves = 2f, falloff = 0.3f;
public float scl = 23, threshold = 0.811f, octaves = 2f, falloff = 0.3f;
public Block ore = Blocks.oreCopper;
{