SDF, tags registry
This commit is contained in:
parent
9ccd0d987b
commit
cf8955ea4b
14 changed files with 214 additions and 3 deletions
|
@ -22,6 +22,7 @@ public class BiomeMap
|
|||
|
||||
public BiomeMap(long seed, int size, BiomePicker picker)
|
||||
{
|
||||
MAPS.clear();
|
||||
RANDOM.setSeed(seed);
|
||||
noiseX = new OpenSimplexNoise(RANDOM.nextLong());
|
||||
noiseZ = new OpenSimplexNoise(RANDOM.nextLong());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue