From 2e5214ef12cd4b623f439a07b11fe47c0968ba01 Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Thu, 25 Apr 2024 23:44:41 +0700 Subject: [PATCH] Finally, `ocean liquids` --- .../ru/dbotthepony/kstarbound/server/world/ServerChunk.kt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/ru/dbotthepony/kstarbound/server/world/ServerChunk.kt b/src/main/kotlin/ru/dbotthepony/kstarbound/server/world/ServerChunk.kt index a7b33e24..aae3a5ec 100644 --- a/src/main/kotlin/ru/dbotthepony/kstarbound/server/world/ServerChunk.kt +++ b/src/main/kotlin/ru/dbotthepony/kstarbound/server/world/ServerChunk.kt @@ -630,12 +630,13 @@ class ServerChunk(world: ServerWorld, pos: ChunkPos) : Chunk