Starting Point
You type in a seed
A seed is the starting value that decides how a Minecraft world looks. It can be a number like "-799836692" or a word like "hello". Minecraft uses this seed to build every mountain, river, and desert in your world.
When you type a seed into ChunkLoader, the app converts it into a single consistent number. If you typed text, the app hashes it (turns it into a number using a formula). If you typed a number, it uses that directly.
This is important because it means the same seed will always produce the same world. Your friend across the world can type the same seed and see exactly the same map. That is the whole point of seeds — they are repeatable.
Think of a seed like a recipe card number in a massive cookbook. The number itself does not look like food, but if you follow the recipe, you always get the same dish.
How it flows