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 = {}