From fddd7f761176bb45cfdd41eeccaeadac22d33ddf Mon Sep 17 00:00:00 2001 From: untodesu Date: Wed, 19 Mar 2025 18:07:51 +0500 Subject: Fix things and improve worldgen - Client-side now actually deletes invisible chunks - Improved world generation to use a second noise generator alongside changing how caves are generated (ie what noise they use) --- core/pch.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/pch.hh') diff --git a/core/pch.hh b/core/pch.hh index a2199a2..9bd9c43 100644 --- a/core/pch.hh +++ b/core/pch.hh @@ -34,8 +34,8 @@ #include #include -#include #include +#include #include #include -- cgit