Wednesday, April 15, 2020

Cubic chunks mod 1.8.0 download

Cubic chunks mod 1.8.0 download
Uploader:Asfamdiyar
Date Added:02.01.2017
File Size:20.67 Mb
Operating Systems:Windows NT/2000/XP/2003/2003/7/8/10 MacOS 10/X
Downloads:48893
Price:Free* [*Free Regsitration Required]





Cubic Chunks news - Minecraft - Mod DB


CubicChunks by Barteks2x, Cuchaz, Razaekel Extends Minecraft height by changing chunk size to 16x16x16 blocks. Credits: Based on Cuchaz's TWM mod, . Nov 11,  · Cuchaz, for taking Barteks' proof and running with it, to give us a truly functional Cubic Chunks mod. Barteks2x, for updating the Cubic Chunks mod to , proving that it is possible. Azraile, for posting the original suggestion and allowing me to take ownership of it. Nocte, for helping resolve flaws and designing Hexahedra. 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.




cubic chunks mod 1.8.0 download


Cubic chunks mod 1.8.0 download


This site works best with JavaScript enabled. Please enable JavaScript to get cubic chunks mod 1.8.0 download best experience from this site. This fork of TWM has been in development for over a year, and it's still not ready for a beta release.


I decided to cubic chunks mod 1.8.0 download this thread anyway because people asked the same questions over and over again in TWM thread. The goal is to increase the world height and depth, without making the game too slow.


This mod attempts to do that not by making chunks taller like many earlier attemptsbut by making them smaller and stacking them on top of each other, just like what Minecraft already does horizontally. Minecraft 1. This was possible without making the game slower by splitting a Chunk into 16x16x16 subsections, just like what cubic chunks cubic chunks mod 1.8.0 download and in fact the update has been inspired by Robinton's cubic chunks mod. But instead of dynamically loading and unloading them, Minecraft just removed the empty ones which decreases memory usage, cubic chunks mod 1.8.0 download.


This mod dynamically loads and unloads these 16x16x16 sections as player goes up and down. The full list of issues to solve can be found on github.


Those marked with "beta release" milestone almost certainly need to be fixed before beta release. Some mods will work, but many mods will break in unpredictable ways. Some of these involve someone else making mod to do that, or just ideas that would be awesome to have but may never actually happen. You can contact me via private message, email or discord server, cubic chunks mod 1.8.0 download. I added a link to this thread at the top of the OP in my thread.


Hopefully fans of cubic chunk mods will find their way here. About mods, I guess the issues would be about generation features and chunk loading.


What other cubic chunks mod 1.8.0 download could be problematic? Have you seen what some mods are doing? Seemingly unrelated things actually touch chunk loading. A lot of what mods do including terrain generation can work with cubic chunks in height range 0 to The above won't just break outside of that range but possible corrupt your world or crash.


But you can't blame authors of the mods. There is nothing I can do, and there isn't much I should expect them to do, because mods do in fact have access to all Minecraft internals.


I'm glad to see that someone is making progress on this. Cubic Chunks are awesome. Hopefully the makers of the other mods will be able to take compatibility with this mod into consideration, I'd love to see this appear in a future FTB modpack or something. Currently I've been playing the only semi-working cubic chunk mod-- Robinton's CC for beta 1.


It has plenty of rendering issues but it works for the most part. The more difficult thing with it has not been mod compatibility, but finding mods! Most links from September or earlier have not been maintained. And in one or two cases, a mod that added needed blocks e. Stone Bricks didn't even have recipes! Then Jeb and another person who thought it would behave like the taller chunk mods i. This is the biggest injustice in all of Minecraft and has set us back years in CC development.


Robinton was disheartened and quit, cubic chunks mod 1.8.0 download. This has been a long time in coming and we're still not there yet. The lesson to be learned here is, when Barteks2x's mod comes out whenevergrab it and run with it! I was able to bet MC 1. Finding beta mods is going to be close to impossible, you may have better luck writing them yourself that is if you manage to get MCP working, it requires changes to some scripts.


I cubic chunks mod 1.8.0 download think you are completely right. It was jeb who actually implemented semi-cubic chunks based on Robinton's mod, and together with that added initial support for block IDs in save format and internal chunk data also base don his mod which is what made huge modpacks possible as we know them, cubic chunks mod 1.8.0 download. 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.


Without many changes to Minecraft code it would be possible to increase height to arbitrary value without making game very slow as long as you aren't trying to build there - truly dynamic world height.


And I may actually make a mod that does just that - unlocks full possibilities of anvil format. A problem occurred configuring root project 'CubicChunks'. This Mod project is MineCrak Approved. Be a part of it's rebirth and Development. It would be nice if there was a step by step guide how to import cubic chunks to Eclipse or IntelliJ tho I was working on exactly that when you posted it, cubic chunks mod 1.8.0 download.


You should see readme on github updated in several minutes, cubic chunks mod 1.8.0 download. Also note that users compiling a mod to run it is not a normal thing to do. I didn't release it yet for a good reason. I'm stuck at the file screen. When I click the gradlew batch file, it redirects me to the command prompt amd I can't type anything. That's what I recommend. Currently there is also an issue with compiling it on windows line endings not fun. Hm, there is also the problem with render distance not being enough to actually load the map as far as would be necessary to really enjoy the awesome scenery this would possibly give.


A workaround would be some sort of distant terrain renderer that essentially already generates the landscape but doesnt decorate it and uses 1x1 textures intead of 16x16 textures or alternatively just renders the middletone of the textures the blocks would normally use, cubic chunks mod 1.8.0 download. And when the player gets closer cubic chunks mod 1.8.0 download loads the actual textures and decorates the terrain with grass, trees, etc.


A render distance of about 48 chunks would certainly be really awesome to play on. This is way outside of the scope of the core cubic chunks mod. But it's certainly something I would like to see at some point. The problem with rendering distant chunks isn't that rendering textures is slow. It's the absurdally high amount of polygons and the amount of 16x16x16 render chunks to draw. Even flat 16x16 surface has rectangles, which that GPU renders as triangles.


And terrain is rarely flat, usually more than doubling that number. And loading that stuff - it's all done serverside. And how do you think server will send this data to client? Sending just the blocks would be slow. I know the windows 10 version of Minecraft somehow manages to work with such render distance. I have no idea how. What could be done is some algorithm that can generate low-polygon no-texture mesh ideally on scale larger than 16x16x16 blocks. This would no longer render blocks, but a smooth approximation of the terrain.


It would also be careful with rendering player-made structures. And somehow loading them - a special structure in world save would need to be added for efficiently loading the data.


Which would increase size of save file even more. So in short, maybe at some point in the future as separate mod. More information, and how it works? Downloads What is left to do? Mod compatibility Some mods will work, but many mods will break in unpredictable ways. Plans far into the future Some of these involve someone else making mod to do that, or just ideas that would be awesome to have but may never actually happen Sponge compatibility - SpongeAPI has been designed to be able to work with cubic chunks.


The Minecraft implementation however won't work with cubic chunks without compatibility patches. While I was already able to make sponge not crash and actually load a world, nothing else worked even breaking blocks didn't work.


This will almost definitely happen at some point, cubic chunks mod 1.8.0 download. All as a single cubic chunks dimension with different 3d. More realistic lighting system - I do have some ideas but I don't know if it will actually work Approximate smooth rendering of faraway terrain - is it even possible in Minecraft Contact and donations You can contact me via private message, email or discord server. Donations: Patreon. Last edited by Barteks2x : Oct 11, Rollback Post to Revision RollBack.


Cubic chunks discord server. Nice work! Last edited by Barteks2x : Feb 7, What about the world size? The addition of so many blocks underground must make the files huge. When I try to compile, I just get an error message: A problem occurred configuring root project 'CubicChunks'.


Read More





Iblis mod + Dungeon generator for Cubic chunks mod

, time: 1:22







Cubic chunks mod 1.8.0 download


cubic chunks mod 1.8.0 download

OpenCubicChunks Mod / (Extend the height and depth limit in Minecraft) is an alternation of Mod that players can install into Minecraft which they can have experiences differs from the original Minecraft version Mostly, people modifying Mod for Minecraft (Modders) code by using Minecraft Coder Pack and Modloader or Minecraft Forge. Aug 12,  · EDIT: This is not the famous Cubic Chunks mod for This video is about the Tall Worlds mod, which is the earlier version of it for If you wish to see the NEW Cubic Chunks. Apr 28,  · Mod support is a priority for cubic chunks, because there really won't be many mods specifically adding support for it. Some mods even refuse to support sponge which is much easier to be compatible with (it's actually not that easy to be incompatible with sponge).






No comments:

Post a Comment