mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Structure Seed cohesion
This commit is contained in:
parent
e7f0ba1982
commit
fad17c9cd2
@ -177,7 +177,7 @@ public class IrisStructure extends IrisRegistrant
|
||||
{
|
||||
return wallGenerator.aquire(() ->
|
||||
{
|
||||
RNG rngx = rng.nextParallelRNG((int) (name.hashCode() + gridHeight - gridSize + maxLayers + tiles.size()));
|
||||
RNG rngx = new RNG(228385999).nextParallelRNG((int) (name.hashCode() + gridHeight - gridSize + maxLayers + tiles.size()));
|
||||
return wallStyle.create(rngx).scale(0.8);
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user