This website is a clone of the old Chunky documentation which was previously hosted at https://chunky.llbit.se. The current Chunky documentation is hosted at https://chunky-dev.github.io/docs/.

Frequently Asked Questions

Post any questions un-answered here to the reddit community. Please post bugs on the chunky GitHub page.

  • Q: Why is there noise/grain/random bright dots in the render? This is not a bug, but an unfortunate effect of the rendering algorithm used in Chunky. Torches and other small light sources cause a very random illumination and it takes a long time to render such light nicely. For more information please read the Path Tracing article. You can disable emitters under the Lighting tab in the Render Controls dialog to remove most of the random bright dots. Note that rendering for a longer time will eventually remove the noise, though it may take a very long time.

    Note - There are techniques and plugins which can help reduce noise. For more information please visit jackjt8's Guide to Chunky - Denoising.

  • Q: How long does it take to render an image? There is no exact answer to this question. The main thing that affects render time is your CPU, the size of the image, and the lighting conditions in the scene you are rendering. It can take anywhere from an hour to a couple of days to render a nice image. You can reduce the size of the canvas, disable emitters, enable ESS, or use a denoising technique to speed up the convergence rate. See the Path Tracing article or jackjt8's Guide to Chunky - Denoising for more details.

  • Q: Is GPU rendering supported? GPU rendering support for Chunky 2.4.0-77 or later is currently in development in the form of an OpenCL 1.2 renderer plugin. This renderer is still under development and many features of the CPU renderer are not yet supported. For more information and WIP builds please visit the plugins GitHub.

  • Q: Why are mobs not rendered? Chunky cannot currently render entities, with the exception of paintings. Entities are objects that are separate from the blocks that make up the Minecraft worlds, such as players, mobs, minecarts, projectiles, etc. Future support for rendering entities is planned, but there is no deadline for this feature yet, so stay tuned!

  • Q: Can Chunky render custom block models and mod blocks? Support for custom block models and mod blocks is currently in development on the json-block-models branch within leMaik/chunky; as the name implies this would enable support for block models defined with json files. Support will initially roll out as a plugin before, hopefully, being integrated directly into Chunky.

    Otherwise for information on currently supported blocks check out the article on Minecraft Compatibility.

  • Q: Why does the sky look bad? You might have a low resolution skymap, or it may be the wrong format.

  • Q: Where can I find Skymaps? The Skymap page has some useful links for obtaining high quality skymaps.

  • Q: What about the SpigotMC Plugin? Chunky (SpigotMC) is an unrelated project which has an unfortunate name collision. Said plugin is used to quickly pre-generate server chunks.