From aa58b51b7b2ec422ea564cc0923cfba4be66a416 Mon Sep 17 00:00:00 2001 From: The4codeblocks <72419529+The4codeblocks@users.noreply.github.com> Date: Thu, 13 Jul 2023 15:33:32 +0200 Subject: [PATCH] Update init.lua --- init.lua | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/init.lua b/init.lua index a10b780..bc86b0c 100644 --- a/init.lua +++ b/init.lua @@ -1,22 +1,3 @@ ---Docs ---[[ -Configuration: -To add your own nodes that you want to compress further, you make a table like this: - = { - {already_compressed = , node = }, - {already_compressed = , node = }, - . - . - -}, -and append it to the to_compress table in the Config section. - -You must also add the mod used to the mod.conf's optional_depends section. - -LIMITATIONS: -Table-based textures (default:dirt_with_grass has them for example) are incompatible and cause the mod to return an error; Pull requests are welcome. -]] - local new_node = {info = {}} compression = {}