MineCloneJEpC/tools/README.md

22 lines
572 B
Markdown
Raw Normal View History

2018-06-05 01:44:57 +02:00
# MineClone 2 Tools
This directory is for tools and scripts for MineClone 2.
Currently, the only tool is Texture Converter.
## Texture Converter (EXPERIMENTAL)
Use the converter upstream in MineClone2.
2021-05-10 09:58:26 +02:00
## Luacheck Globals Generators
This is a Python script which list every single global tables in mineclone2 source code.
It outputs a list to be used in luacheck conf files.
Modes of operation:
- List global tables
Requirements:
- Know how to use the console
- Python 3
Usage:
- In the console, run `python3 ./tools/create_luacheck.py` in the MineClone2 directory