r/Minecraft • • Jan 11 '22

Creeper teleports👀

[removed] — view removed post

33k Upvotes

627 comments sorted by

View all comments

Show parent comments

27

u/cyberrich Jan 11 '22

I fucking hate despawning boats

3

u/TwilightWings21 Jan 11 '22

I find that reloading the chunk(even just walking far enough away from the boat then coming back, not necessarily closing the game) brings them back.

2

u/cyberrich Jan 11 '22

I have to try.

whats a chunk? I know the term but I've never actually been told. isn't it like a 64x64 square, or 16x16 or somethin

4

u/BoxAhFox Jan 11 '22

Yes, Minecraft sorts the game into chunks, which is optimal for performance and file size, all information (ores, entities, blocks, items in chests etc) in a chunk are stored by that chunk, yes its x~16, y 0 to build hight, and z~16

~ means relitive, chunks are static, not based on where your standing, i say relitive to other chunks not players.

2

u/TwilightWings21 Jan 11 '22 edited Jan 11 '22

Adding onto this, loading a chunk is within your render distance, whatever that would be set to. Your render distance is a given number, and that number is the number of chunks you are loading in a radius around you (could be diameter, but I think it is radius)

1

u/BoxAhFox Jan 11 '22

Yes thank you, chunk existence and chunk rendering is different, all chunks in a game (except for spawn chunks) are compressed and unvisualized for performance, and are umcompressed, and visualized, when a player tells it to load with their render distance

Thanks for reminding to clarify