CubicChunks

CubicChunks

840k Downloads

Fix beacon block threaded world access

Barteks2x opened this issue ยท 1 comments

commented

In BlockBeacon:

    public static void updateColorAsync(final World worldIn, final BlockPos glassPos)
    {
        HttpUtil.DOWNLOADER_EXECUTOR.submit(new Runnable()
        {
            public void run()
            {
                Chunk chunk = worldIn.getChunk(glassPos);
commented

Fixed in bd6a22d