MineCloneJEpC/tools
Nathan Fritzler 5b43044368
There are no maps in this game
2022-06-30 19:48:21 -06:00
..
dicts Add polish translation of mesecons_commandblock 2021-06-02 11:34:32 +02:00
Conversion_Table.csv Rename a few textures to help support texture packs. 2022-03-02 20:13:24 -06:00
README.md Remove `Texture_Converter.py` and mentions of it. 2022-06-23 12:59:02 -06:00
analyze-packet-spam Add script to show packets count from debug logs 2021-11-03 14:57:18 +08:00
check_translate_files.py Update Check Translate Tool 2021-02-13 00:09:40 +01:00
create_luacheck.py document script 2021-05-10 09:58:26 +02:00

README.md

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.

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