forked from VoxeLibre/VoxeLibre
Some more corrections
This commit is contained in:
parent
4353f0dd99
commit
3cf21b3559
|
@ -1,5 +1,3 @@
|
|||
name = mcl_compressed_blocks
|
||||
depends = mcl_core
|
||||
description = adds compressed blocks to mineclone2
|
||||
|
||||
|
||||
description = adds compressed blocks to voxelibre
|
||||
|
|
|
@ -2,7 +2,7 @@ import os
|
|||
import re
|
||||
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/"
|
||||
|
||||
|
|
Loading…
Reference in New Issue