From d06930de7592e731493cbe5f3004ee3d1457a38f Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Sat, 10 Apr 2021 20:01:01 +0100 Subject: Implement random ticks more faithfully + Make it pick 3 blocks per section, instead of 50 randomly throughout the chunk --- src/Chunk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Chunk.h') diff --git a/src/Chunk.h b/src/Chunk.h index b8c9b75ae..9178c6f1b 100644 --- a/src/Chunk.h +++ b/src/Chunk.h @@ -552,7 +552,7 @@ private: /** Checks the block scheduled for checking in m_ToTickBlocks[] */ void CheckBlocks(); - /** Ticks several random blocks in the chunk */ + /** Ticks several random blocks in the chunk. */ void TickBlocks(void); /** Adds snow to the top of snowy biomes and hydrates farmland / fills cauldrons in rainy biomes */ -- cgit v1.2.3