Azanor / thaumcraft-beta

Location for Thaumcraft beta testers to report problems, suggestions and errors.
MIT License
139 stars 103 forks source link

[compatibility] All chunks with 0 Vis with Cubic Chunks mod #901

Closed Velken closed 6 years ago

Velken commented 6 years ago

All chunks have 0 Vis with Cubic Chunks. Perhaps addon to fix that? NOTE: This is not a request for Azanor to fix. This is just to document the issue. If anyone wants to make a fix, that would be welcome.

Issue on CC's github

BaccarWozat commented 6 years ago

Cubic Chunks is a mod allowing much higher and deeper worlds (and more elaborate custom terrain) through 16x16x16 stackable chunks. CC builds: http://jenkins.daporkchop.net/job/CubicChunks/ Requires MalisisCore to make custom worldtype: https://minecraft.curseforge.com/projects/malisiscore CC Discord: https://discord.gg/8QrUYzz

Velken commented 6 years ago

Recommended balance: Vis stored in each 16x16x16 chunk and make each chunk 1.5x less vis than normal chunks and make the recipe for the upgrade (which allows to get vis from adjacent chunks) harder to craft (since it goes from 8 neighbor chunks to 26)

Barteks2x commented 6 years ago

This is an issue with CubicChunks, because currently it doesn't save chunk capabilities (because last time I updated chunk saving code, chunk capabilities didn't exist yet). I don't think there is anything TC can easily do to use 16x16x16 cubes for storage, so I think the best thing would be if I just made chunk capabilities work, and have everything worm like in vanilla.

Azanor commented 6 years ago

Yeah, unfortunately this is not really I thing I can solve.

Barteks2x commented 6 years ago

I already added support for storing chunk capabilities, and some people reported that it mostly works, with some of them saying it doesn't quite work beyond vanilla height range. As it is, I don't think there is more either mod could easily do for compatibility.