Thursday, May 14, 2020

Cubic chunks mod 1.8 download

Cubic chunks mod 1.8 download
Uploader:Narkis
Date Added:01.04.2015
File Size:23.78 Mb
Operating Systems:Windows NT/2000/XP/2003/2003/7/8/10 MacOS 10/X
Downloads:21501
Price:Free* [*Free Regsitration Required]





OpenCubicChunks Mod / (Extend the height and depth limit in Minecraft)


Feb 17,  · Mostly, people modifying Mod for Minecraft (Modders) code by using Minecraft Coder Pack and Modloader or Minecraft Forge. The list classifying the latest of Minecraft Mods and Minecraft Mods. Trust me, and your world will be more exciting with many cool mods. Apr 17,  · The base cubic chunks mod also doesn't actually replace any vanilla worldgen and just invokes vanilla generator, and splits the result into 16x16x16 chunk sections (which is trivial because vanilla mostly does that for me, I just have to put it into Cubes instead of Chunks). The actual cubic chunks generation is done by CubicWorldGen. Especially when trying random crazy mods off the internet. Now that all the warnings are out of the way, go build something really tall in your new bigger worlds! =D If you want to stay up to date about releases and updates, follow me on Twitter: @cuchaz Also, The newest version of Tall Worlds Mod is




cubic chunks mod 1.8 download


Cubic chunks mod 1.8 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 cubic chunks mod 1.8 download loading and unloading these smaller Chunks it's possible to almost completely remove height and depth limits.


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, cubic chunks mod 1.8 download.


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 cubic chunks mod 1.8 download 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.


But because in some cases this structure cubic chunks mod 1.8 download need a lot of memory - the plan is to eventually load only parts of it necessary to determine the top block and 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. And there is some constant overhead when generating a piece of terrain.


Since pieces of terrain generated at once are smaller, cubic chunks mod 1.8 download 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 can 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, cubic chunks mod 1.8 download.


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 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 1. Updates to 1. This mod inspired Jeb to create Anvil world format and increase world height to blocks, cubic chunks mod 1.8 download. 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, cubic chunks mod 1.8 download, cubic chunks mod 1.8 download is incompatible with MinecraftForge. 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, cubic chunks mod 1.8 download. What is Cubic Chunks? Here are a few of them: Skylight calculation: Minecraft skylight idea is relatively simple: if a block is below 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 or window.


Reload to refresh your session. You signed out in cubic chunks mod 1.8 download tab or window.


Read More





Minecraft cubic chunks mod: infinite ravine meets labyrinth dungeon

, time: 4:52







Cubic chunks mod 1.8 download


cubic chunks mod 1.8 download

Feb 17,  · Mostly, people modifying Mod for Minecraft (Modders) code by using Minecraft Coder Pack and Modloader or Minecraft Forge. The list classifying the latest of Minecraft Mods and Minecraft Mods. Trust me, and your world will be more exciting with many cool mods. Sep 19,  · - The Cubic Chunks Mod is back! Be a part of it's rebirth and Development Robinton's Mods: [ Mirror ] for some of his Mods incl Cubic Chunks Mod, due to DropBox broken links. - Dungeon Generator for the Open Cubic Chunks Mod - QuickSAVE-QuickLOAD for the Open Cubic Chunks Mod/5. Other than that, many mods are likely to break in unpredictable way. Use with other mods at your own risk. Report all compatibility issues to Cubic Chunks, NOT to other mods, even if this is incompatibility with new MinecraftForge version. Unofficial community maintained compatibility list can be found on Cubic Chunks wiki pages.






No comments:

Post a Comment