2

How many blocks do we load in a chunk?

Noorullah 5/5/20 8:50 pm
1k
7/31/2020 12:08 pm
I recently started playing a skyblock server and made a massive cactus and pumpkin farm. The only problem is I am not sure how many blocks that I l can load in order to keep my island as compact as possible.

I know a player loads a 16x16 chunk from x and z. How about on the y coordinate? How many blocks do I load going up and down in a 16x16 chunk?
Posted by
Noorullah
Level 1 : New Crafter
0

  Have something to say?

JoinSign in

5

Stubbs1
05/06/2020 5:47 am
He/Him • Level 75 : Legendary uwu Senpai
I believe that in 1.16 it'll be changed as vertical biomes will be added, but right now: You know that it's a 16x16 area that you load, and you know that it's 256 on the y axis, so you can calculate an estimate of how many blocks are loaded in 1 chunk.

16 * 16 * 256 = 65.536 blocks loaded per chunk. That is: If we also count air-blocks being loaded in.

The averege height, depending on biome is most likely somewhere in-between 64-80 blocks, so if it's the lowest (At normal water leve (64)), then you'll be looking at:

16 * 16 * 64 = 16.384 blocks loaded per chunk.

Or with the highest averege of 80:
16 * 16 * 80 = 20.480 blocks loaded her chunk.


I hope this simple little equation can help you figure out the estimated amount of blocks that are loaded per chunk. You can only make a estimate, seeing as there are so many factors that play in over the answer to "how many blocks are loaded". The only "safe" answer is if you count air-blocks, because then it'll always just be the 16 * 16 * 256 equation.
2
Noorullah
07/31/2020 12:08 pm
Level 1 : New Crafter
I understand the equation. Thank you.
1
Makaneek
05/05/2020 8:53 pm
Level 50 : Grandmaster Answer
Each chunk is 256 blocks tall.
3
Noorullah
05/05/2020 9:15 pm
Level 1 : New Crafter
Does a player load an entire 256 chunk?
1
Makaneek
05/05/2020 9:29 pm
Level 50 : Grandmaster Answer
history
yep, I think so.
1

Welcome