Some more corrections

This commit is contained in:
the-real-herowl 2024-05-19 02:33:21 +02:00
parent 4353f0dd99
commit 3cf21b3559
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,3 @@
name = mcl_compressed_blocks name = mcl_compressed_blocks
depends = mcl_core depends = mcl_core
description = adds compressed blocks to mineclone2 description = adds compressed blocks to voxelibre

View File

@ -2,7 +2,7 @@ import os
import re import re
from pathlib import Path from pathlib import Path
# Just run this script from mineclone2 directory to get a list of every global vars to use in luacheck configuration files # Just run this script from voxelibre directory to get a list of every global vars to use in luacheck configuration files
path = "./mods/" path = "./mods/"