Uploader: | Atamurad |
Date Added: | 07.09.2015 |
File Size: | 34.78 Mb |
Operating Systems: | Windows NT/2000/XP/2003/2003/7/8/10 MacOS 10/X |
Downloads: | 21913 |
Price: | Free* [*Free Regsitration Required] |
About the mod · OpenCubicChunks/CubicChunks Wiki · GitHub
Jan 27, ·» YouTube Audio Library (Atlantis, Cloud Wheels Castle Builder, A Walk Into Space)» Atlantis by Audionautix is licensed under a Creative Commons Attribution license (https://creativecommons. In reply to Luigicat As amazing as it would be, MInecraft x and older world generation system can't work with that. With some very rare exceptions (most notably, trees in mod biomes) all of Minecraft modder world generation is basically forge telling mods "Chunk at (x, z) is being generated. Oct 11, · I think the reason they didn't actually take the code and implement real cubic chunks system was because skylight calculation seemed impossible to solve, and maybe a few other minor issues. Instead Minecraft took the good parts of both (except infinite height). The reduced lag and memory usage of cubic chunks, and the simplicity of linear chunks.
Minecraft cubic chunks download
Every project on GitHub comes with a version-controlled wiki to give your documentation the high level of care it deserves. Hopefully everyone reading this knows that Minecraft world is almost infinite. You can travel hundreds of thousands of blocks without encountering any limit. But things are not the same when you want to go higher or deeper. This limitation exists since very early Minecraft versions and is the consequence of splitting the world into 16x16x sections called "Chunks".
This mod attempts to remove this limitation by changing chunk size to 16x16x16 and stacking them on top of each other. By dynamically loading and unloading these smaller Chunks it's possible to almost completely remove height and depth limits, minecraft cubic chunks download. Considering how Minecraft works internally, the unbreakable limit would be about blocks up and blocks down. Beyond that, bit block coordinates would wrap around and result in breaking almost every aspect of the game.
Making the code work with that would mean designing many algorithms with that wrap-around in mind. There are a few hard to solve issues when implementing the idea. Especially when implementing it as a mod. Here are a few of them:. Minecraft skylight idea is relatively simple: if a block is below the top non-transparent block - make it dark.
If it's above it - make it fully lit. Then apply the same light spread algorithm to lit blocks as to normal block light sources.
Since not all parts of the world are loaded at once, when someone breaks the top block - the next top block may be hundreds of thousands of blocks down, and it may not be loaded at that time. And another hundreds of thousands of blocks down there may be other player who wants to see skylight update.
While it may be possible to invent a completely new skylight idea just for Cubic Chunks - it would most likely eighter break in some situation or would have the same issues as the current one. Th the mod this mod is based on - Tall Worlds Mod - Cuchaz attempted to fix it using a data structure that in a highly compressed form stores all block opacity value.
And because of the way this data structure works - it's very easy to get the top opaque block position. Minecraft cubic chunks download because in some cases this structure may need a minecraft cubic chunks download of memory - the plan is to eventually load only parts of it necessary to determine the top block minecraft cubic chunks download store everything else on disk more details about it in "how it internally works?
With cubic chunks generating terrain becomes a bit more complex, so it can't be as fast as the current vanilla terrain generator, minecraft cubic chunks download. And there is some constant overhead when generating a piece of terrain. Since pieces of terrain generated at once are smaller, it will increase. But that alone isn't the biggest problem as players usually don't move very fast when generating new terrain, at least in horizontal direction. But player falling down from a platform into not yet generated parts of the world requires generating terrain way faster than it's possible.
With render distance 10 chunks, it would mean that server needs to generate between and chunks per second. For each falling player. This minecraft cubic chunks download be solved by first generating chunks close to the player and trying to predict which chunks are more important based on movement direction and if that is not enough - pausing player movement when needed. This mod breaks this fundamental assumption so a lot of mods won't work correctly. There are also many technical details that make it nearly impossible to make some mods compatible with Cubic Chunks without modifying these mods.
In current development stage mod compatibility is very low priority so it's very unlikely to be compatible with anything. Note: this section is mostly based on old MineCrak's thread How to get higher and deeper worlds? Probably the first mod that attempted to increase world height in Minecraft was ymod created for Minecraft versions beta 1. But it minecraft cubic chunks download use Cubic Chunks - it simply increased Chunk height to some arbitrary values. Unfortunately author of this mod disappeared.
The next mod that increased world height was Robinton's Cubic Chunks mod, minecraft cubic chunks download. It was initially created for Minecraft beta 1. Updates to 1. This mod inspired Jeb to create Anvil world format and increase world height to blocks. There are also a few other mods that appeared around that time that increased world height without using Cubic Chunks technique:. The next version of CubicChunks was tech demo of my early 1.
It uses completely new modding environment created by Cuchaz - M3L, which is incompatible with MinecraftForge, minecraft cubic chunks download. After 2 beta releases Cuchaz declared that he won't work on this mod anymore - I forked the project and ported it to MinecraftForge.
This mod is result of that fork. Skip to content. Dismiss Document your code Every project on GitHub comes with a version-controlled wiki to give your documentation the high level of care it deserves. Sign up for free See pricing for teams and enterprises. About the mod Jump to bottom. What is Cubic Chunks? Here are a few of them: Skylight calculation: Minecraft skylight idea is relatively simple: if a block is minecraft cubic chunks download the top non-transparent block - make it dark.
Short history of Cubic Chunks mod Note: this section is mostly based on old MineCrak's thread How to get higher and deeper worlds? There are also a few other mods that appeared around that time that increased world height without using Cubic Chunks technique: Spoutcraft up to Minecraft 1.
Pages 7. You signed in with another tab minecraft cubic chunks download window. Reload to refresh your session. You signed out in another tab or window, minecraft cubic chunks download.
INFINITE BUILD & HEIGHT LIMIT in MINECRAFT?!
, time: 4:21Minecraft cubic chunks download
But it didn't use Cubic Chunks - it simply increased Chunk height to some arbitrary values. Unfortunately author of this mod disappeared. The next mod that increased world height was Robinton's Cubic Chunks mod. It was initially created for Minecraft beta , then updated to beta and Oct 11, · I think the reason they didn't actually take the code and implement real cubic chunks system was because skylight calculation seemed impossible to solve, and maybe a few other minor issues. Instead Minecraft took the good parts of both (except infinite height). The reduced lag and memory usage of cubic chunks, and the simplicity of linear chunks. Jan 27, ·» YouTube Audio Library (Atlantis, Cloud Wheels Castle Builder, A Walk Into Space)» Atlantis by Audionautix is licensed under a Creative Commons Attribution license (https://creativecommons.
No comments:
Post a Comment