mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-25 10:09:14 +00:00
Structure Seed cohesion
This commit is contained in:
@@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user