mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-14 03:36:03 +00:00
Fix chance stream for objects
This commit is contained in:
@@ -429,7 +429,7 @@ public interface EngineParallaxManager extends DataProvider, IObjectPlacer {
|
||||
continue;
|
||||
}
|
||||
|
||||
if(rng.chance(i.getChance()) && rng.chance(getComplex().getObjectChanceStream().get(x, z)))
|
||||
if(rng.chance(i.getChance()) && rng.chance(getComplex().getObjectChanceStream().get(x<<4, z<<4)))
|
||||
{
|
||||
place(rng, x<<4, z<<4, i);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user