From 9c3a05c8d76393ed5e76c8a7e8b36a2349889b76 Mon Sep 17 00:00:00 2001 From: dags- Date: Sat, 6 Jun 2020 17:39:33 +0100 Subject: [PATCH] - fix ArrayPool leaking resources to multiple threads - remove ChunkReader from biome container - hopefully greatly improved memory efficiency by pooling Cell & Chunk arrays - added custom snow placer that places snow beneath leaves as well as on top --- Engine | 2 +- FeatureManager | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Engine b/Engine index a109829..05c197c 160000 --- a/Engine +++ b/Engine @@ -1 +1 @@ -Subproject commit a109829d3734ddf3787c48854507f388d403471f +Subproject commit 05c197c58b8616b1ce1f8e81e70e218182a52715 diff --git a/FeatureManager b/FeatureManager index 5e99228..5411388 160000 --- a/FeatureManager +++ b/FeatureManager @@ -1 +1 @@ -Subproject commit 5e99228c7d6eabffaf4f186b83069490f67e4512 +Subproject commit 5411388286fbf68e37213f467cfea38c937051c6