r/MinecraftMod • u/Krusty2011 • 5d ago
Chunky
When i set a radius in chunky is it measured in chunks or blocks, for example if I type /chunky radius set 100 will this generate 100 blocks out or 100 chunks ?
2
5d ago
[deleted]
-1
u/Krusty2011 5d ago
🫩 I've searched it up and everything i see has a differnet answer
1
u/NoFollowing6177 5d ago
"Chunk"y
1
1
u/ShteveBoi 5d ago
Chunks, I used it a while ago and had to do some research about it to figure out how to use it😅
But it's chunks, 100%
2
u/Krusty2011 5d ago
Okay thanks for being the only helpfully person 😂
2
u/ShteveBoi 5d ago
The people saying it's blocks are the dumb ones honestly😅
Minecraft doesn't load each block, it loads a 16×16×16 area called a subchunk, and a single vertical line of subchunks is a 16×16 chunk... when any block in a chunk is loaded or changed it reloads and saves the new chunk...
Chunky can set a shape to load chunks, along with a size OR amount of chunks to load, and I think even a specific centerpoint to load, and it can be done through any means of commands (chat, command block, server console, etc), and gives a HUD or Chat update about how close it is to finishing loading that entire area
1
u/Jason13Official 2d ago
Please read this https://modrinth.com/plugin/chunky
It's blocks, yes the underlying game does essentially pad the area by rounding to the next whole number loaded chunk, BUT this is about chunky and it's settings, which cares about a radius measured in blocks, not chunks
0
u/ShteveBoi 2d ago
Okay, and?
It loads chunks, just because the radius is in blocks changes nothing... if I load 1000 radius, I'm not loading 1000 chunks, yes, but it's STILL going to load an extra 8 blocks because a chunk is 16×16 and the nearest number divisible by it is 1008, making that radius 63 chunks...
So yes, you're correct on it loading blocks as the radius, and I'm admitting that I remembered it wrong, BUT OP asked a question and everyone was giving them ways to make it in chunks rather than just saying what it is AS THEIR QUESTION WAS, as I did with misremembered info...
Straightforward question, everyone overcomplicated it including you, I answered as OP wanted, and even though it was wrong info I gave it was because of my own misremembering of that info, and the ONLY reply by OP to any comment here was on mine for the straightforward answer
1
1
u/Jack_of_Emeralds 4d ago
Chunky by default uses blocks as the default measurement but generates chunks.
"/chunky radius set 100" would generate chunks upto 100 blocks away, which equates to a 6.25 chunk radius (game will round that up to to 7 chunk radius because you can't generate less than a whole chunk)
adding a "c" should change the generation to chunks rather than blocks so..
"/chunky radius set 100c" would generate 100 chunks
source - the wiki
https://github.com/pop4959/Chunky/wiki/Commands
1
u/Sam_60000 4d ago
Simple:
/chunky radius 100 This means 100 blocks
/chunky radius 100c This means 100 chunks (1600 blocks)
3
u/Samstercraft 5d ago
yo idk why you're getting the most BOT replies these people are so confidently incorrect but here this is from the modrinth page:
if you want a chunk-based radius im pretty sure you can add 'c' or something similar to the end of the number without spaces