From e4d08d928f77740d41a74b692e47954df2f70ebf Mon Sep 17 00:00:00 2001 From: The4codeblocks <72419529+The4codeblocks@users.noreply.github.com> Date: Thu, 13 Jul 2023 15:46:28 +0200 Subject: [PATCH] Update documentation.md --- documentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation.md b/documentation.md index ccdb5e9..98cad08 100644 --- a/documentation.md +++ b/documentation.md @@ -1,5 +1,5 @@ -# compression_api Documentation - +## compression_api Documentation +# `compression.darken_tiles(tiles, count)`: Darkens every tile in the `tiles` table `count` times. `compression.register_compressed_tiers(node)`: Registers compressed versions of the provided `node`; If the provided node has been compressed previously, `groups.compressed` must be set to however many times it has been compressed. (eg. `moreblocks:cobble_compressed` must have a `groups.compressed` value of `1`.)