mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-26 18:49:06 +00:00
Fix update
This commit is contained in:
@@ -423,8 +423,16 @@ public class IrisEngine extends BlockPopulator implements Engine {
|
||||
@ChunkCoordinates
|
||||
@Override
|
||||
public void populate(World world, Random random, Chunk c) {
|
||||
updateChunk(c);
|
||||
placeTiles(c);
|
||||
try
|
||||
{
|
||||
updateChunk(c);
|
||||
placeTiles(c);
|
||||
}
|
||||
|
||||
catch(Throwable e)
|
||||
{
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user