Saturday, March 7, 2020

Cubic chunks mod 1.8 download

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





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


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. Sep 12,  · Importing cubic chunks should be the same as any other Forge mod. If the IDE has gradle integration, import the mod as gradle project after setting up development environment. To run this mod from your IDE you need to add at least the following JVM option: blogger.com=blogger.comhunksCoreMod. 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.




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 cubic chunks mod 1.8 download 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, cubic chunks mod 1.8 download. By dynamically 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, cubic chunks mod 1.8 download. Making the code work with that would mean designing many algorithms with that wrap-around in mind, cubic chunks mod 1.8 download.


There are a few hard to solve issues cubic chunks mod 1.8 download 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, cubic chunks mod 1.8 download.


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 may need a lot of memory - the plan is to eventually load only parts of it necessary to determine the top block and store everything cubic chunks mod 1.8 download 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, 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 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. 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, cubic chunks mod 1.8 download. 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. 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 cubic chunks mod 1.8 download 1. It uses completely new modding environment created by Cuchaz - M3L, which 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, cubic chunks mod 1.8 download.


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 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 another tab or window.


Read More





Minecraft With INFINITE Render Distance

, time: 9:15







Cubic chunks mod 1.8 download


cubic chunks mod 1.8 download

Sep 12,  · Importing cubic chunks should be the same as any other Forge mod. If the IDE has gradle integration, import the mod as gradle project after setting up development environment. To run this mod from your IDE you need to add at least the following JVM option: blogger.com=blogger.comhunksCoreMod. 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. Feb 18,  · • NONE - only cubic chunks world types will create cubic chunks worlds (default) • NEW_WORLD - when creating new world (equivalent to selecting "yes" for cubic chunks in world creation GUI) • LOAD_NOT_EXCLUDED - any world that isn't in excluded dimension list will be loaded as cubic chunks world. This will try to load vanilla worlds as.






No comments:

Post a Comment